var Digital=new Date()
var hours=Digital.getHours()

if (hours>=0&&hours<=5)
document.write('<h2 align="center">Kool 105 Jukebox On Shuffle</h2>')
else if (hours>=6&&hours<=9)
document.write('<h2 align="center">Leah Lindsay<br>6am-10am</h2>')
else if (hours>=10&&hours<=13)
document.write('<h2 align="center">Duane Barnhart<br>10am-2pm</h2>')
else if (hours>=14&&hours<=17)
document.write('<h2 align="center">CJ Carter<br>2pm-6pm</h2>')
else if (hours>=18&&hours<=23) 
document.write('<h2 align="center">Tom Kent<br>6pm-Midnight</h2>')