function keywordSearch()
{
	/*document.writeln('				<form name="searchFrm" action="search.asp" method="POST" onsubmit="return OkToSearch();">');
	document.writeln('				<script language="JavaScript">');
	document.writeln('				<!--');
	document.writeln('					function OkToSearch()');
	document.writeln('					{');
	document.writeln('						var f = document.forms["searchFrm"];');
	document.writeln('						var err = "";');
	document.writeln('						');
	document.writeln('						if(trim(f.elements["keyword"]) == "")');
	document.writeln('							err += "Enter a Keyword\\n";');
	document.writeln('						');
	document.writeln('						if(err != "")');
	document.writeln('						{');
	document.writeln('							alert("Sorry, we were unable to process your request.\\nPlease complete the following:\\n\\n"+err);');
	document.writeln('							return false;');
	document.writeln('						}');
	document.writeln('						else');
	document.writeln('							return true;');
	document.writeln('					}');
	document.writeln('				//-->');
	document.writeln('				</script>');
	document.writeln('				<table width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.writeln('                  <tr>');
	document.writeln('                    <td width="80%" class="text_green" id="white" scope="col"><strong>Keyword Search:</strong></td>');
	document.writeln('                    <td width="15%" scope="col">&nbsp;</td>');
	document.writeln('                  </tr>');
	document.writeln('                  <tr>');
	document.writeln('                    <td scope="row"><input name="keyword" type="text"  style="height:20px; width:140px" class="inputBOX" maxlength="20" /></td>');
	document.writeln('                    <td><input type="image" src="images/bt_arrow_search.jpg" width="18" height="19" border="0" /></td>');
	document.writeln('                  </tr>');
	document.writeln('                </table>');
	document.writeln('				</form>');*/
	document.writeln("&nbsp;");
}

keywordSearch();
