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

if (hours>=0&&hours<=5)
document.write('<a href="bio_blair.php"><img src="images/oan_blair.gif" width="290" height="170" border="0"></a>')
else if (hours>=6&&hours<=9) 
document.write('<a href="morning.php"><img src="images/oan_bmcc.gif" width="290" height="170" border="0"></a>')
else if (hours>=10&&hours<=14) 
document.write('<a href="bio_amy.php"><img src="images/oan_amy.gif" width="290" height="170" border="0"></a>')
else if (hours>=15&&hours<=18) 
document.write('<a href="benny.php"><img src="images/beeair.gif" width="290" height="170" border="0"></a>')
else if (hours>=19&&hours<=23) 
document.write('<a href="bio_lia.php"><img src="images/oan_lia.gif" width="290" height="170" border="0"></a>')
