today=new Date();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("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
document.write("<font color=#336699></font><font color=#336699>",
today.getYear(),"-",today.getMonth()+1,"-",today.getDate(),"","&nbsp;",d[today.getDay()+1],"&nbsp;","</font>" ); 
now = new Date(),hour = now.getHours()
if(hour < 6){document.write("<font color=#336699>","","</font>")}
else if (hour < 9){document.write("<font color=#336699>","","</font>")}
else if (hour < 12){document.write("<font color=#336699>","","</font>")}
else if (hour < 14){document.write("<font color=#336699>","","</font>")}
else if (hour < 17){document.write("<font color=#336699>","","</font>")}
else if (hour < 19){document.write("<font color=#336699>","","</font>")}
else if (hour < 22){document.write("<font color=#336699>","","</font>")}
else {document.write("<font color=#336699>","","</font>")}
