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 (LeadingZeros32174 && s.length < 2) s = "0" + s; if (seconds == 1) { var classString = "count-seconds"; } else { var classString = ""; } return "" + s + ""; } function CountBacks32174(secs) { if (secs < 0) { document.getElementById("cntdwns32174").innerHTML = FinishMessages32174; return; } DisplayStrs32174 = DisplayFormats32174.replace(/%%D%%/g, calcage(secs,86400,100000,0)); DisplayStrs32174 = DisplayStrs32174.replace(/%%H%%/g, calcage(secs,3600,24,1)); DisplayStrs32174 = DisplayStrs32174.replace(/%%M%%/g, calcage(secs,60,60,0)); DisplayStrs32174 = DisplayStrs32174.replace(/%%S%%/g, calcage(secs,1,60,0,1)); document.getElementById("cntdwns32174").innerHTML = DisplayStrs32174; if (CountActives32174) //alert(SetTimeOutPeriods32174); setTimeout("CountBacks32174(" + (secs+CountSteppers32174) + ")", SetTimeOutPeriods32174); } function puti(backcolor, forecolor) { document.write("
"); } if (typeof(BackColors32174)=="undefined") BackColors32174 = ""; if (typeof(ForeColors32174)=="undefined") ForeColors32174= "white"; if (typeof(TargetDates32174)=="undefined") TargetDates32174 = "04/07/2025 10:00:00 PM"; if (typeof(DisplayFormats32174)=="undefined") DisplayFormats32174 = " %%H%%:%%M%%:%%S%%"; if (typeof(CountActives32174)=="undefined") CountActives32174 = true; if (typeof(FinishMessages32174)=="undefined") FinishMessages32174 = ""; if (typeof(CountSteppers32174)!="number") CountSteppers32174 = -1; if (typeof(LeadingZeros32174)=="undefined") LeadingZeros32174 = true; CountSteppers32174 = Math.ceil(CountSteppers32174); if (CountSteppers32174 == 0) CountActives32174 = false; var SetTimeOutPeriods32174 = (Math.abs(CountSteppers32174)-1)*1000 + 990; puti(BackColors32174, ForeColors32174); var dthens32174 = new Date(TargetDates32174); var dnows32174 = new Date("04/04/2025 6:00:26 PM"); if(CountSteppers32174>0) ddiffs32174 = new Date(dnows32174-dthens32174); else ddiffs32174 = new Date(dthens32174-dnows32174); gsecss32174 = Math.floor(ddiffs32174.valueOf()/1000); CountBacks32174(gsecss32174);