if(typeof Soltrip == "undefined") Soltrip={};
if(typeof Soltrip.Web == "undefined") Soltrip.Web={};
if(typeof Soltrip.Web.Index == "undefined") Soltrip.Web.Index={};
Soltrip.Web.Index_class = function() {};
Object.extend(Soltrip.Web.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMemberByCookies: function() {
		return this.invoke("GetMemberByCookies", {}, this.GetMemberByCookies.getArguments().slice(0));
	},
	MemberGoOut: function() {
		return this.invoke("MemberGoOut", {}, this.MemberGoOut.getArguments().slice(0));
	},
	GetKey: function() {
		return this.invoke("GetKey", {}, this.GetKey.getArguments().slice(0));
	},
	url: '/ajaxpro/Soltrip.Web.Index,Soltrip.Web.ashx'
}));
Soltrip.Web.Index = new Soltrip.Web.Index_class();


