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 (LeadingZeros33568 && s.length < 2) s = "0" + s; if (seconds == 1) { var classString = "count-seconds"; } else { var classString = ""; } return "" + s + ""; } function CountBacks33568(secs) { if (secs < 0) { document.getElementById("cntdwns33568").innerHTML = FinishMessages33568; return; } DisplayStrs33568 = DisplayFormats33568.replace(/%%D%%/g, calcage(secs,86400,100000,0)); DisplayStrs33568 = DisplayStrs33568.replace(/%%H%%/g, calcage(secs,3600,24,1)); DisplayStrs33568 = DisplayStrs33568.replace(/%%M%%/g, calcage(secs,60,60,0)); DisplayStrs33568 = DisplayStrs33568.replace(/%%S%%/g, calcage(secs,1,60,0,1)); document.getElementById("cntdwns33568").innerHTML = DisplayStrs33568; if (CountActives33568) //alert(SetTimeOutPeriods33568); setTimeout("CountBacks33568(" + (secs+CountSteppers33568) + ")", SetTimeOutPeriods33568); } function puti(backcolor, forecolor) { document.write("
"); } if (typeof(BackColors33568)=="undefined") BackColors33568 = ""; if (typeof(ForeColors33568)=="undefined") ForeColors33568= "white"; if (typeof(TargetDates33568)=="undefined") TargetDates33568 = "02/26/2026 10:00:00 PM"; if (typeof(DisplayFormats33568)=="undefined") DisplayFormats33568 = " %%H%%:%%M%%:%%S%%"; if (typeof(CountActives33568)=="undefined") CountActives33568 = true; if (typeof(FinishMessages33568)=="undefined") FinishMessages33568 = ""; if (typeof(CountSteppers33568)!="number") CountSteppers33568 = -1; if (typeof(LeadingZeros33568)=="undefined") LeadingZeros33568 = true; CountSteppers33568 = Math.ceil(CountSteppers33568); if (CountSteppers33568 == 0) CountActives33568 = false; var SetTimeOutPeriods33568 = (Math.abs(CountSteppers33568)-1)*1000 + 990; puti(BackColors33568, ForeColors33568); var dthens33568 = new Date(TargetDates33568); var dnows33568 = new Date("02/23/2026 7:29:39 AM"); if(CountSteppers33568>0) ddiffs33568 = new Date(dnows33568-dthens33568); else ddiffs33568 = new Date(dthens33568-dnows33568); gsecss33568 = Math.floor(ddiffs33568.valueOf()/1000); CountBacks33568(gsecss33568);