document.writeln(" <script language=JavaScript>");
document.writeln("var isnDay = new");
document.writeln("Array(\"星期日\",\"星期一\",\"星期二\",\"星期三\",\"星期四\",\"星期五\",\"星期六\",\"星期日\");");
document.writeln("var today=new Date();");
document.writeln("var month=today.getMonth()+1;");
document.writeln("document.write(\"\"+today.getYear()+\"年\"+month+\"月\"+today.getDate()+\"日\"+\"   \"+isnDay[today.getDay()])  ");
document.writeln("<\/script>");
document.writeln("");
document.writeln("        <script language=JavaScript>           ");
document.writeln("<!--           ");
document.writeln("function showtime(){           ");
document.writeln("if (!document.layers&&!document.all)           ");
document.writeln("return           ");
document.writeln("var Digital=new Date()           ");
document.writeln("var hours=Digital.getHours()           ");
document.writeln("var minutes=Digital.getMinutes()           ");
document.writeln("var seconds=Digital.getSeconds()           ");
document.writeln("var dn=\"\"            ");
document.writeln("if (hours>12){           ");
document.writeln("dn=\"\"           ");
document.writeln("hours=hours-12           ");
document.writeln("}           ");
document.writeln("if (hours==0)           ");
document.writeln("hours=12           ");
document.writeln("if (minutes<=9)           ");
document.writeln("minutes=\"0\"+minutes           ");
document.writeln("if (seconds<=9)           ");
document.writeln("seconds=\"0\"+seconds                    ");
document.writeln("myclock=\" \"+hours+\":\"+minutes+\":\"           ");
document.writeln("+seconds+\" \"+dn           ");
document.writeln("if (document.layers){           ");
document.writeln("document.layers.liveclock.document.write(myclock)           ");
document.writeln("document.layers.liveclock.document.close()           ");
document.writeln("}           ");
document.writeln("else if (document.all)           ");
document.writeln("liveclock.innerHTML=myclock           ");
document.writeln("setTimeout(\"showtime()\",1000)           ");
document.writeln("}           ");
document.writeln("\/\/-->           ");
document.writeln("<\/script>")