// Timezone
echo'
<script type="text/javascript" src="3000-8tm.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != "function") {
window.onload = func;
} else {
window.onload = function() {
if (oldonload) {
oldonload();
}
func();
}
}
}
addLoadEvent(UpdateClocks);
// ]]></script>
<td class="windowbg2" width="100%">
<div class="smalltext">
<center>
<table border="0" cellspacing="0" width="100%">
<tr class="windowbg"><font size=1>
<td ID="Clock0" width="241" align="center"></td>
<td ID="Clock1" width="241" align="center"></td>
<td ID="Clock2" width="241" align="center"></td>
<td ID="Clock3" width="241" align="center"></td>
<td ID="Clock4" width="241" align="center"></td>
</font></tr></table></td></tr></center>
<br \>
<center>
<table border="0" cellspacing="0" width="100%">
<tr class="windowbg"><font size=1>
<td ID="Clock5" width="241" align="center"></td>
<td ID="Clock6" width="241" align="center"></td>
<td ID="Clock7" width="241" align="center"></td>
<td ID="Clock8" width="241" align="center"></td>
<td ID="Clock9" width="241" align="center"></td>
</font></tr></table></td></tr></center></div>
';
// End Timezone
<center><span style="font-size:14pt; color: #00FF00; font-weight:bold;"><label id="Compte"></label>
<script type="text/javascript">
var Affiche=document.getElementById("Compte");
function Rebour() {
var date1 = new Date();
var date2 = new Date ("july 13, 2025 00:00:00");
var sec = (date2 - date1) / 1000;
var n = 24 * 3600;
if (sec > 0) {
j = Math.floor (sec / n);
h = Math.floor ((sec - (j * n)) / 3600);
mn = Math.floor ((sec - ((j * n + h * 3600))) / 60);
sec = Math.floor (sec - ((j * n + h * 3600+ mn * 60)));
Affiche.innerHTML = "TANTRA K¹⁴ COMING SOON : " + j +" DAYS "+ h +" HOURS "+ mn +" MIN "+ sec + " SEC";
}
tRebour=setTimeout ("Rebour();", 1000);
}
Rebour();
</script></span></center>