
<!--hide script from old browsers
document.write("<center><font size=+1><font face= Georgia><font color= #ff0000>")
day=new Date()
hr=day.getHours()
if(hr==1)
document.write("Good morning!  1AM and you're still going?"+"<img src=fun/sleeping.gif>")
if(hr==2)
document.write("Hey, it's past  2AM!   The bars must be closed!"+"<img src=fun/looney.gif>")
if(hr==3)
document.write("Hey, it's after  3AM!   Are you a vampire or what?"+"<img src=fun/neener.gif>")
if(hr==4)
document.write("4AM?  You must roam all night huh!"+"<img src=fun/wave.gif>")
if(hr==5)
document.write("Whoa! It's almost daylight and you are still going!"+"<img src=fun/emot29.gif>")
if(hr==6)
document.write("Hey, isn't it way too early to be using your computer?"+"<img src=fun/damputer.gif>")
if((hr==7)||(hr==8)||(hr==9)||(hr==10))
document.write("Good Morning!"+"<img src=fun/sun.gif>")
if(hr==11)
document.write("11AM...What are you doing surfing so early??"+"<img src=fun/type.gif>")
if(hr==12)
document.write("NOON!  Great, it must be time for me to eat breakfast!"+"<img src=fun/haha.gif>")
if(hr==14)
document.write("It's 2PM. Have you eaten lunch yet??"+"<img src=fun/w10.gif>")
if((hr==13)||(hr==15)||(hr==16))
document.write("Good Afternoon!"+"<img src=fun/bike.gif>")
if((hr==17)||(hr==18)||(hr==19)||(hr==20)||(hr==21)||(hr==22))
document.write("Good Evening! Welcome to prime time on the web!"+"<img src=fun/cheers.gif>")
if(hr==23)
document.write("It's almost midnight...Aren't you sleepy yet?"+"<img src=fun/looney.gif>")
if(hr==0)
document.write("It's midnight... do you ever sleep?"+"<img src=fun/wtf.gif>")
document.write("</font>")//end hiding script from old browsers-->
