/* author: theladypp@yahoo.com */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 8/16/2004 */

<!-- Begin
document.write("<center><font size=+1>");
day = new Date();
hr = day.getHours();

if  ((hr == 23) || (hr == 0) || (hr == 1) || (hr == 2) || (hr == 3) || (hr == 4) || (hr == 5) || (hr == 6))
  document.write("My, we are up late!");

if ((hr == 7) || (hr == 8) || (hr == 9) || (hr == 10) || (hr == 11))
  document.write("Good Morning!");

if ((hr == 12) || (hr == 13) || (hr == 14) || (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!");
document.write("<\/font><\/center>");
// End -->
