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 (LeadingZeros33444 && s.length < 2) s = "0" + s; if (seconds == 1) { var classString = "count-seconds"; } else { var classString = ""; } return "" + s + ""; } function CountBacks33444(secs) { if (secs < 0) { document.getElementById("cntdwns33444").innerHTML = FinishMessages33444; return; } DisplayStrs33444 = DisplayFormats33444.replace(/%%D%%/g, calcage(secs,86400,100000,0)); DisplayStrs33444 = DisplayStrs33444.replace(/%%H%%/g, calcage(secs,3600,24,1)); DisplayStrs33444 = DisplayStrs33444.replace(/%%M%%/g, calcage(secs,60,60,0)); DisplayStrs33444 = DisplayStrs33444.replace(/%%S%%/g, calcage(secs,1,60,0,1)); document.getElementById("cntdwns33444").innerHTML = DisplayStrs33444; if (CountActives33444) //alert(SetTimeOutPeriods33444); setTimeout("CountBacks33444(" + (secs+CountSteppers33444) + ")", SetTimeOutPeriods33444); } function puti(backcolor, forecolor) { document.write("
"); } if (typeof(BackColors33444)=="undefined") BackColors33444 = ""; if (typeof(ForeColors33444)=="undefined") ForeColors33444= "white"; if (typeof(TargetDates33444)=="undefined") TargetDates33444 = "02/19/2026 10:00:00 PM"; if (typeof(DisplayFormats33444)=="undefined") DisplayFormats33444 = " %%H%%:%%M%%:%%S%%"; if (typeof(CountActives33444)=="undefined") CountActives33444 = true; if (typeof(FinishMessages33444)=="undefined") FinishMessages33444 = ""; if (typeof(CountSteppers33444)!="number") CountSteppers33444 = -1; if (typeof(LeadingZeros33444)=="undefined") LeadingZeros33444 = true; CountSteppers33444 = Math.ceil(CountSteppers33444); if (CountSteppers33444 == 0) CountActives33444 = false; var SetTimeOutPeriods33444 = (Math.abs(CountSteppers33444)-1)*1000 + 990; puti(BackColors33444, ForeColors33444); var dthens33444 = new Date(TargetDates33444); var dnows33444 = new Date("02/17/2026 12:08:06 PM"); if(CountSteppers33444>0) ddiffs33444 = new Date(dnows33444-dthens33444); else ddiffs33444 = new Date(dthens33444-dnows33444); gsecss33444 = Math.floor(ddiffs33444.valueOf()/1000); CountBacks33444(gsecss33444);