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 (LeadingZeros32157 && s.length < 2) s = "0" + s; if (seconds == 1) { var classString = "count-seconds"; } else { var classString = ""; } return "" + s + ""; } function CountBacks32157(secs) { if (secs < 0) { document.getElementById("cntdwns32157").innerHTML = FinishMessages32157; return; } DisplayStrs32157 = DisplayFormats32157.replace(/%%D%%/g, calcage(secs,86400,100000,0)); DisplayStrs32157 = DisplayStrs32157.replace(/%%H%%/g, calcage(secs,3600,24,1)); DisplayStrs32157 = DisplayStrs32157.replace(/%%M%%/g, calcage(secs,60,60,0)); DisplayStrs32157 = DisplayStrs32157.replace(/%%S%%/g, calcage(secs,1,60,0,1)); document.getElementById("cntdwns32157").innerHTML = DisplayStrs32157; if (CountActives32157) //alert(SetTimeOutPeriods32157); setTimeout("CountBacks32157(" + (secs+CountSteppers32157) + ")", SetTimeOutPeriods32157); } function puti(backcolor, forecolor) { document.write("
"); } if (typeof(BackColors32157)=="undefined") BackColors32157 = ""; if (typeof(ForeColors32157)=="undefined") ForeColors32157= "white"; if (typeof(TargetDates32157)=="undefined") TargetDates32157 = "04/06/2025 10:00:00 PM"; if (typeof(DisplayFormats32157)=="undefined") DisplayFormats32157 = " %%H%%:%%M%%:%%S%%"; if (typeof(CountActives32157)=="undefined") CountActives32157 = true; if (typeof(FinishMessages32157)=="undefined") FinishMessages32157 = ""; if (typeof(CountSteppers32157)!="number") CountSteppers32157 = -1; if (typeof(LeadingZeros32157)=="undefined") LeadingZeros32157 = true; CountSteppers32157 = Math.ceil(CountSteppers32157); if (CountSteppers32157 == 0) CountActives32157 = false; var SetTimeOutPeriods32157 = (Math.abs(CountSteppers32157)-1)*1000 + 990; puti(BackColors32157, ForeColors32157); var dthens32157 = new Date(TargetDates32157); var dnows32157 = new Date("04/04/2025 2:29:57 AM"); if(CountSteppers32157>0) ddiffs32157 = new Date(dnows32157-dthens32157); else ddiffs32157 = new Date(dthens32157-dnows32157); gsecss32157 = Math.floor(ddiffs32157.valueOf()/1000); CountBacks32157(gsecss32157);