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

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

