// Good morning etc

helixtime = new Date()
hrstime = helixtime.getHours()
if (hrstime < 7){document.write('<h1>Good morning and welcome to Real Moves Estate and Letting Agents</h1>')}
if (hrstime > 6 && hrstime <12){document.write('<h1>Good morning and welcome to Real Moves Estate and Letting Agents</h1>')}
if (hrstime > 11 && hrstime <18){document.write('<h1>Good afternoon and welcome to Real Moves Estate and Letting Agents</h1>')}
if (hrstime >17){document.write('<h1>Good evening and welcome to Real Moves Estate and Letting Agents</h1>')}
