if(typeof Wild == "undefined") Wild={};
if(typeof Wild.LatestPhotoGallery == "undefined") Wild.LatestPhotoGallery={};
Wild.LatestPhotoGallery_class = function() {};
Object.extend(Wild.LatestPhotoGallery_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getURL: function() {
		return this.invoke("getURL", {}, this.getURL.getArguments().slice(0));
	},
	getBusiness: function(CityId, ListingId, Type) {
		return this.invoke("getBusiness", {"CityId":CityId, "ListingId":ListingId, "Type":Type}, this.getBusiness.getArguments().slice(3));
	},
	getListingPhotoGalleryHeaders: function(Search) {
		return this.invoke("getListingPhotoGalleryHeaders", {"Search":Search}, this.getListingPhotoGalleryHeaders.getArguments().slice(1));
	},
	getvwListingPhotoGallerys: function(ListingId, UserType) {
		return this.invoke("getvwListingPhotoGallerys", {"ListingId":ListingId, "UserType":UserType}, this.getvwListingPhotoGallerys.getArguments().slice(2));
	},
	url: '/ajaxpro/Wild.LatestPhotoGallery,Wild.ashx'
}));
Wild.LatestPhotoGallery = new Wild.LatestPhotoGallery_class();

