// Good morning etc

helixtime = new Date()
hrstime = helixtime.getHours()
if (hrstime < 7){document.write('<img src=graphics/morning.gif alt=Welcome width=366 height=30 />')}
if (hrstime > 6 && hrstime <12){document.write('<img src=graphics/morning.gif alt=Welcome width=366 height=30 />')}
if (hrstime > 11 && hrstime <18){document.write('<img src=graphics/afternoon.gif alt=Welcome width=366 height=30 />')}
if (hrstime >17){document.write('<img src=graphics/evening.gif alt=Welcome width=366 height=30 />')}