
	var callLTR = "";
	var title = "";
	var grptuner = "";
	var file = "";
	var gatewaySet = "";

	function ListenLiveRed()
	{
		var winHandle;
		var URLFull;
		var URLStem = "http://userpages1.surfernetwork.com/Media/player/detect.aspx?call=";
		URLFull = URLStem + callLTR + "&title=" + title + "&grptuner=" + grptuner + "&file=" + file + "&gatewaySet=" + gatewaySet;
		//surfer = window.open(URLFull,callLTR,"width=470,height=355");
		//window.open(URLFull,"surfer","width=470,height=355,left=10,top=10,status=no");
		//window.open(URLFull,"surfer","width=470,left=10,top=10");
		winHandle=window.open(URLFull,"surfer","width=470,height=355,left=10,top=10,status=no");
		if(winHandle==null)
			{
			alert("The player is being blocked by your browser's pop-up blocker... Please click the yellow bar above and enable/allow pop-up windows from our site then try again.");
			}
	}

	function ListenLive()
	{
		var winHandle;
		var URLFull;
		var URLStem = "http://nick8.surfernetwork.com/Media/player/detect.aspx?call=";
		URLFull = URLStem + callLTR + "&title=" + title + "&grptuner=" + grptuner + "&file=" + file + "&gatewaySet=" + gatewaySet;
		//surfer = window.open(URLFull,callLTR,"width=470,height=355,left=10,top=10");
		//window.open(URLFull,"surfer","width=470,height=355,left=100,top=10");
		winHandle=window.open(URLFull,"surfer","width=470,height=355,left=10,top=10,status=no");
		if(winHandle==null)
			{
			alert("The player is being blocked by your browser's pop-up blocker... Please click the yellow bar above and enable/allow pop-up windows from our site then try again.");
			}
	}


	function ListenLiveFlash(callLTR)  // from Dave Chappuis, Radio Data Group  May 18, 2007
	{
		var winHandle;
		var URLFull;
		var URLStem = "http://nick8.surfernetwork.com/Media/player/detect.aspx?call=";
		URLFull = URLStem + callLTR + "&title=" + title + "&grptuner=" + grptuner + "&file=" + file + "&gatewaySet=" + gatewaySet;
		//surfer = window.open(URLFull,callLTR,"width=470,height=355");
		//window.open(URLFull,"surfer","width=470,height=355,left=10,top=10,status=no");
		//window.open(URLFull,"surfer","width=470,left=10,top=10");
		winHandle=window.open(URLFull,"surfer","width=470,height=355,left=10,top=10,status=no");
		if(winHandle==null)
			{
			alert("The player is being blocked by your browser's pop-up blocker... Please click the yellow bar above and enable/allow pop-up windows from our site then try again.");
			}
	}

	function ListenLive4(x)
	{
		var winHandle;
		var URLFull;
		var URLStem = "http://nick8.surfernetwork.com/Media/player/detect.aspx?call=";
		URLFull = URLStem + callLTR + "&title=" + title + "&grptuner=" + grptuner + "&file=" + file + "&gatewaySet=" + gatewaySet;
		//surfer = window.open(URLFull,callLTR,"width=470,height=355");
		//window.open(URLFull,"surfer","width=730,height=387,left=10,top=10,status=no");
		//window.open(URLFull,"surfer","width=470,left=10,top=10");
		winHandle=window.open(URLFull,"surfer","width=730,height=387,left=10,top=10,status=no");
		if(winHandle==null)
			{
			alert("The player is being blocked by your browser's pop-up blocker... Please click the yellow bar above and enable/allow pop-up windows from our site then try again.");
			}
	}