// JavaScript Document

helixtime = new Date()
hrstime = helixtime.getHours()
if (hrstime < 7){document.write('<h3>Good Morning and Welcome to <font color=#010080>Chris Allnutt Property Services</font></h3>')}
if (hrstime > 6 && hrstime <12){document.write('<h3>Good Morning and Welcome to <font color=#010080>Chris Allnutt Property Services</font></h3>')}
if (hrstime > 11 && hrstime <18){document.write('<h3>Good Afternoon and Welcome to <font color=#010080>Chris Allnutt Property Services</font></h3>')}
if (hrstime >17){document.write('<h3>Good Evening and Welcome to <font color=#010080>Chris Allnutt Property Services</font></h3>')}