message=new Date()
h=message.getHours()
if((h < 12) && (h >= 6))
{document.write("<FONT SIZE=2 color=#4cc417><B>Welcome & Good morning!   </B></FONT>")}  
if((h >= 12) && (h < 18))
{document.write("<FONT SIZE=2 color=#4cc417><B>Good afternoon!   </B></FONT>")}  
if((h >= 18) && (h <= 23))
{document.write("<FONT SIZE=2 color=#4cc417><B>Good evening!...   </B></FONT><FONT SIZE=1 color=#FF3366><B>Hope you have had a good day~</B></FONT>")}  
if((h >= 0) && (h < 4))
{document.write("<FONT SIZE=2 color=#4cc417><B>Welcome... Sure is getting late!    </B></FONT>")}  
if((h >= 4) && (h <= 6))
{document.write("<FONT SIZE=2 color=#4cc417></FONT><FONT SIZE=1 color=#FF3366><B>    Nothing like waking up early~</B></FONT>")}