
	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");
//		alert(urlfull);
//		winHandle=window.open(URLFull,"surfer","width=470,height=355,left=10,top=10,status=no,resizable=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://lightningstream.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=412,left=10,top=10");
		winHandle=window.open(URLFull,"surfer","width=470,height=412,left=10,top=10,status=0,resizable=0,menubar=0,location=0,statusbar=0,");
		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 ListenLiveNoSL()
	{
		var winHandle;
		var URLFull;
		var URLStem = "http://lightningstream.surfernetwork.com/Media/player/detect.aspx?call=";
		URLFull = URLStem + callLTR + "&title=" + title + "&grptuner=" + grptuner + "&file=" + file + "&gatewaySet=" + gatewayset
            + "&noSL=ForceWMP";
		//surfer = window.open(URLFull,callLTR,"width=470,height=355,left=10,top=10");
		//window.open(URLFull,"surfer","width=470,height=355,left=10,top=10");
		winHandle=window.open(URLFull,"surfer","width=470,height=412,left=10,top=10,status=0,resizable=0,menubar=0");
		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://lightningstream.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=412,left=10,top=10,status=no,resizable=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://lightningstream.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=810,height=518,left=10,top=10,status=no,resizable=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.");
			}
	}
