function vB_Blog_AJAX_TagSuggest(varname,textobjid,menukey){vB_Blog_AJAX_TagSuggest.baseConstructor.call(this,varname,textobjid,menukey);this.tag_search=function(){if(this.active){this.tags=new Array();this.ajax_req=YAHOO.util.Connect.asyncRequest("POST","blog_tag.php?do=tagsearch",{success:this.handle_ajax_response,failure:vBulletin_AJAX_Error_Handler,timeout:vB_Default_Timeout,scope:this},SESSIONURL+"securitytoken="+SECURITYTOKEN+"&do=tagsearch&fragment="+PHP.urlencode(this.fragment))}}}vBulletin.extend(vB_Blog_AJAX_TagSuggest,vB_AJAX_TagSuggest)