CtlBannerSubmain_class = function() {};
Object.extend(CtlBannerSubmain_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetEventBanner: function(strEventID, strTargetID) {
		return this.invoke("GetEventBanner", {"strEventID":strEventID, "strTargetID":strTargetID}, this.GetEventBanner.getArguments().slice(2));
	},
	url: '/ajaxpro/CtlBannerSubmain,App_Web_bannersubmain.ascx.e5c6f487.ashx'
}));
CtlBannerSubmain = new CtlBannerSubmain_class();

