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 (LeadingZeros32130 && s.length < 2) s = "0" + s; if (seconds == 1) { var classString = "count-seconds"; } else { var classString = ""; } return "" + s + ""; } function CountBacks32130(secs) { if (secs < 0) { document.getElementById("cntdwns32130").innerHTML = FinishMessages32130; return; } DisplayStrs32130 = DisplayFormats32130.replace(/%%D%%/g, calcage(secs,86400,100000,0)); DisplayStrs32130 = DisplayStrs32130.replace(/%%H%%/g, calcage(secs,3600,24,1)); DisplayStrs32130 = DisplayStrs32130.replace(/%%M%%/g, calcage(secs,60,60,0)); DisplayStrs32130 = DisplayStrs32130.replace(/%%S%%/g, calcage(secs,1,60,0,1)); document.getElementById("cntdwns32130").innerHTML = DisplayStrs32130; if (CountActives32130) //alert(SetTimeOutPeriods32130); setTimeout("CountBacks32130(" + (secs+CountSteppers32130) + ")", SetTimeOutPeriods32130); } function puti(backcolor, forecolor) { document.write("
"); } if (typeof(BackColors32130)=="undefined") BackColors32130 = ""; if (typeof(ForeColors32130)=="undefined") ForeColors32130= "white"; if (typeof(TargetDates32130)=="undefined") TargetDates32130 = "04/04/2025 10:00:00 PM"; if (typeof(DisplayFormats32130)=="undefined") DisplayFormats32130 = " %%H%%:%%M%%:%%S%%"; if (typeof(CountActives32130)=="undefined") CountActives32130 = true; if (typeof(FinishMessages32130)=="undefined") FinishMessages32130 = ""; if (typeof(CountSteppers32130)!="number") CountSteppers32130 = -1; if (typeof(LeadingZeros32130)=="undefined") LeadingZeros32130 = true; CountSteppers32130 = Math.ceil(CountSteppers32130); if (CountSteppers32130 == 0) CountActives32130 = false; var SetTimeOutPeriods32130 = (Math.abs(CountSteppers32130)-1)*1000 + 990; puti(BackColors32130, ForeColors32130); var dthens32130 = new Date(TargetDates32130); var dnows32130 = new Date("04/03/2025 5:00:32 AM"); if(CountSteppers32130>0) ddiffs32130 = new Date(dnows32130-dthens32130); else ddiffs32130 = new Date(dthens32130-dnows32130); gsecss32130 = Math.floor(ddiffs32130.valueOf()/1000); CountBacks32130(gsecss32130);