Zatoga v3.7PremiumOfflineBETA
Loading...
Unblocking Games...
`);
}
function web() {
let moveScript = `if(event.data["width"] && event.data["height"]){let width=event.data["width"];let height=event.data["height"];window.resizeTo(width + window.outerWidth - window.innerWidth, height + window.outerHeight - window.innerHeight);}`;
var zatogaWindow = window.open("", "900", "700");
zatogaWindow.document.write(`Unblocked Web - Zatoga`);
}
setTimeout(function() {
var arr = document.getElementsByClassName("game-count")
var betagames = 0;
var totalgames = betagames + arr.length;
document.getElementById('gamecount').innerHTML = ("Total Number of Games: " + totalgames + "+");
console.log("Total Number of Games: " + totalgames + "+");
}, 5000)
function display_ct7() {
var x = new Date()
var ampm = x.getHours( ) >= 12 ? ' PM' : ' AM';
hours = x.getHours( ) % 12;
hours = hours ? hours : 12;
hours=hours.toString().length==1? 0+hours.toString() : hours;
var minutes=x.getMinutes().toString()
minutes=minutes.length==1 ? 0+minutes : minutes;
var seconds=x.getSeconds().toString()
seconds=seconds.length==1 ? 0+seconds : seconds;
var month=(x.getMonth() +1).toString();
month=month.length==1 ? 0+month : month;
var dt=x.getDate().toString();
dt=dt.length==1 ? 0+dt : dt;
var x1=month + "/" + dt + "/" + x.getFullYear();
x1 = " " + hours + ":" + minutes + ":" + seconds + " " + ampm + " ";
document.getElementById('time').innerHTML = x1;
display_c7();
}
function display_c7(){
var refresh=1000; // Refresh rate in milli seconds
mytime=setTimeout('display_ct7()',refresh)
}
display_c7()