<!-- hide script from old browsers
	Today = new Date();
	time = Today.getHours();
	if (time < 12)
		document.write("<FONT SIZE=-1><B>Good Morning Today is</FONT SIZE=-1></B>");
	else if (time <= 17)
		document.write("<FONT SIZE=-1><B>Good Afternoon Today is</FONT SIZE=-1></B> ");
	else
		document.write("<FONT SIZE=-1><B>Good Evening Today is</FONT SIZE=-1></B> ");
<!-- end hiding script from old browsers-->
