<!--Hide

now = new Date();
t = now.getHours();

if (t<5) document.write("ood morning ");

else if (t<12) document.write("ood morning ");

else if (t<18) document.write("ood afternoon ");

else document.write("ood evening ");

//End hiding-->
