document.writeln("<table width=\"850\" height=\"20\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#CCCCCC\" align=\"center\">");
document.writeln("  <tr>");
document.writeln("    <td bgcolor=\"#FFFFFF\"><table width=\"790\" height=\"20\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td width=\"202\"><div align=\"center\" class=\"STYLE101\"> 今天是：");
document.writeln("          <script language=\"JavaScript\" type=\"text/javascript\">");
document.writeln("");
document.writeln("var day=\"\";");
document.writeln("var month=\"\";");
document.writeln("var ampm=\"\";");
document.writeln("var ampmhour=\"\";");
document.writeln("var myweekday=\"\";");
document.writeln("var year=\"\";");
document.writeln("mydate=new Date();");
document.writeln("myweekday=mydate.getDay();");
document.writeln("mymonth=mydate.getMonth()+1;");
document.writeln("myday= mydate.getDate();");
document.writeln("myyear= mydate.getYear();");
document.writeln("year=(myyear > 200) ? myyear : 1900 + myyear;");
document.writeln("if(myweekday == 0)");
document.writeln("weekday=\" 星期日 \";");
document.writeln("else if(myweekday == 1)");
document.writeln("weekday=\" 星期一 \";");
document.writeln("else if(myweekday == 2)");
document.writeln("weekday=\" 星期二 \";");
document.writeln("else if(myweekday == 3)");
document.writeln("weekday=\" 星期三 \";");
document.writeln("else if(myweekday == 4)");
document.writeln("weekday=\" 星期四 \";");
document.writeln("else if(myweekday == 5)");
document.writeln("weekday=\" 星期五 \";");
document.writeln("else if(myweekday == 6)");
document.writeln("weekday=\" 星期六 \";");
document.writeln("document.write(year+\"年\"+mymonth+\"月\"+myday+\"日 \"+weekday);");
document.writeln("            </script\>");
document.writeln("        </div></td>");
document.writeln("        <td width=\"598\">");
document.writeln("        </td>");
document.writeln("      </tr>");
document.writeln("    </table></td>");
document.writeln("  </tr>");
document.writeln("</table>");

