function createForm()
	{
		url = escape(window.location.href);
		browser =escape(navigator.appName + navigator.appVersion);
		number = new Date().getTime();
		
		document.write('<TABLE BORDER="0" CELLPADDING="4" CELLSPACING="0" WIDTH="140">');
			document.write('<TR>');
				document.write('<FORM NAME="go_local" METHOD="post" ACTION="http://zeus.npr.org/your_stations/station_list.jhtml?_DARGS=%2Flocalize%2Findex_test.jhtml" ONSUMBIT="document.go_local.number.value=(new Date().getTime());">');
					document.write('<TD CLASS="findstation">');
						document.write('<!--<IMG SRC="http://www.npr.org/images/title_findstation.gif" ALT="find your local station" WIDTH="94" HEIGHT="30" VSPACE="4" BORDER="0"><BR>-->');
						document.write('<P CLASS="findstation"><B>find your local member station:</B></P>');
						document.write('<INPUT TYPE="hidden" VALUE="" PRIORITY="-10"   name="/docroot/npr/NewsEditor/Localize/Localize.goLocal"><input type="hidden" name="_D:/docroot/npr/NewsEditor/Localize/Localize.goLocal" value=" ">');
						document.write('<INPUT TYPE="hidden" NAME="search_type" VALUE="zip_call" ><input type="hidden" name="_D:search_type" value=" ">');
						document.write('<INPUT SIZE=15 name="searchValue" value="Call Letters" ONCHANGE="document.go_local.number.value=(new Date().getTime());" ONCLICK="clearField();document.go_local.number.value=(new Date().getTime());" ONBLUR="zipUcase();fillField();document.go_local.number.value=(new Date().getTime());" ONFOCUS="document.go_local.number.value=(new Date().getTime());"><input type="hidden" name="_D:zip_code" value=" ">');
						document.write('<INPUT TYPE="HIDDEN" NAME="referenceURL" VALUE="' + url + '" ><input type="hidden" name="_D:referenceURL" value=" ">');
						document.write('<INPUT TYPE="hidden" NAME="number" VALUE="' + number + '" ><input type="hidden" name="_D:search_type" value=" ">');
						document.write('<INPUT TYPE="hidden" NAME="number_times" VALUE="0" >');
						document.write('<INPUT TYPE="hidden" NAME="error_type" VALUE="1" >');
						document.write('<INPUT TYPE="hidden" NAME="link" VALUE="0" ><INPUT TYPE="hidden" NAME="browser" VALUE="'+ browser +'" >');
						document.write('<P CLASS="findstationcaption">(or enter zip code)</P>');
						document.write('<INPUT type="image" name="find" SRC="http://www.npr.org/images/find.gif" ALT="find" WIDTH="39" HEIGHT="20" VSPACE="4" BORDER="0" ALIGN="right" ONCLICK="document.go_local.number.value=(new Date().getTime());" >');
					document.write('</TD>');
				document.write('</FORM>');
			document.write('</TR>');
		document.write('</TABLE>');
	}
	
function doListenNow()

	{
		if (window.station!="")
			{
				document.write('<SCRIPT SRC="http://zeus.npr.org/localize/station_nav/listennow/' + window.station + '_listennow.js"></SCRIPT>');
			}
		else
			{
				document.write('<SCRIPT SRC="http://zeus.npr.org/localize/station_nav/listennow/default_listennow.js"></SCRIPT>');
			}
	}
