document.addEventListener("DOMContentLoaded",function(){var e=new Date("Jan 1, 2025").getTime(),d=setInterval(function(){var t=(new Date).getTime(),t=e-t,n='
Days
'+Math.floor(t/864e5)+'
Hours
'+Math.floor(t%864e5/36e5)+'
Minutes
'+Math.floor(t%36e5/6e4)+'
Seconds
'+Math.floor(t%6e4/1e3)+"
";document.getElementById("countdown")&&(document.getElementById("countdown").innerHTML=n),t<0&&(clearInterval(d),document.getElementById("countdown").innerHTML='
The countdown has ended!
')},1e3)});