// JavaScript Document

helixtime = new Date()
hrstime = helixtime.getHours()
if (hrstime < 7){document.write('<h1>Good Morning and Welcome to Clearwater Real Estate</h1>')}
if (hrstime > 6 && hrstime <12){document.write('<h1>Good Morning and Welcome to Clearwater Real Estate</h1>')}
if (hrstime > 11 && hrstime <18){document.write('<h1>Good Afternoon and Welcome to Clearwater Real Estate</h1>')}
if (hrstime >17){document.write('<H1>Good Evening and Welcome to Clearwater Real Estate</h1>')}