if(typeof StationWebsites == "undefined") StationWebsites={};
if(typeof StationWebsites.PromoCurrentDisplay_class == "undefined") StationWebsites.PromoCurrentDisplay_class={};
StationWebsites.PromoCurrentDisplay_class = function() {};
Object.extend(StationWebsites.PromoCurrentDisplay_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPromotionCurrentDisplay_AJAX: function(StationID, StationTime, LayoutType, ImageCount) {
		return this.invoke("GetPromotionCurrentDisplay_AJAX", {"StationID":StationID, "StationTime":StationTime, "LayoutType":LayoutType, "ImageCount":ImageCount}, this.GetPromotionCurrentDisplay_AJAX.getArguments().slice(4));
	},
	url: '/ajaxpro/StationWebsites.PromoCurrentDisplay,StationWebsites.ashx'
}));
StationWebsites.PromoCurrentDisplay = new StationWebsites.PromoCurrentDisplay_class();


