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