function selectchk(){
	if (document.search.Keyword.value=='关键字')
	{
	document.search.Keyword.focus();
	document.search.Keyword.select();
		}

	}
document.writeln("					<select name=\"channel2\" onchange=\"javascript:document.search.action=this.options[this.selectedIndex].value\">");
document.writeln("					<option value=\"http:\/\/pic.hhmcc.com\/Article/search.asp\">影视娱乐<\/option>");
document.writeln("					<option value=\"http:\/\/pic.hhmcc.com\/Star/search.asp\">明星写真<\/option>");
document.writeln("					<option value=\"http:\/\/pic.hhmcc.com\/Fashion/search.asp\">流行风尚<\/option>");
document.writeln("					<option value=\"http:\/\/pic.hhmcc.com\/woman/search.asp\">型男色女<\/option>");
document.writeln("					<option value=\"http:\/\/pic.hhmcc.com\/hlbg/search.asp\">互联八卦<\/option>");
document.writeln("					<option value=\"http:\/\/pic.hhmcc.com\/Automobile/search.asp\">汽车图片<\/option>");
document.writeln("					<option value=\"http:\/\/pic.hhmcc.com\/Scenery/search.asp\">风景名胜<\/option>");
document.writeln("					<option value=\"http:\/\/pic.hhmcc.com\/bz/search.asp\">桌面壁纸<\/option>");
document.writeln("					<option value=\"http:\/\/pic.hhmcc.com\/sc/search.asp\">网页素材<\/option>");
document.writeln("					<option value=\"http:\/\/pic.hhmcc.com\/dwzw/search.asp\">动物植物<\/option>");
document.writeln("					<option value=\"http:\/\/pic.hhmcc.com\/jswq/search.asp\">军事武器<\/option>");
document.writeln("					<option value=\"http:\/\/pic.hhmcc.com\/game/search.asp\">游戏酷图<\/option>");
document.writeln("					<option value=\"http:\/\/pic.hhmcc.com\/sports/search.asp\">体育图片<\/option>");
document.writeln("					<\/select>");
document.writeln("					<input name=\"channel\" type=\"hidden\" id=\"channel\" value=\"Article\">");
document.writeln("                  <select name=\'Field\' size=\'1\'><option value=\'Title\' selected>信息标题<\/option><option value=\'Content\'>信息内容<\/option><\/select>");
document.writeln("					<input onClick=\"javascript:selectchk()\" name=\"Keyword\" type=\"text\" id=\"Keyword\" value=\"关键字\" size=\"20\" maxlength=\"50\">");
document.writeln("                    <img onClick=\"document.search.submit()\" style=\"cursor:pointer;\" align=\"absmiddle\" name=\"Submit\" src=\"http:\/\/pic.hhmcc.com\/Skin\/Zrhd2007\/search.gif\"  id=\"Submit\">");
