document.writeln("<style type=\"text\/css\">");
document.writeln("<!--");
document.writeln(".HxTabs{background:url(\/images\/hxcmshome.gif) repeat-x; height:27px; overflow:hidden;}");
document.writeln(".s_on{width:43px; background:#ffe388 url(\/images\/hxsearch_nav.gif) no-repeat top; font-weight:bold; color:#a23800;}");
document.writeln(".s_of{width:43px; background:#ededed url(\/images\/hxsearch_nav.gif) no-repeat bottom;}");
document.writeln(".m_on{width:43px; background:#fff8dc url(\/images\/hxsearch_nav.gif) no-repeat center; cursor:pointer; color:#a23800;}");
document.writeln(".s_td_of,.s_td_on{width:50px; height:30px; overflow:hidden; padding-top:9px; text-align:center; cursor:pointer;background:url(\/images\/hxsearch_nav_of.gif) no-repeat 1px 3px; color:#000;}");
document.writeln(".s_td_on{background:url(\/images\/hxsearch_nav_on.gif) no-repeat 1px 3px; color:#982e00; font-weight:bold;}");
document.writeln(".HxTable{border:0px #c6c6c6 solid; font-size:12px;}");
document.writeln(".HxTabs1,.HxTabs2{height:30px; overflow:hidden;}");
document.writeln(".HxTabs2{padding-top:2px;}");
document.writeln(".bk_n{width:96%; height:20px; font-size:12px; padding:0 0 0 0; margin:0 0 0 0; border:1px #c0c0c0 solid; color:#000; padding-top:6px; text-indent:7px; margin-left:6px;}");
document.writeln(".hxcms_btn{width:49px; height:27px; padding:0; margin:0; background:url(\/images\/hxsearch_btn.gif) no-repeat #D2D0DF;color:#040404; text-align:center; font-size:12px; border:none; margin-right:5px; cursor:pointer;}");
document.writeln("-->");
document.writeln("<\/style>");
document.writeln("<script type=\"text\/javascript\">");
document.writeln("function GetObj(objName){");
document.writeln("	if(document.getElementById){");
document.writeln("		return eval(\'document.getElementById(\"\' + objName + \'\")\');");
document.writeln("	}else if(document.layers){");
document.writeln("		return eval(\"document.layers[\'\" + objName +\"\']\");");
document.writeln("	}else{");
document.writeln("		return eval(\'document.all.\' + objName);");
document.writeln("	}");
document.writeln("}");
document.writeln("var ArtSearchKey = \"请输入关键词\";");
document.writeln("function s_chg(td_now, fn)");
document.writeln("{");
document.writeln("	for(var i=1; i<9; i++){ eval(\"var s_td_\" + i +\"= GetObj(\'s_td_\"+i+\"\')\"); }");
document.writeln("	var lc = GetObj(\"lc\");");
document.writeln("	var hxcms_ms = GetObj(\"hxcms_ms\");");
document.writeln("	var hxcms_btm = GetObj(\"hxcms_btm\");");
document.writeln("	var hxcms_k = GetObj(\"hxcms_k\");");
document.writeln("	var hxcms_kw = GetObj(\"hxcms_kw\");");
document.writeln("	s_td_1.className = s_td_2.className = s_td_3.className = s_td_4.className = s_td_5.className = s_td_6.className = s_td_7.className = s_td_8.className = \"s_td_of\";");
document.writeln("	td_now.className = \"s_td_on\";");
document.writeln("	if(td_now.id == \"s_td_1\")\/\/文章");
document.writeln("	{");
document.writeln("		document.getElementById(\"ArtBlk\").style.display = \"block\";");
document.writeln("		document.getElementById(\"CmsBlk\").style.display = \"none\";");
document.writeln("		document.gform.keyword.value = ArtSearchKey;");
document.writeln("	}");
document.writeln("	if(td_now.id == \"s_td_2\")\/\/新闻");
document.writeln("	{");
document.writeln("		document.getElementById(\"ArtBlk\").style.display = \"none\";");
document.writeln("		document.getElementById(\"CmsBlk\").style.display = \"block\";");
document.writeln("		lc.style.display = \"none\";");
document.writeln("		hxcms_ms.style.width = \"293px\";");
document.writeln("		hxcms_btm.width = \"55px\";");
document.writeln("		hxcms_btm.innerHTML = \'<input id=\"btn_i\" type=\"button\" value=\"搜 索\" class=\"hxcms_btn\" onClick=\"f.submit();return false;\">\';");
document.writeln("		fn.hxcms_k.value = \"\";");
document.writeln("		fn.hxcms_k.name = \"keyword\";");
document.writeln("		fn.action = \"\/News\/List.asp\";");
document.writeln("		hxcms_kw.innerHTML = \'新闻\';");
document.writeln("	}");
document.writeln("	if(td_now.id == \"s_td_3\")\/\/视频");
document.writeln("	{");
document.writeln("		document.getElementById(\"ArtBlk\").style.display = \"none\";");
document.writeln("		document.getElementById(\"CmsBlk\").style.display = \"block\";");
document.writeln("		lc.style.display = \"none\";");
document.writeln("		hxcms_ms.style.width = \"293px\";");
document.writeln("		hxcms_btm.width = \"55px\";");
document.writeln("		hxcms_btm.innerHTML = \'<input id=\"btn_i\" type=\"button\" value=\"搜 索\" class=\"hxcms_btn\" onClick=\"f.submit();return false;\">\';");
document.writeln("		fn.hxcms_k.value = \"\";");
document.writeln("		fn.hxcms_k.name = \"keyword\";");
document.writeln("		fn.action = \"\/Video\/List.asp\";");
document.writeln("		hxcms_kw.innerHTML = \'视频\';");
document.writeln("	}");
document.writeln("	if(td_now.id == \"s_td_4\")\/\/音乐");
document.writeln("	{");
document.writeln("		document.getElementById(\"ArtBlk\").style.display = \"none\";");
document.writeln("		document.getElementById(\"CmsBlk\").style.display = \"block\";");
document.writeln("		lc.style.display = \"none\";");
document.writeln("		hxcms_ms.style.width = \"293px\";");
document.writeln("		hxcms_btm.width = \"55px\";");
document.writeln("		hxcms_btm.innerHTML = \'<input id=\"btn_i\" type=\"button\" value=\"搜 索\" class=\"hxcms_btn\" onClick=\"f.submit();return false;\">\';");
document.writeln("		fn.hxcms_k.value = \"\";");
document.writeln("		fn.hxcms_k.name = \"keyword\";");
document.writeln("		fn.action = \"\/Music\/List.asp\";");
document.writeln("		hxcms_kw.innerHTML = \'音乐\';");
document.writeln("	}");
document.writeln("	if(td_now.id == \"s_td_5\")\/\/博客");
document.writeln("	{");
document.writeln("		document.getElementById(\"ArtBlk\").style.display = \"none\";");
document.writeln("		document.getElementById(\"CmsBlk\").style.display = \"block\";");
document.writeln("		lc.style.display = \"none\";");
document.writeln("		hxcms_ms.style.width = \"293px\";");
document.writeln("		hxcms_btm.width = \"55px\";");
document.writeln("		hxcms_btm.innerHTML = \'<input id=\"btn_i\" type=\"button\" value=\"搜 索\" class=\"hxcms_btn\" onClick=\"f.submit();return false;\">\';");
document.writeln("		fn.hxcms_k.value = \"\";");
document.writeln("		fn.hxcms_k.name = \"Skeyword\";");
document.writeln("		fn.action = \"\/HxBlog\/bloglist.asp\";");
document.writeln("		hxcms_kw.innerHTML = \'日志\';");
document.writeln("	}");
document.writeln("	if(td_now.id == \"s_td_6\")\/\/图片");
document.writeln("	{");
document.writeln("		document.getElementById(\"ArtBlk\").style.display = \"none\";");
document.writeln("		document.getElementById(\"CmsBlk\").style.display = \"block\";");
document.writeln("		lc.style.display = \"none\";");
document.writeln("		hxcms_ms.style.width = \"293px\";");
document.writeln("		hxcms_btm.width = \"55px\";");
document.writeln("		hxcms_btm.innerHTML = \'<input id=\"btn_i\" type=\"button\" value=\"搜 索\" class=\"hxcms_btn\" onClick=\"f.submit();return false;\">\';");
document.writeln("		fn.hxcms_k.value = \"\";");
document.writeln("		fn.hxcms_k.name = \"keyword\";");
document.writeln("		fn.action = \"\/Pic\/List.asp\";");
document.writeln("		hxcms_kw.innerHTML = \'图片\';");
document.writeln("	}");
document.writeln("	if(td_now.id == \"s_td_7\")\/\/下载");
document.writeln("	{");
document.writeln("		document.getElementById(\"ArtBlk\").style.display = \"none\";");
document.writeln("		document.getElementById(\"CmsBlk\").style.display = \"block\";");
document.writeln("		lc.style.display = \"none\";");
document.writeln("		hxcms_ms.style.width = \"293px\";");
document.writeln("		hxcms_btm.width = \"55px\";");
document.writeln("		hxcms_btm.innerHTML = \'<input id=\"btn_i\" type=\"button\" value=\"搜 索\" class=\"hxcms_btn\" onClick=\"f.submit();return false;\">\';");
document.writeln("		fn.hxcms_k.value = \"\";");
document.writeln("		fn.hxcms_k.name = \"keyword\";");
document.writeln("		fn.action = \"\/Soft\/List.asp\";");
document.writeln("		hxcms_kw.innerHTML = \'下载\';");
document.writeln("	}");
document.writeln("	if(td_now.id == \"s_td_8\")\/\/商城");
document.writeln("	{");
document.writeln("		document.getElementById(\"ArtBlk\").style.display = \"none\";");
document.writeln("		document.getElementById(\"CmsBlk\").style.display = \"block\";");
document.writeln("		lc.style.display = \"none\";");
document.writeln("		hxcms_ms.style.width = \"293px\";");
document.writeln("		hxcms_btm.width = \"55px\";");
document.writeln("		hxcms_btm.innerHTML = \'<input id=\"btn_i\" type=\"button\" value=\"搜 索\" class=\"hxcms_btn\" onClick=\"f.submit();return false;\">\';");
document.writeln("		fn.hxcms_k.value = \"\";");
document.writeln("		fn.hxcms_k.name = \"keyword\";");
document.writeln("		fn.action = \"\/Shop\/List.asp\";");
document.writeln("		hxcms_kw.innerHTML = \'商城\';");
document.writeln("	}");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("<table width=\"100%\" height=\"67\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"HxTable\">");
document.writeln("<tr>");
document.writeln("<td valign=\"top\">");
document.writeln("<div style=\"position:relative;\">");
document.writeln("<div class=\"HxTabs1\">");
document.writeln("<table width=\"100%\" height=\"30\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background:url(\/images\/hxsearch_bg.gif) repeat-x top;\">");
document.writeln("	<tr align=\"center\" valign=\"top\">");
document.writeln("		<td width=\"80\"><a href=\"http:\/\/hx66.com.cn\/\" target=\"_blank\"><img src=\"\/images\/hxsearch_logo.gif\" border=\"0\" width=\"65\" height=\"24\" alt=\"HxCMS搜索\"\/><\/a><\/td>");
document.writeln("		<td id=\"s_td_1\" class=\"s_td_on\" onclick=\"s_chg(this,f);\">文章<\/td>");
document.writeln("		<td id=\"s_td_2\" class=\"s_td_of\" onclick=\"s_chg(this,f);\">新闻<\/td>");
document.writeln("              <td id=\"s_td_3\" class=\"s_td_of\" onclick=\"s_chg(this,f);\">视频<\/td>");
document.writeln("		<td id=\"s_td_4\" class=\"s_td_of\" onclick=\"s_chg(this,f);\">音乐<\/td>");
document.writeln("		<td id=\"s_td_6\" class=\"s_td_of\" onclick=\"s_chg(this,f);\">图片<\/td>");
document.writeln("		<td id=\"s_td_7\" class=\"s_td_of\" onclick=\"s_chg(this,f);\">下载<\/td>");
document.writeln("		<td id=\"s_td_8\" class=\"s_td_of\" onclick=\"s_chg(this,f);\">商城<\/td>");
document.writeln("		<td id=\"s_td_5\" class=\"s_td_of\" onclick=\"s_chg(this,f);\">博客<\/td>");

