/*----ClassicFM Open New Window Script---*/

var globalradio = {
	launchHeartfm: function(URL) {
		if (typeof URL=="undefined") {
			URL="http://player.musicradio.com/heartlondon/live";
		}
		playerWin=window.open(URL,"playerWin","width=380,height=660,status=1,resizable=1");
		return false;
	}
};

