<!--
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=#ffffff>:</BLINK>")+minutes+"";timeValue+=(hours>=12)?"<FONT COLOR=#ffffff><I><B>pm</B></I>":"<FONT COLOR=#ffffff><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=#ffffff>星期日 ","<font COLOR=#ffffff>星期一 ","<font COLOR=#ffffff>星期二 ","<font COLOR=#ffffff>星期三 ","<font COLOR=#ffffff>星期四 ","<font COLOR=#ffffff>星期五 ","<font COLOR=#ffffff>星期六 ");document.write("<font COLOR=#ffffff>",today.getYear(),"<font COLOR=#ffffff>年","<font COLOR=#ffffff>",today.getMonth()+1,"<font COLOR=#ffffff>月","<font COLOR=#ffffff>",today.getDate(),"<font COLOR=#ffffff>日");
//-->