document.writeln('<html>');
document.writeln('<head>');
document.writeln('<title></title>');
document.writeln('</head>');
document.writeln('<body onLoad=\"initiate()\" bgcolor=\"#000000\" text=\"#FFA500\" link=\"#525252\" alink=\"#525252\" vlink=\"#525252\"  topmargin=\"0\" leftmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">');
document.writeln('');
document.writeln('<div align=\"center\"><font face=\"geneva, arial, helvetica, sans-seif\" size=\"1\" color=\"#00FF00\"><b>');
document.writeln('');
document.writeln('<SCRIPT LANGUAGE=\"Javascript\">');
document.writeln('<!-- This will hide JavaScript from Java-Impaired Browsers');
document.writeln('today=new Date();');
document.writeln('hrs=today.getHours();');
document.writeln('// End Hiding -->');
document.writeln('</SCRIPT>');
document.writeln('');
document.writeln('<Script Language=\"JavaScript\">');
document.writeln('var now = new Date() ');
document.writeln('var h = now.getHours()');
document.writeln('if (h < 12)');
document.writeln('document.write(\"<b>Good Morning </b>\")');
document.writeln('else if (h < 17)');
document.writeln('document.write(\"<b>Good Afternoon </b>\")');
document.writeln('else');
document.writeln('document.write(\"<b>Good Evening </b>\")');
document.writeln('</Script>');
document.writeln('');
document.writeln('<SCRIPT language=Javascript1.2>');
document.writeln('<!--');
document.writeln('');
document.writeln('var tags_before_clock = \" <font face=\'geneva, arial, helvetica, sans-seif\' size=\'1\' color=\'#FFFFFF\'>:</font> <font face=\'geneva, arial, helvetica, sans-seif\' size=\'1\' color=\'#FFFF00\'> \"');
document.writeln('var tags_middle_clock = \" <font face=\'geneva, arial, helvetica, sans-seif\' size=\'1\' color=\'#FFFFFF\'>-</font> <font face=\'geneva, arial, helvetica, sans-seif\' size=\'1\' color=\'#FF0000\'> \"');
document.writeln('var tags_after_clock  = \"</font>\"');
document.writeln('');
document.writeln('if(navigator.appName == \"Netscape\") {');
document.writeln('document.write(\'<layer id=\"clock\"></layer><br>\');');
document.writeln('}');
document.writeln('');
document.writeln('if (navigator.appVersion.indexOf(\"MSIE\") != -1){');
document.writeln('document.write(\'<span id=\"clock\"></span>\');');
document.writeln('}');
document.writeln('');
document.writeln('DaysofWeek = new Array()');
document.writeln('  DaysofWeek[0]=\"Sunday\"');
document.writeln('  DaysofWeek[1]=\"Monday\"');
document.writeln('  DaysofWeek[2]=\"Tuesday\"');
document.writeln('  DaysofWeek[3]=\"Wednesday\"');
document.writeln('  DaysofWeek[4]=\"Thursday\"');
document.writeln('  DaysofWeek[5]=\"Friday\"');
document.writeln('  DaysofWeek[6]=\"Saturday\"');
document.writeln('');
document.writeln('Months = new Array()');
document.writeln('  Months[0]=\"January\"');
document.writeln('  Months[1]=\"February\"');
document.writeln('  Months[2]=\"March\"');
document.writeln('  Months[3]=\"April\"');
document.writeln('  Months[4]=\"May\"');
document.writeln('  Months[5]=\"June\"');
document.writeln('  Months[6]=\"July\"');
document.writeln('  Months[7]=\"August\"');
document.writeln('  Months[8]=\"September\"');
document.writeln('  Months[9]=\"October\"');
document.writeln('  Months[10]=\"November\"');
document.writeln('  Months[11]=\"December\"');
document.writeln('');
document.writeln('function upclock(){');
document.writeln('var dte = new Date();');
document.writeln('var hrs = dte.getHours();');
document.writeln('var min = dte.getMinutes();');
document.writeln('var sec = dte.getSeconds();');
document.writeln('var day = DaysofWeek[dte.getDay()]');
document.writeln('var date = dte.getDate()');
document.writeln('var month = Months[dte.getMonth()]');
document.writeln('var year = dte.getFullYear()');
document.writeln('');
document.writeln('var col = \":\";');
document.writeln('var spc = \" \";');
document.writeln('var com = \",\";');
document.writeln('var apm;');
document.writeln('');
document.writeln('if (date == 1 || date == 21 || date == 31)');
document.writeln('  {ender = \"<sup>st</sup>\"}');
document.writeln('else');
document.writeln('if (date == 2 || date == 22)');
document.writeln('  {ender = \"<sup>nd</sup>\"}');
document.writeln('else');
document.writeln('if (date == 3 || date == 23)');
document.writeln('  {ender = \"<sup>rd</sup>\"}');
document.writeln('');
document.writeln('else');
document.writeln('  {ender = \"<sup>th</sup>\"}');
document.writeln('');
document.writeln('if (12 < hrs) {');
document.writeln('apm=\"<font size=\'1\'> pm</font>\";');
document.writeln('hrs-=12;');
document.writeln('}');
document.writeln('');
document.writeln('else {');
document.writeln('apm=\"<font size=\'1\'> am</font>\";');
document.writeln('}');
document.writeln('');
document.writeln('if (hrs == 0) hrs=12;');
document.writeln('if (hrs<=9) hrs=\"0\"+hrs;');
document.writeln('if (min<=9) min=\"0\"+min;');
document.writeln('if (sec<=9) sec=\"0\"+sec;');
document.writeln('');
document.writeln('if(navigator.appName == \"Netscape\") {');
document.writeln('document.clock.document.write(tags_before_clock+spc+day+spc+month+spc+date+ender+com+spc+spc+year+tags_middle_clock+hrs+col+min+col+sec+apm+spc+tags_after_clock);');
document.writeln('document.clock.document.close();');
document.writeln('}');
document.writeln('');
document.writeln('if (navigator.appVersion.indexOf(\"MSIE\") != -1){');
document.writeln('clock.innerHTML = tags_before_clock+spc+day+spc+month+spc+date+ender+com+spc+spc+year+tags_middle_clock+hrs+col+min+col+sec+apm+spc+tags_after_clock;');
document.writeln('}');
document.writeln('}');
document.writeln('');
document.writeln('setInterval(\"upclock()\",1000);');
document.writeln('//-->');
document.writeln('</SCRIPT>');
document.writeln('');
document.writeln('</b></font></div>');
document.writeln('');
document.writeln('</body>');
document.writeln('</html>');
