document.writeln("<!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN\">");
document.writeln("<html>");
document.writeln("<head>");
document.writeln("<title>--<\/title>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=gb2312\">");
document.writeln("<style type=\"text\/css\">");
document.writeln("body {font-family:\"宋体\", arial;margin:0; padding:0; font-size:12px;}");
document.writeln("div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}");
document.writeln("p{margin:0;padding:0;}");
document.writeln(".p1{float:left;line-height:31px;height:31px;padding-left:10px;padding-right:5px;display:block;color:#fff;}");
document.writeln("<\/style>");
document.writeln("<SCRIPT language=javascript>");
document.writeln("function showDate()");
document.writeln("{");
document.writeln("var d = new Date(); ");
document.writeln("document.write((d.getMonth()+1)+\"月\"+d.getDate()+\"日\");");
document.writeln("switch(d.getDay())");
document.writeln("{");
document.writeln(" case 0:");
document.writeln("  document.write(\" 星期日\");");
document.writeln("  break;");
document.writeln(" case 1:");
document.writeln("  document.write(\" 星期一\");");
document.writeln("  break;");
document.writeln(" case 2:");
document.writeln("  document.write(\" 星期二\");");
document.writeln("  break;");
document.writeln(" case 3:");
document.writeln("  document.write(\" 星期三\");");
document.writeln("  break;");
document.writeln(" case 4:");
document.writeln("  document.write(\" 星期四\");");
document.writeln("  break;");
document.writeln(" case 5:");
document.writeln("  document.write(\" 星期五\");");
document.writeln("  break;");
document.writeln(" case 6:");
document.writeln("  document.write(\" 星期六\");");
document.writeln("  break;");
document.writeln("}");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("<\/head>");
document.writeln("");
document.writeln("<body leftmargin=\"0\" topmargin=\"0\">");
document.writeln("<p class=\"p1\"><script language=\"JavaScript\" type=\"text\/JavaScript\">");
document.writeln("showDate();");
document.writeln("<\/script><\/p>");
document.writeln("<p class=\"p1\">多云 26℃-33℃<\/p>");
document.writeln("<\/body>");
document.writeln("<\/html>");