// Good morning etc

helixtime = new Date()
hrstime = helixtime.getHours()
if (hrstime < 7){document.write('<h3>Good Morning and Welcome to <font color=#ed2283>Waddington &amp; Co</font></h3>')}
if (hrstime > 6 && hrstime <12){document.write('<h3>Good Morning and Welcome to <font color=#ed2283>Waddington &amp; Co</font></h3>')}
if (hrstime > 11 && hrstime <18){document.write('<h3>Good Afternoon and Welcome to <font color=#ed2283>Waddington &amp; Co</font></h3>')}
if (hrstime >17){document.write('<h3>Good Evening and Welcome to <font color=#ed2283>Waddington &amp; Co</font></h3>')}
