if(typeof AddressSearch == "undefined") AddressSearch={};
AddressSearch_class = function() {};
Object.extend(AddressSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RecognizePostCode: function(postalCode) {
		return this.invoke("RecognizePostCode", {"postalCode":postalCode}, this.RecognizePostCode.getArguments().slice(1));
	},
	url: '/ajaxpro/HalfwayLibrary.AddressSearch,HalfwayLibrary.ashx'
}));
AddressSearch = new AddressSearch_class();

