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

if (hours>=0&&hours<=0)
document.write('<h2 align="center"><font color="#FF0000">On-Air Now</font><br>Michael Savage<br>12-1 AM</h2>')
else if (hours>=1&&hours<=3)
document.write('<h2 align="center"><font color="#FF0000">On-Air Now</font><br>Neal Boortz<br>1-4 AM</h2>')
else if (hours>=4&&hours<=6) 
document.write('<h2 align="center"><font color="#FF0000">On-Air Now</font><br>Americas Morning News<br>4-7 AM</h2>')
else if (hours>=7&&hours<=8) 
document.write('<h2 align="center"><font color="#FF0000">On-Air Now</font><br><img src="images/laura2.jpg" width="150"><br>Laura Ingraham<br>7-9 AM</h2>')
else if (hours>=9&&hours<=9) 
document.write('<h2 align="center"><font color="#FF0000">On-Air Now</font><br>Voices of Montana<br>9-10 AM</h2>')
else if (hours>=10&&hours<=12)
document.write('<h2 align="center"><font color="#FF0000">On-Air Now</font><br><img src="images/rush1.jpg" width="95"><br>Rush Limbaugh<br>10 AM - 1 PM</h2>')
else if (hours>=13&&hours<=15)
document.write('<h2 align="center"><font color="#FF0000">On-Air Now</font><br><img src="images/Hannity.jpg" width="95"><br>Sean Hannity<br>1-4 PM</h2>')
else if (hours>=16&&hours<=18) 
document.write('<h2 align="center"><font color="#FF0000">On-Air Now</font><br><img src="images/beck.jpg" width="95"><br>Glenn Beck<br>4-7 PM</h2>')
else if (hours>=19&&hours<=21) 
document.write('<h2 align="center"><font color="#FF0000">On-Air Now</font><br>Lou Dobbs<br>7-10 PM</h2>')
else if (hours>=22&&hours<=23) 
document.write('<h2 align="center"><font color="#FF0000">On-Air Now</font><br>Michael Savage<br>10 PM-1 AM</h2>')