today=new Date();
var hours = today.getHours();
var minutes = today.getMinutes();
var seconds = today.getSeconds();
var timeValue = "<FONT COLOR=#303030>" + ((hours >12) ? hours -12 :hours); timeValue += ((minutes < 10) ? "<BLINK><FONT COLOR=#303030>:</FONT></BLINK>0" : "<BLINK><FONT COLOR=#303030>:</FONT></BLINK>") + minutes+"</FONT></FONT>";
timeValue += (hours >= 12) ? "<FONT COLOR=#7B2E00><I><B>pm</B></I></FONT>" : "<FONT COLOR=#790000><B><I>am</I></B></FONT>";
function initArray(){
this.length=initArray.arguments.length
for(var i=0;i<this.length;i++)
this[i+1]=initArray.arguments[i]  }
var d=new initArray("<font color=RED>","<font color=#303030>","<font color=#303030>","<font color=#303030>","<font color=#303030>","<font color=#303030>","<font color=red>"); document.write("<font color=#303030>",today.getYear(),"<font color=#303030>Äê","<font color=#303030>",today.getMonth()+1,"<font color=#303030>ÔÂ","<font color=#303030>",today.getDate(),"<font color=#303030>ÈÕ </FONT>",d[today.getDay()+1]," ",timeValue); 
