<!--





day = new Date()


hr = day.getHours()


if (hr ==1)


document.write("Even though it's late")


if (hr ==2)


document.write("Even though it's early")


if (hr ==3)


document.write("Even though it's early")


if (hr ==4)


document.write("Even though it's early")


if (hr ==5)


document.write("Even though it's early")


if (hr ==6)


document.write("Good morning")


if ((hr == 6) || (hr ==7) || (hr ==8) || (hr == 9) || (hr ==10))


document.write("Good morning")


if (hr ==11)


document.write("Good morning")


if (hr ==12)


document.write("Good afternoon")


if (hr ==14)


document.write("Good afternoon")


if ((hr==15) || (hr==16) || (hr==13))


document.write("Good afternoon")


if ((hr==17) || (hr==18) || (hr==19) || (hr==20) || (hr==21) || (hr==22))


document.write("Good evening")


if (hr==23)


document.write("Even though it's late")


if (hr==0)


document.write("Even though it's late")





//--->


