//variables for OnAir changer
var Today = new Date();
var Day = Today.getDay();
var imgsrc;
var loc;
var Hours = Today.getHours();
var Min = Today.getMinutes();
var statusMsg;
//*****************************************
//MONDAY THROUGH FRIDAY
//*****************************************
if ((Day >= 1) && (Day <= 5))
    {
		if((Hours>=0)&&(Hours<3)){loc="/showpage.php?show=5";imgsrc="lojreplay";} //replay
		if((Hours>=3)&&(Hours<5)){loc="http://www.drjoy.com";imgsrc="drjoybrowne";}
		if((Hours>=5)&&(Hours<10)){loc="/showpage.php?show=1";imgsrc="ianmargery";}
		if((Hours>=10)&&(Hours<13)){loc="/showpage.php?show=4";imgsrc="colleenkruse";}
		if((Hours>=13)&&(Hours<15)){loc="showpage.php?show=3";imgsrc="jasonmatheson";}
		if((Hours>=15)&&(Hours<18)){loc="/showpage.php?show=5";imgsrc="lorijulia";}
		if((Hours>=18)&&(Hours<19)){loc="/showpage.php?show=5";imgsrc="lojreplay";}
		if((Hours>=19)&&(Hours<21)){loc="showpage.php?show=3";imgsrc="jasonmatheson";} // replay
		if((Hours>=21)&&(Hours<24)){loc="http://www.drjoy.com";imgsrc="drjoybrowne";}
	}
//*****************************************
//SATURDAY
//*****************************************	
if (Day == 6)
    {
		if((Hours>=0)&&(Hours<3)){loc="/showpage.php?show=5";imgsrc="lojreplay";} //replay
		if((Hours>=3)&&(Hours<8)){loc="http://www.drjoy.com";imgsrc="drjoybrowne";}
		if((Hours>=8)&&(Hours<9)){loc="showpage.php?show=100";imgsrc="dishingup";}
		if((Hours>=9)&&(Hours<11)){loc="showpage.php?show=102";imgsrc="getrealgirls";}
		if((Hours>=11)&&(Hours<13)){loc="/showpage.php?show=104";imgsrc="shopgirls";}
		if((Hours>=13)&&(Hours<14)){loc="/showpage.php?show=101";imgsrc="weeklydish";}
		if((Hours>=14)&&(Hours<17)){loc="/showpage.php?show=103";imgsrc="reuverssheletta";}
		if((Hours>=17)&&(Hours<19)){loc="/schedule.html";imgsrc="default";}
		if((Hours>=19)&&(Hours<22)){loc="/showpage.php?show=5";imgsrc="lojreplay";} //replay
		if((Hours>=22)&&(Hours<24)){loc="/schedule.shtml";imgsrc="steppinout";}
	}
//*****************************************
//SUNDAY
//*****************************************	
if (Day == 0)
    {
		if((Hours>=0)&&(Hours<6)){loc="http://www.drjoy.com";imgsrc="drjoybrowne";}
		if((Hours>=6)&&(Hours<10)){loc="http://www.fm107.fm/schedule.htm";imgsrc="paidprogramming";}
		if((Hours>=10)&&(Hours<12)){loc="/familyaffairs/index.shtml";imgsrc="familyaffairs";}
		if((Hours>=12)&&(Hours<13)){loc="/polichicks/index.shtml";imgsrc="polichicks";}
		if((Hours>=13)&&(Hours<14)){loc="/goodenoughmoms/index.shtml";imgsrc="goodenoughmoms";}
		if((Hours>=14)&&(Hours<16)){loc="http://www.thekathleenshow.com/";imgsrc="kathleenshow";}
		if((Hours>=16)&&(Hours<18)){loc="/ktk9/index.shtml";imgsrc="katiek9";}
		if((Hours>=18)&&(Hours<20)){loc="/showpage.php?show=1";imgsrc="ianmargery";}
		if((Hours>=20)&&(Hours<22)){loc="/showpage.php?show=4";imgsrc="colleenkruse";}
		if((Hours>=22)&&(Hours<24)){loc="/schedule.shtml";imgsrc="default";}
	}
//*****************************************
//DO NOT EDIT BELOW THIS LINE
//*****************************************	
document.write('<a href=' + loc + ' onclick="dmnetclick=1"><img src="images/onair/onair_' + imgsrc + '.jpg" border=0 alt="Live on FM107" width=240 height=165></a>');
//alert(imgsrc);
// End -->
// JavaScript Document
