<!--Hide

now = new Date();
t = now.getHours();

if (t<7) document.write("<img src='http://www.markfoster.net/scripts/goodearlymorning.gif' style='width:573px;height:28px' alt='greeting' />");

else if (t<12) document.write("<img src='http://www.markfoster.net/scripts/goodmorning.gif' style='width:525px;height:28px' alt='greeting' />");

else if (t<18) document.write("<img src='http://www.markfoster.net/scripts/goodafternoon.gif' style='width:541px;height:28px' alt='greeting' />");

else document.write("<img src='http://www.markfoster.net/scripts/goodevening.gif' style='width:521px;height:28px' alt='greeting' />");

//End hiding-->

