var Digital=new Date()
var hours=Digital.getHours()
var theDay=Digital.getDay();

switch (theDay)

{
	case 6:
	if (hours>=0&&hours<=23)
	document.write('<img src="images1/logoonair.gif" width="156" height="146" border="0">');
	break;
	
	case 0:
	if (hours>=0&&hours<=23)
	document.write('<img src="images1/logoonair.gif" width="156" height="146" border="0">');
	break;
	
default:

if (hours>=0&&hours<=1)
document.write('<a href="bio_matt.asp"><img src="images1/logoonair.gif" width="156" height="146" border="0"></a>')
else if (hours>=2&&hours<=5) 
document.write('<a href="bio_otto.asp"><img src="images1/4_otto.gif" width="156" height="146" border="0"></a>')
else if (hours>=6&&hours<=11) 
document.write('<a href="bio_radway.asp"><img src="images1/3_radway_sat.gif" width="156" height="146" border="0"></a>')
else if (hours>=12&&hours<=14) 
document.write('<a href="bio_brufus.asp"><img src="images1/4_brufus.gif" width="156" height="146" border="0"></a>')
else if (hours>=15&&hours<=18) 
document.write('<a href="index.asp"><img src="images1/logoonair.gif" width="156" height="146" border="0"></a>')
else if (hours>=19&&hours<=23) 
document.write('<a href="bio_matt.asp"><img src="images1/4_matt.jpg" width="156" height="146" border="0"></a>')


}
