<!--
day = new Date()
hr = day.getHours()
if ((hr == 1) || (hr == 2)) document.write("<img src='moon6.gif' width='58' height='49'>")
if ((hr == 3) || (hr == 4)) document.write("<img src='moon5.gif' width='60' height='52'>")          
if ((hr == 5) || (hr == 6)) document.write("<img src='star.gif' width='53' height='52'>")         
if ((hr == 19) || (hr == 20)) document.write("<img src='moon3.gif' width='45' height='52'>")         
if ((hr == 21) || (hr == 22)) document.write("<img src='moon4.gif' width='43' height='52'>")         
if (hr == 23) document.write("<img src='moon1.gif' width='58' height='52'>")  
if (hr == 24) document.write("<img src='moon2.gif' width='48' height='52'>")  
//-->
