// JavaScript Document
// Clock Script Generated By Maxx Blade's Clock v2.0d
// http://www.maxxblade.co.uk/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.getElementById('tP').innerHTML=eval(oT); setTimeout('dT()',1000); } 
function aP(x){ return (x>11)?'pm':'am'; } 
// var a =" <img src=images/blink.gif width=1 height=6> ";
var fr=0,oT="tH(tS().getHours())+ ':' +lZ(tS().getMinutes())+' '+aP(tS().getHours())";

// Put the following HTML on your page where you would like the Clock to be displayed:
// <span id="tP">&nbsp;</span>

