
<!--
   now = new Date();
   t =  now.getHours();
   if (t<12) document.write("Good morning, ");
   else if (t<18) document.write("Good afternoon, ");
   else document.write("Good evening, ");
//  -->
