document.writeln("<span id=tick2>");
document.writeln("");
document.writeln("<\/span>");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("<script>");
document.writeln("");
document.writeln("<!--");
document.writeln("");
document.writeln("function show2(){");
document.writeln("");
document.writeln("if (!document.all)");
document.writeln("");
document.writeln("return");
document.writeln("");
document.writeln("var Digital=new Date()");
document.writeln("");
document.writeln("var hours=Digital.getHours()");
document.writeln("");
document.writeln("var minutes=Digital.getMinutes()");
document.writeln("");
document.writeln("var seconds=Digital.getSeconds()");
document.writeln("");
document.writeln("var dn=\"AM\" ");
document.writeln("");
document.writeln("if (hours>12){");
document.writeln("");
document.writeln("dn=\"PM\"");
document.writeln("");
document.writeln("hours=hours-12");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("if (hours==0)");
document.writeln("");
document.writeln("hours=12");
document.writeln("");
document.writeln("if (minutes<=9)");
document.writeln("");
document.writeln("minutes=\"0\"+minutes");
document.writeln("");
document.writeln("if (seconds<=9)");
document.writeln("");
document.writeln("seconds=\"0\"+seconds");
document.writeln("");
document.writeln("var ctime=hours+\":\"+minutes+\":\"+seconds+\" \"+dn");
document.writeln("");
document.writeln("tick2.innerHTML=\"<b style=\'font-size:12;color:#3366CC;\'>\"+ctime+\"<\/b>\"");
document.writeln("");
document.writeln("setTimeout(\"show2()\",1000)");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("window.onload=show2");
document.writeln("");
document.writeln("\/\/-->");
document.writeln("");
document.writeln("<\/script> ");