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 (LeadingZeros31083 && s.length < 2) s = "0" + s; if (seconds == 1) { var classString = "count-seconds"; } else { var classString = ""; } return "" + s + ""; } function CountBacks31083(secs) { if (secs < 0) { document.getElementById("cntdwns31083").innerHTML = FinishMessages31083; return; } DisplayStrs31083 = DisplayFormats31083.replace(/%%D%%/g, calcage(secs,86400,100000,0)); DisplayStrs31083 = DisplayStrs31083.replace(/%%H%%/g, calcage(secs,3600,24,1)); DisplayStrs31083 = DisplayStrs31083.replace(/%%M%%/g, calcage(secs,60,60,0)); DisplayStrs31083 = DisplayStrs31083.replace(/%%S%%/g, calcage(secs,1,60,0,1)); document.getElementById("cntdwns31083").innerHTML = DisplayStrs31083; if (CountActives31083) //alert(SetTimeOutPeriods31083); setTimeout("CountBacks31083(" + (secs+CountSteppers31083) + ")", SetTimeOutPeriods31083); } function puti(backcolor, forecolor) { document.write("
"); } if (typeof(BackColors31083)=="undefined") BackColors31083 = ""; if (typeof(ForeColors31083)=="undefined") ForeColors31083= "white"; if (typeof(TargetDates31083)=="undefined") TargetDates31083 = "11/02/2024 9:00:00 PM"; if (typeof(DisplayFormats31083)=="undefined") DisplayFormats31083 = " %%H%%:%%M%%:%%S%%"; if (typeof(CountActives31083)=="undefined") CountActives31083 = true; if (typeof(FinishMessages31083)=="undefined") FinishMessages31083 = ""; if (typeof(CountSteppers31083)!="number") CountSteppers31083 = -1; if (typeof(LeadingZeros31083)=="undefined") LeadingZeros31083 = true; CountSteppers31083 = Math.ceil(CountSteppers31083); if (CountSteppers31083 == 0) CountActives31083 = false; var SetTimeOutPeriods31083 = (Math.abs(CountSteppers31083)-1)*1000 + 990; puti(BackColors31083, ForeColors31083); var dthens31083 = new Date(TargetDates31083); var dnows31083 = new Date("10/31/2024 11:07:42 AM"); if(CountSteppers31083>0) ddiffs31083 = new Date(dnows31083-dthens31083); else ddiffs31083 = new Date(dthens31083-dnows31083); gsecss31083 = Math.floor(ddiffs31083.valueOf()/1000); CountBacks31083(gsecss31083);