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 (LeadingZeros33544 && s.length < 2) s = "0" + s; if (seconds == 1) { var classString = "count-seconds"; } else { var classString = ""; } return "" + s + ""; } function CountBacks33544(secs) { if (secs < 0) { document.getElementById("cntdwns33544").innerHTML = FinishMessages33544; return; } DisplayStrs33544 = DisplayFormats33544.replace(/%%D%%/g, calcage(secs,86400,100000,0)); DisplayStrs33544 = DisplayStrs33544.replace(/%%H%%/g, calcage(secs,3600,24,1)); DisplayStrs33544 = DisplayStrs33544.replace(/%%M%%/g, calcage(secs,60,60,0)); DisplayStrs33544 = DisplayStrs33544.replace(/%%S%%/g, calcage(secs,1,60,0,1)); document.getElementById("cntdwns33544").innerHTML = DisplayStrs33544; if (CountActives33544) //alert(SetTimeOutPeriods33544); setTimeout("CountBacks33544(" + (secs+CountSteppers33544) + ")", SetTimeOutPeriods33544); } function puti(backcolor, forecolor) { document.write("
"); } if (typeof(BackColors33544)=="undefined") BackColors33544 = ""; if (typeof(ForeColors33544)=="undefined") ForeColors33544= "white"; if (typeof(TargetDates33544)=="undefined") TargetDates33544 = "02/11/2026 10:00:00 PM"; if (typeof(DisplayFormats33544)=="undefined") DisplayFormats33544 = " %%H%%:%%M%%:%%S%%"; if (typeof(CountActives33544)=="undefined") CountActives33544 = true; if (typeof(FinishMessages33544)=="undefined") FinishMessages33544 = ""; if (typeof(CountSteppers33544)!="number") CountSteppers33544 = -1; if (typeof(LeadingZeros33544)=="undefined") LeadingZeros33544 = true; CountSteppers33544 = Math.ceil(CountSteppers33544); if (CountSteppers33544 == 0) CountActives33544 = false; var SetTimeOutPeriods33544 = (Math.abs(CountSteppers33544)-1)*1000 + 990; puti(BackColors33544, ForeColors33544); var dthens33544 = new Date(TargetDates33544); var dnows33544 = new Date("02/08/2026 10:36:16 AM"); if(CountSteppers33544>0) ddiffs33544 = new Date(dnows33544-dthens33544); else ddiffs33544 = new Date(dthens33544-dnows33544); gsecss33544 = Math.floor(ddiffs33544.valueOf()/1000); CountBacks33544(gsecss33544);