if(typeof Winners == "undefined") Winners={};
if(typeof Winners.Web == "undefined") Winners.Web={};
if(typeof Winners.Web.Ajax == "undefined") Winners.Web.Ajax={};
Winners.Web.Ajax_class = function() {};
Object.extend(Winners.Web.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetXml: function(fileName, xmlDataName) {
		return this.invoke("GetXml", {"fileName":fileName, "xmlDataName":xmlDataName}, this.GetXml.getArguments().slice(2));
	},
	GetFootBallResult: function() {
		return this.invoke("GetFootBallResult", {}, this.GetFootBallResult.getArguments().slice(0));
	},
	Login: function(username, password, code) {
		return this.invoke("Login", {"username":username, "password":password, "code":code}, this.Login.getArguments().slice(3));
	},
	GetLottery: function(lType, type) {
		return this.invoke("GetLottery", {"lType":lType, "type":type}, this.GetLottery.getArguments().slice(2));
	},
	GetLotteryShuzhi: function() {
		return this.invoke("GetLotteryShuzhi", {}, this.GetLotteryShuzhi.getArguments().slice(0));
	},
	GetStandings: function(ltype) {
		return this.invoke("GetStandings", {"ltype":ltype}, this.GetStandings.getArguments().slice(1));
	},
	GetShooter: function(ltype) {
		return this.invoke("GetShooter", {"ltype":ltype}, this.GetShooter.getArguments().slice(1));
	},
	GetDuiZhen: function(ltype) {
		return this.invoke("GetDuiZhen", {"ltype":ltype}, this.GetDuiZhen.getArguments().slice(1));
	},
	GetJinPang: function(ltype) {
		return this.invoke("GetJinPang", {"ltype":ltype}, this.GetJinPang.getArguments().slice(1));
	},
	GetNBAPaiMing: function(ltype) {
		return this.invoke("GetNBAPaiMing", {"ltype":ltype}, this.GetNBAPaiMing.getArguments().slice(1));
	},
	GetTV: function(d) {
		return this.invoke("GetTV", {"d":d}, this.GetTV.getArguments().slice(1));
	},
	url: '/ajaxpro/Winners.Web.Ajax,App_Code._wptitny.ashx'
}));
Winners.Web.Ajax = new Winners.Web.Ajax_class();

