if(typeof www == "undefined") www={};
if(typeof www.member == "undefined") www.member={};
www.member.Register_class = function() {};
Object.extend(www.member.Register_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsExistNickName: function(UserName) {
		return this.invoke("IsExistNickName", {"UserName":UserName}, this.IsExistNickName.getArguments().slice(1));
	},
	IsExistemail: function(email) {
		return this.invoke("IsExistemail", {"email":email}, this.IsExistemail.getArguments().slice(1));
	},
	IsValidCode: function(code) {
		return this.invoke("IsValidCode", {"code":code}, this.IsValidCode.getArguments().slice(1));
	},
	url: '/ajaxpro/www.member.Register,www.ashx'
}));
www.member.Register = new www.member.Register_class();

