function calcage(secs, num1, num2, addDay, seconds) { if (addDay == 1){ s = ((Math.floor(secs/num1))).toString(); } else{ s = ((Math.floor(secs/num1))%num2).toString(); } if (LeadingZeros33296 && s.length < 2) s = "0" + s; if (seconds == 1) { var classString = "count-seconds"; } else { var classString = ""; } return "" + s + ""; } function CountBacks33296(secs) { if (secs < 0) { document.getElementById("cntdwns33296").innerHTML = FinishMessages33296; return; } DisplayStrs33296 = DisplayFormats33296.replace(/%%D%%/g, calcage(secs,86400,100000,0)); DisplayStrs33296 = DisplayStrs33296.replace(/%%H%%/g, calcage(secs,3600,24,1)); DisplayStrs33296 = DisplayStrs33296.replace(/%%M%%/g, calcage(secs,60,60,0)); DisplayStrs33296 = DisplayStrs33296.replace(/%%S%%/g, calcage(secs,1,60,0,1)); document.getElementById("cntdwns33296").innerHTML = DisplayStrs33296; if (CountActives33296) //alert(SetTimeOutPeriods33296); setTimeout("CountBacks33296(" + (secs+CountSteppers33296) + ")", SetTimeOutPeriods33296); } function puti(backcolor, forecolor) { document.write("
"); } if (typeof(BackColors33296)=="undefined") BackColors33296 = ""; if (typeof(ForeColors33296)=="undefined") ForeColors33296= "white"; if (typeof(TargetDates33296)=="undefined") TargetDates33296 = "02/10/2026 10:00:00 PM"; if (typeof(DisplayFormats33296)=="undefined") DisplayFormats33296 = " %%H%%:%%M%%:%%S%%"; if (typeof(CountActives33296)=="undefined") CountActives33296 = true; if (typeof(FinishMessages33296)=="undefined") FinishMessages33296 = ""; if (typeof(CountSteppers33296)!="number") CountSteppers33296 = -1; if (typeof(LeadingZeros33296)=="undefined") LeadingZeros33296 = true; CountSteppers33296 = Math.ceil(CountSteppers33296); if (CountSteppers33296 == 0) CountActives33296 = false; var SetTimeOutPeriods33296 = (Math.abs(CountSteppers33296)-1)*1000 + 990; puti(BackColors33296, ForeColors33296); var dthens33296 = new Date(TargetDates33296); var dnows33296 = new Date("02/07/2026 4:36:58 AM"); if(CountSteppers33296>0) ddiffs33296 = new Date(dnows33296-dthens33296); else ddiffs33296 = new Date(dthens33296-dnows33296); gsecss33296 = Math.floor(ddiffs33296.valueOf()/1000); CountBacks33296(gsecss33296);