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

