<!-- Begin
now = new Date(),hour = now.getHours()
if(hour < 6){document.write("Tomorrow will be day off?")}
else if (hour < 8){document.write("A fresh day again!")}
else if (hour < 12){document.write("Good Mrning!")}
else if (hour < 14){document.write("Is the sunshine hot£¿")}
else if (hour < 18){document.write("Good Nood!")}
else if (hour < 22){document.write("Good Night!")}
else if (hour < 24){document.write("Take care your health! Have a sweet dream!")}
//  End -->

