document.writeln("<FONT face=Verdana size=1>");
document.writeln("<script LANGUAGE=\"JavaScript\">");
document.writeln("<!-- Begin");
document.writeln("Stamp = new Date();");
document.writeln("document.write(\'<B>\' + (Stamp.getMonth() + 1) +\".\"+Stamp.getDate()+ \".\"+Stamp.getYear() + \'<\/B> \');");
document.writeln("var Hours;");
document.writeln("var Mins;");
document.writeln("var Time;");
document.writeln("Hours = Stamp.getHours();");
document.writeln("if (Hours >= 12) {");
document.writeln("Time = \" PM\";");
document.writeln("}");
document.writeln("else {");
document.writeln("Time = \" AM\";");
document.writeln("}");
document.writeln("if (Hours > 12) {");
document.writeln("Hours -= 12;");
document.writeln("}");
document.writeln("if (Hours == 0) {");
document.writeln("Hours = 12;");
document.writeln("}");
document.writeln("Mins = Stamp.getMinutes();");
document.writeln("if (Mins < 10) {");
document.writeln("Mins = \"0\" + Mins;");
document.writeln("}    ");
document.writeln("document.write(\'\' + Hours + \":\" + Mins + Time + \' \');");
document.writeln("\/\/ End ");
document.writeln("\/\/ --><\/script><\/FONT>")