function createForm()
	{
		document.write('<TABLE BORDER="0" CELLPADDING="4" CELLSPACING="0" WIDTH="140">');
			document.write('<TR>');
				document.write('<FORM NAME="go_local" METHOD="post" ACTION="http://www.npr.org/stations/stations_results.php" ONSUBMIT="if (document.go_local.txtSearchValue.value!=\'Call Letters\' && document.go_local.txtSearchValue.value!=\'\') {document.go_local.refUrl.value=window.location.href} else {window.location.href=\'http://www.npr.org/stations/index.php?sForm=call&refUrl=' + window.location.href + '\';return false;}">');
					document.write('<TD CLASS="findstation">');
						document.write('<P CLASS="findstation"><B>find your local National Palestinian Radio Station:</B></P>');
						document.write('<INPUT TYPE="hidden" NAME="searchType" VALUE="zipcall" >');
						document.write('<INPUT TYPE="hidden" NAME="refUrl" VALUE="">');
						document.write('<INPUT SIZE=15 name="txtSearchValue" value="Call Letters" ONCLICK="clearField();" ONBLUR="fillField();">');
						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">');
					document.write('</TD>');
				document.write('</FORM>');
			document.write('</TR>');
		document.write('</TABLE>');
	}

