if(typeof MSLuck_lover == "undefined") MSLuck_lover={};
MSLuck_lover_class = function() {};
Object.extend(MSLuck_lover_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLuckMouse: function(AreaID, AreaName, ServerID, ServerName, IP, ServerIp, DealPage) {
		return this.invoke("GetLuckMouse", {"AreaID":AreaID, "AreaName":AreaName, "ServerID":ServerID, "ServerName":ServerName, "IP":IP, "ServerIp":ServerIp, "DealPage":DealPage}, this.GetLuckMouse.getArguments().slice(7));
	},
	GetTickits: function(ClientIp, ServerIp) {
		return this.invoke("GetTickits", {"ClientIp":ClientIp, "ServerIp":ServerIp}, this.GetTickits.getArguments().slice(2));
	},
	DoLogin: function(AccountID, Password, Code, CIp, ServerIp) {
		return this.invoke("DoLogin", {"AccountID":AccountID, "Password":Password, "Code":Code, "CIp":CIp, "ServerIp":ServerIp}, this.DoLogin.getArguments().slice(5));
	},
	Logout: function(ClientIP, ServerIP) {
		return this.invoke("Logout", {"ClientIP":ClientIP, "ServerIP":ServerIP}, this.Logout.getArguments().slice(2));
	},
	GetPaiMing: function() {
		return this.invoke("GetPaiMing", {}, this.GetPaiMing.getArguments().slice(0));
	},
	url: '/qixi/ajaxpro/MSLuck_lover,App_Web_awmoxql4.ashx'
}));
MSLuck_lover = new MSLuck_lover_class();

