document.writeln(" <script language=\"javascript\">");
document.writeln("	function search_action(acid){");
document.writeln("");
document.writeln("		var baidu=document.getElementById(\'baidu\');");
document.writeln("		var google=document.getElementById(\'google\');");
document.writeln("		var gougou=document.getElementById(\'gougou\');");
document.writeln("		var mp3=document.getElementById(\'mp3\');");
document.writeln("		var img=document.getElementById(\'img\');");
document.writeln("		var baike=document.getElementById(\'baike\');");
document.writeln("		var video=document.getElementById(\'video\');");
document.writeln("		var obj=document.getElementById(acid);");
document.writeln("		");
document.writeln("		var libaidu=document.getElementById(\'libaidu\');");
document.writeln("		var ligoogle=document.getElementById(\'ligoogle\');");
document.writeln("		var ligougou=document.getElementById(\'ligougou\');");
document.writeln("		var limp3=document.getElementById(\'limp3\');");
document.writeln("		var liimg=document.getElementById(\'liimg\');");
document.writeln("		var libaike=document.getElementById(\'libaike\');");
document.writeln("		var livideo=document.getElementById(\'livideo\');");
document.writeln("		var liobj=document.getElementById(\"li\"+acid);");
document.writeln("		");
document.writeln("		libaidu.className=\"\";");
document.writeln("		ligoogle.className=\"\";");
document.writeln("		ligougou.className=\"\";");
document.writeln("		limp3.className=\"\";");
document.writeln("		liimg.className=\"\";");
document.writeln("		libaike.className=\"\";");
document.writeln("		livideo.className=\"\";");
document.writeln("		liobj.className=\"now\";");
document.writeln("		");
document.writeln("		baidu.style.display=\'none\';");
document.writeln("		google.style.display=\'none\';");
document.writeln("		gougou.style.display=\'none\';");
document.writeln("		mp3.style.display=\'none\';");
document.writeln("		img.style.display=\'none\';");
document.writeln("		baike.style.display=\'none\';");
document.writeln("		video.style.display=\'none\';");
document.writeln("		obj.style.display=\'\';");
document.writeln("	}");
document.writeln("");
document.writeln("	function StartQQMSG(){");
document.writeln("        var QNUM=document.getElementById(\'QQNum\').value;");
document.writeln("		var re = new RegExp(\'^[0-9]{4,12}\',\"i\"); ");
document.writeln("        if(QNUM.match(re)==null){");
document.writeln("            alert(\"QQ号均为数字 [4--12]位。\");");
document.writeln("            document.getElementById(\'QQNum\').focus();");
document.writeln("        }else{");
document.writeln("            document.getElementById(\'QHTML\').innerHTML=\'<a target=\"blank\" href=\"tencent:\/\/message\/?uin=\'+QNUM+\'&Site=http:\/\/www.zmke.net&Menu=yes\"><img border=\"0\" src=http:\/\/wpa.qq.com\/pa?p=4:\'+QNUM+\':4 alt=\"点击这里和我聊天\" height=16 align=\"absmiddle\" \/> 与他聊天 <\/a>\';");
document.writeln("        }");
document.writeln("        return false;");
document.writeln("    }");
document.writeln("	function bao()");
document.writeln("{");
document.writeln("var txtvalue = document.getElementById(\'textqq\').value;");
document.writeln("var re = new RegExp(\'^[0-9]{4,12}\',\"i\"); ");
document.writeln("if(txtvalue.match(re)==null){");
document.writeln("    alert(\'QQ号均为数字 [4--12]位。 请重新输入！\');");
document.writeln("   }else{");
document.writeln("window.open(\"tencent:\/\/message\/?uin=\"+txtvalue,null,\"&Site=www.afen.cn&Menu=yes\");");
document.writeln("}");
document.writeln("}");
document.writeln("");
document.writeln("	<\/script>");
document.writeln("");
document.writeln("");
document.writeln("    &nbsp;&nbsp;&nbsp;QQ号：<input type=\"text\" size=\"11\" id=\"textqq\" \/><input name=\"\" type=\"button\" value=\"强制聊天\" onclick=\"bao()\" \/> <span id=\"QHTML\"><\/span>");
document.writeln(" ")