if(typeof OLLogin == "undefined") OLLogin={};
if(typeof OLLogin.Reg == "undefined") OLLogin.Reg={};
OLLogin.Reg_class = function() {};
Object.extend(OLLogin.Reg_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckUserNameUnique: function(UserName) {
		return this.invoke("CheckUserNameUnique", {"UserName":UserName}, this.CheckUserNameUnique.getArguments().slice(1));
	},
	CheckEmailUnique: function(Email) {
		return this.invoke("CheckEmailUnique", {"Email":Email}, this.CheckEmailUnique.getArguments().slice(1));
	},
	CheckIntroducer: function(Value) {
		return this.invoke("CheckIntroducer", {"Value":Value}, this.CheckIntroducer.getArguments().slice(1));
	},
	url: '/ajaxpro/OLLogin.Reg,Login.ashx'
}));
OLLogin.Reg = new OLLogin.Reg_class();


