var Digital=new Date()
var hours=Digital.getHours()

if (hours>=0&&hours<=5)
document.write('<h2 align="center">CJ Carter<br>Midnight-6am</h2>')
else if (hours>=6&&hours<=9)
document.write('<h2 align="center">Benny and Rob<br>6am-10am</h2>')
else if (hours>=10&&hours<=14)
document.write('<h2 align="center">Barry Bennett<br>10am-3pm</h2>')
else if (hours>=15&&hours<=18) 
document.write('<h2 align="center">Brew Michaels<br>3pm-7pm</h2>')
else if (hours>=19&&hours<=23) 
document.write('<h2 align="center">Nights With Alice Cooper<br>7pm - Midnight</h2>')