<!--
today=new Date();
var hours = today.getHours();
var minutes = today.getMinutes();
var seconds = today.getSeconds();
var timeValue = "<FONT class=bai>" + ((hours >12) ? hours -12 :hours); timeValue += ((minutes < 10) ? "<BLINK><FONT class=bai>:</FONT></BLINK>0" : "<BLINK><FONT class=bai>:</FONT></BLINK>") + minutes+"</FONT></FONT>";
timeValue += (hours >= 12) ? "<FONT class=bai>pm</FONT>" : "<FONT class=bai>am</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 class=bai>星期日","<font class=bai>星期一","<font class=bai>星期二","<font class=bai>星期三","<font class=bai>星期四","<font class=bai>星期五","<font class=bai>星期六"); document.write("<font class=bai>",today.getYear(),"<font class=bai>年","<font class=bai>",today.getMonth()+1,"<font class=bai>月","<font class=bai>",today.getDate(),"<font class=bai>日 </FONT>",d[today.getDay()+1]," ",timeValue);  
//--> 

