
function tS(){ 
  x=new Date(); 
  x.setTime(x.getTime()); 
  return x; 
} 
function lZ(x){
 return (x>9)?x:'0'+x; 
 } 
 
function dT(){
 document.write(eval(oT)); 
} 
function y4(x){
 return (x<500)?x+1900:x;
} 

var mN=new Array('January','February','March','April','May','June','July','August','September','October','November','December'),oT="mN[tS().getMonth()]+' '+tS().getDate()+','+' '+y4(tS().getYear())";

//if(!document.all){
 //window.onload=dT; 
//}
//else{ 
 dT(); 
//}


// Put the following HTML on your page where you would like the Clock to be displayed:
// <span id="tP">&nbsp;</span>
