// JavaScript Document
<!--
function launchPlayer(channelName,subName) {
	var l = "http://stagingphp.accuradio.com/collect.php?channel=" + channelName;
	// formerly: width=752,height=468
	window.open(l, "playerWindow", "width=752,height=468");
}
//-->
