// CODE FOR DETERMINING TOP WINDOW'S DOMAIN NAME IN ORDER TO POINT TO CORRECT STATION EXTERNAL STYLESHEET */
function getStationCall(){

	var stationcall = "";

/*	if (top.location.hostname=="localhost") {
	stationcall = "style_me.css";
	return stationcall;
	}
*/

	if (top.location.hostname=="www.kube93.com") {
	stationcall = "933";
	return stationcall;
	}
	
	else if (top.location.hostname=="www.kissfmseattle.com") {
	stationcall = "1061";
	return stationcall;
	}
	
	else if (top.location.hostname=="www.950kjr.com") {
	stationcall = "950";
	return stationcall;
	}
	
	else if (top.location.hostname=="www.957kjr.com") {
	stationcall = "957";
	return stationcall;
	}
	
	else if (top.location.hostname=="www.themonkey1049.com") {
	stationcall = "1049";
	return stationcall;
	}
	
	else if (top.location.hostname=="www.qcountry1029.com") {
	stationcall = "1029";
	return stationcall;
	}
	
	else if (top.location.hostname=="www.foxsports850.com") {
	stationcall = "850";
	return stationcall;
	}
	
	else {alert("Your host is not recognized.  Contact D. Noble.");}

}

/* JAVASCRIPT FUNCTIONS FOR LAUNCHING STATION GALLERIES */

/* KISS FM Seattle Re-Direct Gallery */
  function open1061(gid) {
	 window.open("http://www.kissfmseattle.com/cc-common/gallery/display.html?album_id=" + gid,"myGallery","status=no,menubar=no,resizable=no,scrollbars=no,toolbar=no,location=no,width=728,height=600");
  }
  
/* KUBE Seattle Re-Direct Gallery */
  function open933(gid) {
	 window.open("http://www.kube93.com/cc-common/gallery/display.html?album_id=" + gid,"myGallery","status=no,menubar=no,resizable=no,scrollbars=no,toolbar=no,location=no,width=728,height=600");
  }
  
  /* KJR FM Seattle Re-Direct Gallery */
  function open957(gid) {
	 window.open("http://www.957kjrfm.com/cc-common/gallery/display.html?album_id=" + gid,"myGallery","status=no,menubar=no,resizable=no,scrollbars=no,toolbar=no,location=no,width=728,height=600");
  }
  
  /* KJR AM Seattle Re-Direct Gallery */
  function open950(gid) {
	 window.open("http://www.950kjr.com/cc-common/gallery/display.html?album_id=" + gid,"myGallery","status=no,menubar=no,resizable=no,scrollbars=no,toolbar=no,location=no,width=728,height=600");
  }
  
  /* KFNK Seattle Re-Direct Gallery */
  function open1049(gid) {
	 window.open("http://www.themonkey1049.com/cc-common/gallery/display.html?album_id=" + gid,"myGallery","status=no,menubar=no,resizable=no,scrollbars=no,toolbar=no,location=no,width=728,height=600");
  }
  
  /* KNBQ FM Seattle Re-Direct Gallery */
  function open1029(gid) {
	 window.open("http://www.qcountry1029.com/cc-common/gallery/display.html?album_id=" + gid,"myGallery","status=no,menubar=no,resizable=no,scrollbars=no,toolbar=no,location=no,width=728,height=600");
  }
  
  /* KHHO Seattle Re-Direct Gallery */
  function open850(gid) {
	 window.open("http://www.southsoundsports850.com/cc-common/gallery/display.html?album_id=" + gid,"myGallery","status=no,menubar=no,resizable=no,scrollbars=no,toolbar=no,location=no,width=728,height=600");
  }
  

