if(typeof SiteContent == "undefined") SiteContent={};
SiteContent_class = function() {};
Object.extend(SiteContent_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetContent: function(id) {
		return this.invoke("GetContent", {"id":id}, this.GetContent.getArguments().slice(1));
	},
	GetAllSpots: function() {
		return this.invoke("GetAllSpots", {}, this.GetAllSpots.getArguments().slice(0));
	},
	SaveEmail: function(address) {
		return this.invoke("SaveEmail", {"address":address}, this.SaveEmail.getArguments().slice(1));
	},
	url: '/QueensZoo/ajaxpro/SiteContent,App_Code.1c4trj1i.ashx'
}));
SiteContent = new SiteContent_class();

