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.ProvinceCityAjax_class = function() {};
Object.extend(TwentyFour.Sites.Food.UI.Site.ProvinceCityAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLocationSuburbs: function(locationID) {
		return this.invoke("GetLocationSuburbs", {"locationID":locationID}, this.GetLocationSuburbs.getArguments().slice(1));
	},
	GetLocationProvinces: function(locationID) {
		return this.invoke("GetLocationProvinces", {"locationID":locationID}, this.GetLocationProvinces.getArguments().slice(1));
	},
	GetLocationTown: function(locationID) {
		return this.invoke("GetLocationTown", {"locationID":locationID}, this.GetLocationTown.getArguments().slice(1));
	},
	GetLocationSuburb: function(locationID) {
		return this.invoke("GetLocationSuburb", {"locationID":locationID}, this.GetLocationSuburb.getArguments().slice(1));
	},
	url: '/ajaxpro/TwentyFour.Sites.Food.UI.Site.ProvinceCityAjax,FoodSite.ashx'
}));
TwentyFour.Sites.Food.UI.Site.ProvinceCityAjax = new TwentyFour.Sites.Food.UI.Site.ProvinceCityAjax_class();

