	if (top.location != location) top.location.href = location.href;
	var ns4 = (document.layers)? true:false
	var ie4 = (document.all)? true:false

	var loading=new Array();
	loading[1]="Loading page   ..";
	loading[2]="Loading page   ....";
	loading[3]="Loading page   ......";
	loading[4]="Loading page   ........";
	var i=1;
	var b=true;
	loadingstatusbar();

function SP_new(inBiz, inState)
{
	strURL = "/search/address_form.asp?N=" + inBiz + "&L=" + inState;
	strWindowName = "RSW_Address_Info";
	var WindowObjectReference = window.open(strURL, strWindowName); 
}

function SP(inBiz, inState)
{
	document.UI.N.value = inBiz;
	document.UI.L.value = inState;
	document.UI.target = "_new";
	document.UI.submit();
}

//document.write ('<div id="CG30043"></div><script type="text/javascript" src="http://www.superpages.com/localserve/ypiframe.php?cl=8213&yp=30043&C=&N=&L=&RR="></script>');

document.write ("<FORM name='UI' method='GET' action='http://www.radiostationworld.com/search/address_info.asp' target='_new'>");
document.write ("<input type='hidden' name='C' id='C' value=''  >");
document.write ("<input type='hidden' name='N' id='N' value=''  >");
document.write ("<input type='hidden' name='L' id='L' value=''  >");
document.write ("<input type='hidden' name='cl' id='cl' value='8213'  >");
document.write ("<input type='hidden' name='yp' id='yp' value='30045'  >");
document.write ("<input type='hidden' name='gy' id='gy' value='9065'  >");
document.write ("<input type='hidden' name='RR' id='RR' value=''  >");
document.write ("</form>");

function goToUrl(inItem, inRegion, blnDirect)
{
	if (ie4)
		{ var locIndex=inItem.selectedIndex;
		var locValue=inItem.value; }
	else if (ns4)
		{ var locIndex=inItem.selectedIndex;
		var locValue=inItem.options[locIndex].value;
		}
	if ( locIndex !=0 )
		{
		var URL='/region' + inRegion + '/';
		if (blnDirect || ( ! blnDirect && locValue == 'usa') )
			URL += locValue + '/Radio_TV_On_Internet.asp';
		else
			URL += locValue + '/default.asp';
		window.location.href=URL
		}
	else
		alert('Please choose a location.')
}

function loadingstatusbar()
{
	window.status=loading[i];
	if (i==4) 
		i=1;
	else 
		i+=1;
	if (b==true) 
		timerID=setTimeout("loadingstatusbar()",200);
}