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 (LeadingZeros32376 && s.length < 2) s = "0" + s; if (seconds == 1) { var classString = "count-seconds"; } else { var classString = ""; } return "" + s + ""; } function CountBacks32376(secs) { if (secs < 0) { document.getElementById("cntdwns32376").innerHTML = FinishMessages32376; return; } DisplayStrs32376 = DisplayFormats32376.replace(/%%D%%/g, calcage(secs,86400,100000,0)); DisplayStrs32376 = DisplayStrs32376.replace(/%%H%%/g, calcage(secs,3600,24,1)); DisplayStrs32376 = DisplayStrs32376.replace(/%%M%%/g, calcage(secs,60,60,0)); DisplayStrs32376 = DisplayStrs32376.replace(/%%S%%/g, calcage(secs,1,60,0,1)); document.getElementById("cntdwns32376").innerHTML = DisplayStrs32376; if (CountActives32376) //alert(SetTimeOutPeriods32376); setTimeout("CountBacks32376(" + (secs+CountSteppers32376) + ")", SetTimeOutPeriods32376); } function puti(backcolor, forecolor) { document.write("
"); } if (typeof(BackColors32376)=="undefined") BackColors32376 = ""; if (typeof(ForeColors32376)=="undefined") ForeColors32376= "white"; if (typeof(TargetDates32376)=="undefined") TargetDates32376 = "09/16/2025 10:00:00 PM"; if (typeof(DisplayFormats32376)=="undefined") DisplayFormats32376 = " %%H%%:%%M%%:%%S%%"; if (typeof(CountActives32376)=="undefined") CountActives32376 = true; if (typeof(FinishMessages32376)=="undefined") FinishMessages32376 = ""; if (typeof(CountSteppers32376)!="number") CountSteppers32376 = -1; if (typeof(LeadingZeros32376)=="undefined") LeadingZeros32376 = true; CountSteppers32376 = Math.ceil(CountSteppers32376); if (CountSteppers32376 == 0) CountActives32376 = false; var SetTimeOutPeriods32376 = (Math.abs(CountSteppers32376)-1)*1000 + 990; puti(BackColors32376, ForeColors32376); var dthens32376 = new Date(TargetDates32376); var dnows32376 = new Date("09/14/2025 2:37:10 AM"); if(CountSteppers32376>0) ddiffs32376 = new Date(dnows32376-dthens32376); else ddiffs32376 = new Date(dthens32376-dnows32376); gsecss32376 = Math.floor(ddiffs32376.valueOf()/1000); CountBacks32376(gsecss32376);