if(typeof Identipark == "undefined") Identipark={};
if(typeof Identipark.Register == "undefined") Identipark.Register={};
Identipark.Register_class = function() {};
Object.extend(Identipark.Register_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckAvail: function(username) {
		return this.invoke("CheckAvail", {"username":username}, this.CheckAvail.getArguments().slice(1));
	},
	CheckEmailAvail: function(email) {
		return this.invoke("CheckEmailAvail", {"email":email}, this.CheckEmailAvail.getArguments().slice(1));
	},
	url: '/vbwrapper/Identipark.Register,Identipark.ashx'
}));
Identipark.Register = new Identipark.Register_class();


