if(typeof Web == "undefined") Web={};
if(typeof Web.Shopping == "undefined") Web.Shopping={};
if(typeof Web.Shopping.Login == "undefined") Web.Shopping.Login={};
Web.Shopping.Login.Register_class = function() {};
Object.extend(Web.Shopping.Login.Register_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateCustomerID: function(text) {
		return this.invoke("ValidateCustomerID", {"text":text}, this.ValidateCustomerID.getArguments().slice(1));
	},
	ValidataCustomerEmail: function(email) {
		return this.invoke("ValidataCustomerEmail", {"email":email}, this.ValidataCustomerEmail.getArguments().slice(1));
	},
	url: '/ajaxpro/Web.Shopping.Login.Register,Web.Shopping.ashx'
}));
Web.Shopping.Login.Register = new Web.Shopping.Login.Register_class();


