document.writeln("<TABLE width=760 border=0 align=\"center\" cellPadding=0 cellSpacing=0 class=outborder>");
document.writeln("  <TBODY>");
document.writeln("    <TR> ");
document.writeln("      <FORM name=\"seachnewslist\" target=\"_blank\" method=\"get\" action=\"http:\/\/search.bmlink.com\/?action=seach&from=default\" onsubmit=\"javascript:if(doSearch()==false) return false;\">");
document.writeln("	  <input type=\"hidden\" name=\"action\" id=\"action\" value=\"seach\" \/>");
document.writeln("	  	  <input type=\"hidden\" name=\"from\" id=\"from\" value=\"default\" \/>");
document.writeln("        <TD width=420 height=32 valign=\"middle\" class=searchbar><IMG height=21 ");
document.writeln("      src=\"http:\/\/www.bmlink.com\/images\/img_search.gif\" width=86 align=absMiddle> ");
document.writeln("          <INPUT name=\"keywords\" id=\"keywords\" value=\"请输入关键字\" size=20 onFocus=\'javascript:if (document.seachnewslist.keywords.value == \"请输入关键字\")  document.seachnewslist.keywords.value = \"\";\'> ");
document.writeln("		  ");
document.writeln("		  <SELECT name=\"seachtype\" id=\"seachtype\"  onchange=\"seachnewslist.keywords.focus();\">");
document.writeln("            <option value=\"allsearch\">商机<\/option>");
document.writeln("            <option value=\"company\">企业<\/option>");
document.writeln("            <option value=\"product\">产品<\/option>");
document.writeln("            <option value=\"newsearch\">资讯<\/option>");
document.writeln("          <\/SELECT>");

document.writeln("		  <input type=\"image\" src=\"http:\/\/www.bmlink.com\/images\/lsou9.gif\" width=\"66\" height=\"20\" \/>");
document.writeln("        <\/TD>");
document.writeln("		   <\/FORM>");
document.writeln("        ");
document.writeln("      <TD width=\"328\" class=\"searchbar s\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td><div align=\"center\"><a href=\"http:\/\/member.bmlink.com\/login.aspx\" target=\"_blank\"????????!?8??7?7丨?乸?仈?优?佨?侸?倈?偘?储?僸?先?冘?凨?券?劈?勘?匨?卸?又?吘?周?咸?唈?啘?喨?嗸?噈?嚘?囨?圸?垈?埘?堨?塸?壈?夘?奨?妸?娈?婘?媨?嫸?孈?官?寨?尸?岈?峘?崨?嵸?巈?帰?庀?廐?张?彰?忀?怐?恠?><img src=\"http:\/\/www.bmlink.com\/images\/buttonEnter.gif\" width=\"117\" height=\"23\" border=\"0\"><\/a><\/div><\/td>");
document.writeln("            <td><a href=\"http:\/\/www.bmlink.com\/regcom\/\" target=\"_blank\"><img src=\"http:\/\/www.bmlink.com\/images\/buttonReg5.gif\" width=\"141\" height=\"25\" border=\"0\"><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table> <\/TD>");
document.writeln("      ");
document.writeln("    <\/TR>");
document.writeln("  <\/TBODY>");
document.writeln("<\/TABLE>");
function doSearch()
{
	if(seachnewslist.keywords.value=="")
	{
		alert("请输入关键字!");
		seachnewslist.keywords.focus();
		return false;
	}
	else{
		return true;
	}
}

