if(typeof Default2 == "undefined") Default2={};
Default2_class = function() {};
Object.extend(Default2_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetBrandProductTop10: function(PPID, ClassID) {
		return this.invoke("GetBrandProductTop10", {"PPID":PPID, "ClassID":ClassID}, this.GetBrandProductTop10.getArguments().slice(2));
	},
	GetClassProductTop10: function(ClassID) {
		return this.invoke("GetClassProductTop10", {"ClassID":ClassID}, this.GetClassProductTop10.getArguments().slice(1));
	},
	GetProductSeller: function(ProductList) {
		return this.invoke("GetProductSeller", {"ProductList":ProductList}, this.GetProductSeller.getArguments().slice(1));
	},
	GetBrandInfo: function(ClassID) {
		return this.invoke("GetBrandInfo", {"ClassID":ClassID}, this.GetBrandInfo.getArguments().slice(1));
	},
	url: '/ajaxpro/Default2,App_Web_classview.aspx.cdcab7d2.82puyjde.ashx'
}));
Default2 = new Default2_class();

