<!-- Hide form old browsers
now = new Date
if (now.getHours() < 12) {
document.write ("<FONT face=arial,helvetica color=#669900><B> Good morning!</B></FONT>")
}
else if (now.getHours() < 17) {
document.write ("<FONT face=arial,helvetica color=#669900><B>Good afternoon!</B></FONT>")
}
else {
document.write ("<FONT face=arial,helvetica color=#669900><B> Good evening!</B></FONT>")
}
// End hiding script from old browsers -->
