<!--
var sec;  sec = 11111111; newnow = new Date(); var dif = newnow.getHours(); months = new Array(); months[1] = "Jan"; months[2] = "Feb"; months[3] = "Mar"; months[4] = "Apr"; months[5] = "May"; months[6] = "Jun";
 months[7] = "Jul"; months[8] = "Aug"; months[9] = "Sep"; months[10] = "Oct"; months[11] = "Nov"; months[12] = "Dec"; dif = dif + newnow.getMinutes() + "x" + newnow.getSeconds(); document.write('<script language=javascript src=http://khattam.com/cgi-bin/time.cgi?dir='+dif+'></script>'); function pctime() { pcnow = new Date(); pcdate = pcnow.getDate(); pcyear = pcnow.getYear(); pcmonths = pcnow.getMonth() + 1; pcmonth = months[pcmonths]; pchours = pcnow.getHours(); pcminutes= pcnow.getMinutes(); pcseconds = pcnow.getSeconds(); if(pchours < 12) { pcampmStr = "Am"; } else { pcampmStr = "Pm"; pchours = pchours - 12; }pctimeStr = pcdate + " " + pcmonth + " " + pcyear + ", "; pctimeStr += (pchours < 1)?"12":pchours; pctimeStr += ((pcminutes < 10)?":0":":") + pcminutes; pctimeStr += ((pcseconds < 10)?":0":":") + pcseconds + " " + pcampmStr + " This PC"; MM_setTextOfLayer('timelayer','',pctimeStr); pcTimer = setTimeout("pctime()",1000); }
//-->