var currSite;
var source = '1173';
var currLocation = window.location.href.toUpperCase();	
var phonenum ;	
var bForward ;

function redirectSHC()
{			
	var site = document.referrer;
	site = site.toUpperCase();
	if(site.indexOf("BESTMED") > -1 )
		currLocation = site;
	if(currLocation.indexOf("KIDK") > -1 )
		source = "1554";	
	//set the code	
	if(currLocation.indexOf("KZZQ") > -1 )
		source = "1597";
	//set the code	
	if(currLocation.indexOf("KBZN") > -1 )
		source = "1598";
	//set the code	
	if(currLocation.indexOf("MYBOISETV") > -1 )
		source = "1596";			
	//set the code	
	if(currLocation.indexOf("KYMZ") > -1 )//KYMZ Radio Web Leads
		source = "1405";		
	if(currLocation.indexOf("KXRK") > -1 )//KXRK Radio Web Leads
		source = "1406";	
	if(currLocation.indexOf("KEGA") > -1 )//KEGA Radio Web Leads
		source = "1408";		
	if(currLocation.indexOf("KJQN") > -1 )// KJQN Radio Web Leads
		source = "1409";	
	if(currLocation.indexOf("KZNS") > -1 )//KZNS Radio Web Leads
		source = "1410";	
	if(currLocation.indexOf("KUUU") > -1 )
		source = "1411";
	if(currLocation.indexOf("KUDD") > -1 )
		source = "1412";		
	if(currLocation.indexOf("KZMG") > -1 )
		source = "1414";
	if(currLocation.indexOf("WWW.13.STE") > -1 )// KNIN CW
		source = "1419";		
	if(currLocation.indexOf("WWW.7.STE") > -1 )// KTVB CW
		source = "1421";		
	if(currLocation.indexOf("WWW.12.STE") > -1 )// KTRX CW
		source = "1422";		
	if(currLocation.indexOf("WWW.6.STE") > -1 )// KIVI CW
		source = "1423";		
	if(currLocation.indexOf("WWW.2.STE") > -1 )// KBCI CW
		source = "1424";		
	if(currLocation.indexOf("WWW.999.STE") > -1 )		// Cable TV Web Leads
		source = "1425";		
	if(currLocation.indexOf("WWW.6.BESTMED") > -1 )
		source = "1193";		
	if(currLocation.indexOf("WWW.13.BESTMED") > -1 )
		source = "1564";		
	if(currLocation.indexOf("WWW.2.BESTMED") > -1 )
		source = "1221";		
	if(currLocation.indexOf("WWW.ID.STE") > -1 )
		source = "1541";		
	if(currLocation.indexOf("CBS2") > -1 )
		source = "1542";		
	if(currLocation.indexOf("ABC6") > -1 )
		source = "1543";		
	if(currLocation.indexOf("KNIN") > -1 )
		source = "1544";		
	if(currLocation.indexOf("FOX12") > -1 )
		source = "1547";		
	if(currLocation.indexOf("KTVB") > -1 )
		source = "1549";		
	if(currLocation.indexOf("FOX31") > -1 )
		source = "1550";		
	if(currLocation.indexOf("KIFI") > -1 )
		source = "1551";		
	if(currLocation.indexOf("CW15") > -1 )
		source = "1552";		
	if(currLocation.indexOf("KPVI") > -1 )
		source = "1553";		
	if(currLocation.indexOf("WWW.UT.") > -1 )
		source = "1557";		
	if(currLocation.indexOf("5.BESTMED") > -1 )
		source = "1555";		
	if(currLocation.indexOf("WWW.14.") > -1 )
		source = "1558";		
	if(currLocation.indexOf("KCSG") > -1 )
		source = "1559";		
	if(currLocation.indexOf("KJZZ") > -1 )
		source = "1561";		
	if(currLocation.indexOf("WWW.5.STE") > -1 )
		source = "1562";		
	if(currLocation.indexOf("KSL") > -1 )
		source = "1563";		
	if(currLocation.indexOf("FOX13") > -1 )
		source = "1566";		
	if(currLocation.indexOf("WWW.4.BESTMED") > -1 )
		source = "1567";		
	if(currLocation.indexOf("WWW.4.STE") > -1 )
		source = "1568";		
	if(currLocation.indexOf("ABC4.STE") > -1 )
		source = "1569";		
	if(currLocation.indexOf("WWW.30.STE") > -1 )
		source = "1570";		
	if(currLocation.indexOf("CW30.STE") > -1 )
		source = "1571";		
	if(currLocation.indexOf("KUSG.STE") > -1 )
		source = "1572";		
	if(currLocation.indexOf("KUTV.STE") > -1 )
		source = "1574";		
	if(currLocation.indexOf("WWW.12.BESTMED") > -1 )
		source = "1545";		
	if(currLocation.indexOf("WWW.7.BESTMED") > -1 )
		source = "1548";		
	if(currLocation.indexOf("BOISE.") > -1 )
		source = "1586";		
	if(currLocation.indexOf("CW.") > -1 )
		source = "1588";		
	if(currLocation.indexOf("23.STE") > -1 )
		source = "1587";		
	
	if(source != '1173')
		window.location = "http://info.stevenshenager.edu?source=" + source;
	
}
