addNamespace("nl.Turien.Ajax");
nl.Turien.Ajax.AjaxPostcodeCheck_class = function() {};
Object.extend(nl.Turien.Ajax.AjaxPostcodeCheck_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAdres: function(postcode, huisnummer) {
		return this.invoke("GetAdres", {"postcode":postcode, "huisnummer":huisnummer}, this.GetAdres.getArguments().slice(2));
	},
	checkPostcodeStraat: function(postcode, straat) {
		return this.invoke("checkPostcodeStraat", {"postcode":postcode, "straat":straat}, this.checkPostcodeStraat.getArguments().slice(2));
	},
	url: '/TpWebUI/ajaxpro/nl.Turien.Ajax.AjaxPostcodeCheck,nl.Turien.Ajax.ashx'
}));
nl.Turien.Ajax.AjaxPostcodeCheck = new nl.Turien.Ajax.AjaxPostcodeCheck_class();


