if(typeof StationWebsites == "undefined") StationWebsites={};
if(typeof StationWebsites.WebCoupons_class == "undefined") StationWebsites.WebCoupons_class={};
StationWebsites.WebCoupons_class = function() {};
Object.extend(StationWebsites.WebCoupons_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ucfp: function(PromoIDsForPrintingCSV) {
		return this.invoke("ucfp", {"PromoIDsForPrintingCSV":PromoIDsForPrintingCSV}, this.ucfp.getArguments().slice(1));
	},
	url: '/ajaxpro/StationWebsites.WebCoupons,StationWebsites.ashx'
}));
StationWebsites.WebCoupons = new StationWebsites.WebCoupons_class();


