document.writeln("<script language=\"JavaScript\" type=\"text\/javascript\" class=\"b12\">  ");
document.writeln("      ");
document.writeln("today=new Date()      ");
document.writeln("document.write(today.getYear(),\"年\",today.getMonth()+1,\"月\",today.getDate(),\"日 \")      ");
document.writeln("document.write(\"\")      ");
document.writeln("now=new Date()      ");
document.writeln("document.write(\"\")      ");
document.writeln("if(now.getDay()==5)document.write(\"星期五\")      ");
document.writeln("if(now.getDay()==6)document.write(\"星期六\")      ");
document.writeln("if(now.getDay()==0)document.write(\"星期日\")      ");
document.writeln("if(now.getDay()==1)document.write(\"星期一\")      ");
document.writeln("if(now.getDay()==2)document.write(\"星期二\")      ");
document.writeln("if(now.getDay()==3)document.write(\"星期三\")      ");
document.writeln("if(now.getDay()==4)document.write(\"星期四\")      ");
document.writeln("document.write(\"\")      ");
document.writeln("          <\/script>");