if(typeof Fenix == "undefined") Fenix={};
if(typeof Fenix.Shopping == "undefined") Fenix.Shopping={};
if(typeof Fenix.Shopping.Login == "undefined") Fenix.Shopping.Login={};
Fenix.Shopping.Login.WebRegister_class = function() {};
Object.extend(Fenix.Shopping.Login.WebRegister_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateEmail: function(email) {
		return this.invoke("ValidateEmail", {"email":email}, this.ValidateEmail.getArguments().slice(1));
	},
	ValidateNickName: function(nickName) {
		return this.invoke("ValidateNickName", {"nickName":nickName}, this.ValidateNickName.getArguments().slice(1));
	},
	url: '/ajaxpro/Fenix.Shopping.Login.WebRegister,Fenix.Shopping.ashx'
}));
Fenix.Shopping.Login.WebRegister = new Fenix.Shopping.Login.WebRegister_class();

