if(typeof Web == "undefined") Web={};
if(typeof Web.Shopping == "undefined") Web.Shopping={};
if(typeof Web.Shopping.Login == "undefined") Web.Shopping.Login={};
Web.Shopping.Login.Tryout_class = function() {};
Object.extend(Web.Shopping.Login.Tryout_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateCustomerID: function(CustomerID) {
		return this.invoke("ValidateCustomerID", {"CustomerID":CustomerID}, this.ValidateCustomerID.getArguments().slice(1));
	},
	ValidateCustomerEmail: function(Email) {
		return this.invoke("ValidateCustomerEmail", {"Email":Email}, this.ValidateCustomerEmail.getArguments().slice(1));
	},
	url: '/ajaxpro/Web.Shopping.Login.Tryout,Web.Shopping.ashx'
}));
Web.Shopping.Login.Tryout = new Web.Shopping.Login.Tryout_class();

