if(typeof AjaxHelper == "undefined") AjaxHelper={};
AjaxHelper_class = function() {};
Object.extend(AjaxHelper_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateUser: function(userEmail, password) {
		return this.invoke("ValidateUser", {"userEmail":userEmail, "password":password}, this.ValidateUser.getArguments().slice(2));
	},
	CheckIsExistedEmailAccout: function(userEmail) {
		return this.invoke("CheckIsExistedEmailAccout", {"userEmail":userEmail}, this.CheckIsExistedEmailAccout.getArguments().slice(1));
	},
	Checkvalcode: function(input) {
		return this.invoke("Checkvalcode", {"input":input}, this.Checkvalcode.getArguments().slice(1));
	},
	ValidateUnion: function(unLoginName, password) {
		return this.invoke("ValidateUnion", {"unLoginName":unLoginName, "password":password}, this.ValidateUnion.getArguments().slice(2));
	},
	CheckIsExistedUnionLoginName: function(unLoginName) {
		return this.invoke("CheckIsExistedUnionLoginName", {"unLoginName":unLoginName}, this.CheckIsExistedUnionLoginName.getArguments().slice(1));
	},
	GetShopcartCount: function() {
		return this.invoke("GetShopcartCount", {}, this.GetShopcartCount.getArguments().slice(0));
	},
	EmailSubscribeAdd: function(email, type) {
		return this.invoke("EmailSubscribeAdd", {"email":email, "type":type}, this.EmailSubscribeAdd.getArguments().slice(2));
	},
	SendEmail: function(title, emial) {
		return this.invoke("SendEmail", {"title":title, "emial":emial}, this.SendEmail.getArguments().slice(2));
	},
	AddMemberAddress: function(addressid, name, mobile, phone, regionId, zip, address, memberid) {
		return this.invoke("AddMemberAddress", {"addressid":addressid, "name":name, "mobile":mobile, "phone":phone, "regionId":regionId, "zip":zip, "address":address, "memberid":memberid}, this.AddMemberAddress.getArguments().slice(8));
	},
	GetAddressByID: function(addressid) {
		return this.invoke("GetAddressByID", {"addressid":addressid}, this.GetAddressByID.getArguments().slice(1));
	},
	GetNote: function(RegionID) {
		return this.invoke("GetNote", {"RegionID":RegionID}, this.GetNote.getArguments().slice(1));
	},
	VationCard: function(cardnumber, cardpassword, totalmoney) {
		return this.invoke("VationCard", {"cardnumber":cardnumber, "cardpassword":cardpassword, "totalmoney":totalmoney}, this.VationCard.getArguments().slice(3));
	},
	VationLwCard: function(lwcardnumber) {
		return this.invoke("VationLwCard", {"lwcardnumber":lwcardnumber}, this.VationLwCard.getArguments().slice(1));
	},
	url: '/ajaxpro/AjaxHelper,App_Code.8wtainag.ashx'
}));
AjaxHelper = new AjaxHelper_class();


