if(typeof Ajax == "undefined") Ajax={};
Ajax_class = function() {};
Object.extend(Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Path: function(img) {
		return this.invoke("Path", {"img":img}, this.Path.getArguments().slice(1));
	},
	GetHonoree: function(id) {
		return this.invoke("GetHonoree", {"id":id}, this.GetHonoree.getArguments().slice(1));
	},
	ActivityGetHonoree: function(id) {
		return this.invoke("ActivityGetHonoree", {"id":id}, this.ActivityGetHonoree.getArguments().slice(1));
	},
	GetProduct: function(id) {
		return this.invoke("GetProduct", {"id":id}, this.GetProduct.getArguments().slice(1));
	},
	GetInsideAccount: function(id) {
		return this.invoke("GetInsideAccount", {"id":id}, this.GetInsideAccount.getArguments().slice(1));
	},
	ProductInfo: function(id) {
		return this.invoke("ProductInfo", {"id":id}, this.ProductInfo.getArguments().slice(1));
	},
	OpinionIntegral: function() {
		return this.invoke("OpinionIntegral", {}, this.OpinionIntegral.getArguments().slice(0));
	},
	CommodityList: function(id) {
		return this.invoke("CommodityList", {"id":id}, this.CommodityList.getArguments().slice(1));
	},
	ChkMemberLogin: function() {
		return this.invoke("ChkMemberLogin", {}, this.ChkMemberLogin.getArguments().slice(0));
	},
	GetPopedom: function(id) {
		return this.invoke("GetPopedom", {"id":id}, this.GetPopedom.getArguments().slice(1));
	},
	UpdateIntegral: function(gameID, integral) {
		return this.invoke("UpdateIntegral", {"gameID":gameID, "integral":integral}, this.UpdateIntegral.getArguments().slice(2));
	},
	UpdateCardcout: function(gameID, count) {
		return this.invoke("UpdateCardcout", {"gameID":gameID, "count":count}, this.UpdateCardcout.getArguments().slice(2));
	},
	GetIntegral: function(gameID) {
		return this.invoke("GetIntegral", {"gameID":gameID}, this.GetIntegral.getArguments().slice(1));
	},
	GetCardcout: function(gameID) {
		return this.invoke("GetCardcout", {"gameID":gameID}, this.GetCardcout.getArguments().slice(1));
	},
	SetBockSession: function() {
		return this.invoke("SetBockSession", {}, this.SetBockSession.getArguments().slice(0));
	},
	SetMenuID: function(MenuID) {
		return this.invoke("SetMenuID", {"MenuID":MenuID}, this.SetMenuID.getArguments().slice(1));
	},
	GetCardLog: function(Column, keyWord) {
		return this.invoke("GetCardLog", {"Column":Column, "keyWord":keyWord}, this.GetCardLog.getArguments().slice(2));
	},
	ChkIdcard: function(LoginIDCard) {
		return this.invoke("ChkIdcard", {"LoginIDCard":LoginIDCard}, this.ChkIdcard.getArguments().slice(1));
	},
	ActionAdminLogout: function() {
		return this.invoke("ActionAdminLogout", {}, this.ActionAdminLogout.getArguments().slice(0));
	},
	GetTopUserInfo: function(p_Top) {
		return this.invoke("GetTopUserInfo", {"p_Top":p_Top}, this.GetTopUserInfo.getArguments().slice(1));
	},
	GetActionTopUserInfo: function(p_Top) {
		return this.invoke("GetActionTopUserInfo", {"p_Top":p_Top}, this.GetActionTopUserInfo.getArguments().slice(1));
	},
	GetHistoryList: function(where, idcard) {
		return this.invoke("GetHistoryList", {"where":where, "idcard":idcard}, this.GetHistoryList.getArguments().slice(2));
	},
	GetJKDHistoryList: function(where, gameid) {
		return this.invoke("GetJKDHistoryList", {"where":where, "gameid":gameid}, this.GetJKDHistoryList.getArguments().slice(2));
	},
	GetIntegralCount: function(gameID) {
		return this.invoke("GetIntegralCount", {"gameID":gameID}, this.GetIntegralCount.getArguments().slice(1));
	},
	GetJKDIntegralCount: function(gameID) {
		return this.invoke("GetJKDIntegralCount", {"gameID":gameID}, this.GetJKDIntegralCount.getArguments().slice(1));
	},
	GetJKDActionIntegralCount: function(gameID) {
		return this.invoke("GetJKDActionIntegralCount", {"gameID":gameID}, this.GetJKDActionIntegralCount.getArguments().slice(1));
	},
	GetUserInfo: function() {
		return this.invoke("GetUserInfo", {}, this.GetUserInfo.getArguments().slice(0));
	},
	ChkUserByName: function(UserName) {
		return this.invoke("ChkUserByName", {"UserName":UserName}, this.ChkUserByName.getArguments().slice(1));
	},
	SetIntegralByName: function(UserName, Integral) {
		return this.invoke("SetIntegralByName", {"UserName":UserName, "Integral":Integral}, this.SetIntegralByName.getArguments().slice(2));
	},
	SetInitIntegral: function(Integral) {
		return this.invoke("SetInitIntegral", {"Integral":Integral}, this.SetInitIntegral.getArguments().slice(1));
	},
	GetInitIntegral: function() {
		return this.invoke("GetInitIntegral", {}, this.GetInitIntegral.getArguments().slice(0));
	},
	ClearIntegralByName: function(UserName, Integral) {
		return this.invoke("ClearIntegralByName", {"UserName":UserName, "Integral":Integral}, this.ClearIntegralByName.getArguments().slice(2));
	},
	SendAccount: function(gameid, xmlstr) {
		return this.invoke("SendAccount", {"gameid":gameid, "xmlstr":xmlstr}, this.SendAccount.getArguments().slice(2));
	},
	Jump: function() {
		return this.invoke("Jump", {}, this.Jump.getArguments().slice(0));
	},
	url: '/ajaxpro/Ajax,App_Code.ashx'
}));
Ajax = new Ajax_class();

