	  function openPlayer(station) {
	    if(station == "espn") {
	      var radioWindow = window.open ("/stream/espn.php", "radioWindow", "menubar=0,resizable=1,toolbar=0,location=0,status=0,width=1150,height=700");
	    } else {
	      var radioWindow = window.open ("/stream/?station=" + station, "radioWindow", "menubar=0,resizable=1,toolbar=0,location=0,status=0,width=650,height=500");
	    }
	  }
