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

var globalradio = {
	launchClassicfm: function(URL) {
		if (typeof URL=="undefined") {
			URL="http://mediaweb.musicradio.com/player/default.asp?s=2&e=0";
		}
		playerWin=window.open(URL,"playerWin","width=607,height=558,status=1,resizable=1");
		return false;
	}
};
