document.writeln("<script type=\"text\/javascript\">today=new Date();");
document.writeln(" function initArray(){");
document.writeln("   this.length=initArray.arguments.length");
document.writeln("   for(var i=0;i<this.length;i++)");
document.writeln("   this[i+1]=initArray.arguments[i]  }");
document.writeln("   var d=new initArray(");
document.writeln("     \"星期日\",");
document.writeln("     \"星期一\",");
document.writeln("     \"星期二\",");
document.writeln("     \"星期三\",");
document.writeln("     \"星期四\",");
document.writeln("     \"星期五\",");
document.writeln("     \"星期六\");");
document.writeln("document.write(");
document.writeln("     \"<font color=#ffffff style=\'font-size:12px;font-family: Arial\'> \",");
document.writeln("     today.getYear(),\"年\",");
document.writeln("     today.getMonth()+1,\"月\",");
document.writeln("     today.getDate(),\"日 \",");
document.writeln("     d[today.getDay()+1],");
document.writeln("     \"<\/font>\" ); ");
document.writeln("            <\/script>");
