
<!--
today = new Date();
var hours = today.getHours();
var minutes = today.getMinutes();
var seconds = today.getSeconds();
var timeValue = "<FONT COLOR=#ffffff>" + ((hours >12) ? hours -12 :hours); 
timeValue += ((minutes < 10) ? "<FONT COLOR=#ffffff>:</FONT></BLINK>0" : "<FONT COLOR=#ffffff>:</FONT></BLINK>") + minutes+"</FONT></FONT>";
timeValue += (hours >= 12) ? "<FONT COLOR=#ffffff> PM</FONT>" : "<FONT COLOR=#ffffff> AM</FONT>";
function initArray(){
this.length=initArray.arguments.length
for(var i=0;i<this.length;i++)
this[i+1]=initArray.arguments[i] }
var d=new initArray("<font color=#ffffff>Sunday","<font color=#ffffff>Monday","<font color=#ffffff>Tuesday","<font color=#ffffff>Wednesday","<font color=#ffffff>Thursday","<font color=#ffffff>Friday","<font color=#ffffff>Saturday"); 
document.write("<font color=#ffffff>Today is ",today.getYear()," Y ","",today.getMonth()+1," M ","",today.getDate()," D</FONT> ", d[today.getDay()+1]," ",timeValue); //-->
