// JavaScript Document
// Anytime Anywhere Web Page Clock Generator
// Clock Script Generated at
// http://www.rainbow.arch.scriptmania.com/tools/clock

function tS(){ x=new Date(tN().getUTCFullYear(),tN().getUTCMonth(),tN().getUTCDate(),tN().getUTCHours(),tN().getUTCMinutes(),tN().getUTCSeconds()); x.setTime(x.getTime()-14400000); return x; } 
function tN(){ return new Date(); } 
function lZ(x){ return (x>9)?x:'0'+x; } 
function tH(x){ if(x==0){ x=12; } return (x>12)?x-=12:x; } 
function dT(){ if(fr==0){ fr=1; document.write('<font size=0 face=Verdana, Arial, Helvetica, sans-serif><span id="tP">'+eval(oT)+'</span></font>'); } document.getElementById('tP').innerHTML=eval(oT); setTimeout('dT()',1000); } 
function aP(x){ return (x>11)?'pm':'am'; } 
function y4(x){ return (x<500)?x+1900:x; } 
var dN=new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'),mN=new Array('1','2','3','4','5','6','7','8','9','10','11','12'),fr=0,oT="dN[tS().getDay()]+', '+mN[tS().getMonth()]+'/'+tS().getDate()+''+'/'+y4(tS().getYear())+' '+' '+' '+' '+tH(tS().getHours())+':'+lZ(tS().getMinutes())+aP(tS().getHours())";



// Use the following within your HTML to Start/display your clock
// 
