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.RecommendedShowInfo == "undefined") Show.Web.Skins.Source.RecommendedShowInfo={};
Show.Web.Skins.Source.RecommendedShowInfo_class = function() {};
Object.extend(Show.Web.Skins.Source.RecommendedShowInfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetShowInProgress: function(tradeId) {
		return this.invoke("GetShowInProgress", {"tradeId":tradeId}, this.GetShowInProgress.getArguments().slice(1));
	},
	url: '/ajaxpro/Show.Web.Skins.Source.RecommendedShowInfo,Show.Web.ashx'
}));
Show.Web.Skins.Source.RecommendedShowInfo = new Show.Web.Skins.Source.RecommendedShowInfo_class();

