if(typeof TwentyFour == "undefined") TwentyFour={};
if(typeof TwentyFour.Sites == "undefined") TwentyFour.Sites={};
if(typeof TwentyFour.Sites.Food == "undefined") TwentyFour.Sites.Food={};
if(typeof TwentyFour.Sites.Food.UI == "undefined") TwentyFour.Sites.Food.UI={};
if(typeof TwentyFour.Sites.Food.UI.Site == "undefined") TwentyFour.Sites.Food.UI.Site={};
TwentyFour.Sites.Food.UI.Site.EventAjax_class = function() {};
Object.extend(TwentyFour.Sites.Food.UI.Site.EventAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetEventListings: function(city) {
		return this.invoke("GetEventListings", {"city":city}, this.GetEventListings.getArguments().slice(1));
	},
	GetEventListingsLimit: function(city, count) {
		return this.invoke("GetEventListingsLimit", {"city":city, "count":count}, this.GetEventListingsLimit.getArguments().slice(2));
	},
	url: '/ajaxpro/TwentyFour.Sites.Food.UI.Site.EventAjax,FoodSite.ashx'
}));
TwentyFour.Sites.Food.UI.Site.EventAjax = new TwentyFour.Sites.Food.UI.Site.EventAjax_class();

