if(typeof LinkMe == "undefined") LinkMe={};
if(typeof LinkMe.Web == "undefined") LinkMe.Web={};
if(typeof LinkMe.Web.UI == "undefined") LinkMe.Web.UI={};
if(typeof LinkMe.Web.UI.Controls == "undefined") LinkMe.Web.UI.Controls={};
if(typeof LinkMe.Web.UI.Controls.Common == "undefined") LinkMe.Web.UI.Controls.Common={};
LinkMe.Web.UI.Controls.Common.ResolveLocation_class = function() {};
Object.extend(LinkMe.Web.UI.Controls.Common.ResolveLocation_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ResolveNamedLocation: function(countryId, location) {
		return this.invoke("ResolveNamedLocation", {"countryId":countryId, "location":location}, this.ResolveNamedLocation.getArguments().slice(2));
	},
	ResolvePostalSuburb: function(countryId, location) {
		return this.invoke("ResolvePostalSuburb", {"countryId":countryId, "location":location}, this.ResolvePostalSuburb.getArguments().slice(2));
	},
	url: '/ajaxpro/LinkMe.Web.UI.Controls.Common.ResolveLocation,LinkMe.Web.ashx'
}));
LinkMe.Web.UI.Controls.Common.ResolveLocation = new LinkMe.Web.UI.Controls.Common.ResolveLocation_class();

