// JavaScript Document

helixtime = new Date()
hrstime = helixtime.getHours()
if (hrstime < 7){document.write('<p><h5>Good Morning and welcome to <font color=#000080>J Smith &amp; Son plumbers</font></h5></p>')}
if (hrstime > 6 && hrstime <12){document.write('<p><h5>Good Morning and welcome to <font color=#000080>J Smith &amp; Son plumbers</font></h5></p>')}
if (hrstime > 11 && hrstime <18){document.write('<p><h5>Good Afternoon and welcome to <font color=#000080>J Smith &amp; Son plumbers</font></h5></p>')}
if (hrstime >17){document.write('<p><h5>Good Evening and welcome to <font color=#000080>J Smith &amp; Son plumbers</font></h5></p>')}
