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 (LeadingZeros33628 && s.length < 2) s = "0" + s; if (seconds == 1) { var classString = "count-seconds"; } else { var classString = ""; } return "" + s + ""; } function CountBacks33628(secs) { if (secs < 0) { document.getElementById("cntdwns33628").innerHTML = FinishMessages33628; return; } DisplayStrs33628 = DisplayFormats33628.replace(/%%D%%/g, calcage(secs,86400,100000,0)); DisplayStrs33628 = DisplayStrs33628.replace(/%%H%%/g, calcage(secs,3600,24,1)); DisplayStrs33628 = DisplayStrs33628.replace(/%%M%%/g, calcage(secs,60,60,0)); DisplayStrs33628 = DisplayStrs33628.replace(/%%S%%/g, calcage(secs,1,60,0,1)); document.getElementById("cntdwns33628").innerHTML = DisplayStrs33628; if (CountActives33628) //alert(SetTimeOutPeriods33628); setTimeout("CountBacks33628(" + (secs+CountSteppers33628) + ")", SetTimeOutPeriods33628); } function puti(backcolor, forecolor) { document.write("
"); } if (typeof(BackColors33628)=="undefined") BackColors33628 = ""; if (typeof(ForeColors33628)=="undefined") ForeColors33628= "white"; if (typeof(TargetDates33628)=="undefined") TargetDates33628 = "02/28/2026 10:00:00 PM"; if (typeof(DisplayFormats33628)=="undefined") DisplayFormats33628 = " %%H%%:%%M%%:%%S%%"; if (typeof(CountActives33628)=="undefined") CountActives33628 = true; if (typeof(FinishMessages33628)=="undefined") FinishMessages33628 = ""; if (typeof(CountSteppers33628)!="number") CountSteppers33628 = -1; if (typeof(LeadingZeros33628)=="undefined") LeadingZeros33628 = true; CountSteppers33628 = Math.ceil(CountSteppers33628); if (CountSteppers33628 == 0) CountActives33628 = false; var SetTimeOutPeriods33628 = (Math.abs(CountSteppers33628)-1)*1000 + 990; puti(BackColors33628, ForeColors33628); var dthens33628 = new Date(TargetDates33628); var dnows33628 = new Date("02/26/2026 12:36:15 AM"); if(CountSteppers33628>0) ddiffs33628 = new Date(dnows33628-dthens33628); else ddiffs33628 = new Date(dthens33628-dnows33628); gsecss33628 = Math.floor(ddiffs33628.valueOf()/1000); CountBacks33628(gsecss33628);