if(typeof info_search == "undefined") info_search={};
info_search_class = function() {};
Object.extend(info_search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GuanZhuAdd: function(infoid) {
		return this.invoke("GuanZhuAdd", {"infoid":infoid}, this.GuanZhuAdd.getArguments().slice(1));
	},
	url: '/ajaxpro/info_search,App_Web_search.aspx.fa0c04cf.ashx'
}));
info_search = new info_search_class();