document.writeln("              <td align=\"right\" class=\"linkBlack01\" style=\"font-size:10px; padding:10px 5px 0 0;\"><\/td>");
document.writeln("	<\/tr>");
document.writeln("<\/table>");
document.writeln("<\/div>");
document.writeln("<div class=\"HxTabs2\">");
document.writeln("<div id=\"ArtBlk\" style=\"display:block;\">");
document.writeln("<script type=\"text\/javascript\">");
document.writeln("function checkArtValue(){");
document.writeln("	if(document.gform.keyword.value==\"请输入关键词\"||document.gform.keyword.value==\"请输入关键字\"||document.gform.keyword.value==\"\"){");
document.writeln("		document.gform.keyword.value=\"\";");
document.writeln("	}");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("	<tr>");
document.writeln("		<td width=\"394\" height=\"29\" align=\"left\">");
document.writeln("		<form onSubmit=\"return checkArtValue();\" name=\"gform\" method=\"get\" action=\"\/Art\/List.asp\" target=\"_blank\">");
document.writeln("		<table width=\"394\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("		        <tr align=\"left\">");
document.writeln("				<td><script type=\"text\/javascript\">document.write(\'<input type=\"text\" name=\"keyword\" class=\"bk_n\" value=\"\' + ArtSearchKey + \'\" style=\"width:276px;\" onclick=\"checkArtValue();\" \/>\');<\/script><\/td>");
document.writeln("				<td width=\"5\"><\/td>");
document.writeln("				<td width=\"54\"><input type=\"submit\"  value=\"搜 索\" class=\"hxcms_btn\" \/><\/td>");
document.writeln("				<td width=\"102\" style=\"padding-top:5px;\"><\/td>");
document.writeln("			<\/tr>");
document.writeln("		<\/table>");
document.writeln("		<\/form>");
document.writeln("		<\/td>");
document.writeln("		<td align=\"left\" style=\"padding-top:5px;\"><\/td>");
document.writeln("	<\/tr>");
document.writeln("<\/table>");
document.writeln("<\/div>");
document.writeln("<div id=\"CmsBlk\" style=\"display:none;\">");
document.writeln("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("	<tr>");
document.writeln("		<td width=\"360\" height=\"29\" align=\"left\">");
document.writeln("		<table width=\"348\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("		<form name=\"f\" action=\"\" target=\"_blank\" onsubmit=\"return hxask_ck(this)\">");
document.writeln("			<tr align=\"left\">");
document.writeln("				<td id=\"hxcms_ms\"><input type=\"text\" id=\"hxcms_k\" name=\"k\" class=\"bk_n\" onClick=\"javascript:if(this.value==\'例:Hx,HxCMS\')this.value=\'\';\"\/><\/td>");
document.writeln("				<td id=\"lc\"><\/td>");
document.writeln("				<td width=\"5\"><\/td>");
document.writeln("				<td id=\"hxcms_btm\" width=\"110\"><\/td>");
document.writeln("			<\/tr>");
document.writeln("		<\/form>");
document.writeln("		<\/table>");
document.writeln("		<\/td>");
document.writeln("		<td id=\"hxcms_kw\" align=\"left\" style=\"padding-top:5px;\"><\/td>");
document.writeln("	<\/tr>");
document.writeln("<\/table>");
document.writeln("<\/div>");
document.writeln("<\/div>");
document.writeln("<\/div>");
document.writeln("<\/td><\/tr><\/table>")