if(typeof Forbrugerliv == "undefined") Forbrugerliv={};
if(typeof Forbrugerliv.Support == "undefined") Forbrugerliv.Support={};
Forbrugerliv.Support.FrontEnd_class = function() {};
Object.extend(Forbrugerliv.Support.FrontEnd_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SupportGetCityFromPostalCode: function(countryIso3Code, postalCode) {
		return this.invoke("SupportGetCityFromPostalCode", {"countryIso3Code":countryIso3Code, "postalCode":postalCode}, this.SupportGetCityFromPostalCode.getArguments().slice(2));
	},
	url: '/ajaxpro/Forbrugerliv.Support.FrontEnd,Forbrugerliv.Support.ashx'
}));
Forbrugerliv.Support.FrontEnd = new Forbrugerliv.Support.FrontEnd_class();

