var d = new Date()
var h = d.getHours()

if (h < 12) document.write('<img src="/images/goodmorning.png" alt="Good Morning from Spillers Aga Centre" Title="Good Morning From Spillers Aga Centre" />')
else if (h < 18) document.write('<img src="/images/goodafternoon.png" alt="Good Afternoon from Spillers Aga Centre" title="Good afternoon from Spillers Aga Centre" />')
else if (h < 24) document.write('<img src="/images/goodevening.png" alt="Heading - Good Evening from Spillers Aga Centre" title"Good Evening from Spillers Aga Centre" />')
else document.write('<img src="/images/welcome.jpg" alt="Welcome" />')