<!--
helixtime = new Date()
hrstime = helixtime.getHours()
if (hrstime < 7){document.write('<img src=\"graphics/welcome_mor.gif\" width=\"367\" height=\"28\">')}
if (hrstime > 6 && hrstime <12){document.write('<img src=\"graphics/welcome_mor.gif\" width=\"367\" height=\"28\">')}
if (hrstime > 11 && hrstime <18){document.write('<img src=\"graphics/welcome_aft.gif\" width=\"367\" height=\"28\">')}
if (hrstime >17){document.write('<img src=\"graphics/welcome_eve.gif\" width=\"367\" height=\"28\">')}
// -->