<!--
document.write("<left><font size=2 face=verdana color=black>")
day = new Date()
hr = day.getHours()
if (hr == 1)
document.write("Good morning!<br>1 a.m. and you're still going?")
if (hr == 2)
document.write("It's past 2 a.m.<br>The bars must be closed!")
if (hr == 3)
document.write("Hey, it's after 3 a.m!<br>See those bags under your eyes?")
if (hr == 4)
document.write("4 a.m. and still up?<br>Better stand up and stretch a bit.")
if (hr == 5)
document.write("5 a.m.  Still surfing ElDoradoCounty.Net?")
if (hr == 6)
document.write("Hey, it's way too early<br>to be using your computer!")
if ((hr == 7) || (hr == 8) || (hr == 9))
document.write("Good Morning!<br>Thanks for starting your day at <b>ElDoradoCounty.Net</b>")
if (hr == 10)
document.write("10 a.m. already.<br><font size=4><b>Break time!</b></font>")
if (hr == 11)
document.write("11 a.m.<br>Almost time for lunch.")
if (hr == 12)
document.write("NOON!<br>Is that the lunch whistle?")
if (hr == 14)
document.write("It's mid-afternoon.<br>Have you eaten lunch yet??")
if ((hr == 13) || (hr == 15) || (hr == 16))
document.write("Good Afternoon!")
if ((hr == 17) || (hr == 18) || (hr == 19) || (hr == 20) || (hr == 21) || (hr == 22))
document.write("Good Evening!<br>Welcome to prime time on the web!")
if (hr == 23)
document.write("It's almost midnight.<br>Aren't you sleepy yet?")
if (hr == 0)
document.write("Midnight!<br>Don't you ever sleep?")
document.write("</font></left>")
// -->
