// JavaScript Document
document.writeln("   <script language=JavaScript>");
document.writeln("                  ");
document.writeln("<!-- Begin                              ");
document.writeln("                                        ");
document.writeln("   var enable=0; today=new Date();                   ");
document.writeln("   var day; var date;                   ");
document.writeln("   var time_start = new Date();                    ");
document.writeln("   var clock_start = time_start.getTime();                  ");
document.writeln("   if(today.getDay()==0)  day=\"星期日\"                                        ");
document.writeln("   if(today.getDay()==1)  day=\"星期一\"                                            ");
document.writeln("   if(today.getDay()==2)  day=\"星期二\"                  ");
document.writeln("   if(today.getDay()==3)  day=\"星期三\"                  ");
document.writeln("   if(today.getDay()==4)  day=\"星期四\"                  ");
document.writeln("   if(today.getDay()==5)  day=\"星期五\"                   ");
document.writeln("   if(today.getDay()==6)  day=\"星期六\"                   ");
document.writeln("yr = today.getYear();                  ");
document.writeln("if (yr < 1000)                  ");
document.writeln("yr+=1900;                               ");
document.writeln("   date=yr+\"年\"+(today.getMonth()+1)+\"月\"+today.getDate()+\"日 \";                   ");
document.writeln("document.write(\"<span style=\'font-size: 9pt;color:#333333;\'>\"+date);                                          ");
document.writeln("document.write(day+\"<\/font><\/span>\");                   ");
document.writeln("\/\/ -->                                        ");
document.writeln("<\/script>")
