if(typeof Shopping_Header == "undefined") Shopping_Header={};
Shopping_Header_class = function() {};
Object.extend(Shopping_Header_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LogonOut: function() {
		return this.invoke("LogonOut", {}, this.LogonOut.getArguments().slice(0));
	},
	Logon: function(name, pwd) {
		return this.invoke("Logon", {"name":name, "pwd":pwd}, this.Logon.getArguments().slice(2));
	},
	GetUserInfo: function() {
		return this.invoke("GetUserInfo", {}, this.GetUserInfo.getArguments().slice(0));
	},
	url: '/ajaxpro/Shopping_Header,App_Web_header.ascx.3cd145c4.ashx'
}));
Shopping_Header = new Shopping_Header_class();

