<!--Hide

now = new Date();
t = now.getHours();

if (t<7) document.write("ood early morning. ");

else if (t<12) document.write("ood morning. ");

else if (t<18) document.write("ood afternoon. ");

else document.write("ood evening. ");

//End hiding-->

