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