if(typeof Show == "undefined") Show={};
if(typeof Show.Web == "undefined") Show.Web={};
if(typeof Show.Web.Skins == "undefined") Show.Web.Skins={};
if(typeof Show.Web.Skins.Source == "undefined") Show.Web.Skins.Source={};
if(typeof Show.Web.Skins.Source.AllPavilions == "undefined") Show.Web.Skins.Source.AllPavilions={};
Show.Web.Skins.Source.AllPavilions_class = function() {};
Object.extend(Show.Web.Skins.Source.AllPavilions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAllPavilions: function(spId, allPavilionsStyle) {
		return this.invoke("GetAllPavilions", {"spId":spId, "allPavilionsStyle":allPavilionsStyle}, this.GetAllPavilions.getArguments().slice(2));
	},
	GetMonthHotProduct: function(tradeID, spId, monthHotProductStyle, tradeUrl) {
		return this.invoke("GetMonthHotProduct", {"tradeID":tradeID, "spId":spId, "monthHotProductStyle":monthHotProductStyle, "tradeUrl":tradeUrl}, this.GetMonthHotProduct.getArguments().slice(4));
	},
	url: '/ajaxpro/Show.Web.Skins.Source.AllPavilions,Show.Web.ashx'
}));
Show.Web.Skins.Source.AllPavilions = new Show.Web.Skins.Source.AllPavilions_class();

