// Good morning etc

helixtime = new Date()
hrstime = helixtime.getHours()
if (hrstime < 7){document.write('<h1>Good Morning and Welcome to N.S. Bennett Estate Agents</h1>')}
if (hrstime > 6 && hrstime <12){document.write('<h1>Good Morning and Welcome to N.S. Bennett Estate Agents</h1>')}
if (hrstime > 11 && hrstime <18){document.write('<h1>Good Afternoon and Welcome to N.S. Bennett Estate Agents</h1>')}
if (hrstime >17){document.write('<h1>Good Evening and Welcome to N.S. Bennett Estate Agents</h1>')}