if(typeof Top == "undefined") Top={};
Top_class = function() {};
Object.extend(Top_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	BindToCity: function(gameNum) {
		return this.invoke("BindToCity", {"gameNum":gameNum}, this.BindToCity.getArguments().slice(1));
	},
	BindTogameServer: function(districtNum) {
		return this.invoke("BindTogameServer", {"districtNum":districtNum}, this.BindTogameServer.getArguments().slice(1));
	},
	BinTotypeInfo: function(gameNum) {
		return this.invoke("BinTotypeInfo", {"gameNum":gameNum}, this.BinTotypeInfo.getArguments().slice(1));
	},
	userInfo: function() {
		return this.invoke("userInfo", {}, this.userInfo.getArguments().slice(0));
	},
	SearchGameName: function(GameNum) {
		return this.invoke("SearchGameName", {"GameNum":GameNum}, this.SearchGameName.getArguments().slice(1));
	},
	returnstring: function(newTextGameName) {
		return this.invoke("returnstring", {"newTextGameName":newTextGameName}, this.returnstring.getArguments().slice(1));
	},
	url: '/ajaxpro/Top,App_Web_tkagc34r.ashx'
}));
Top = new Top_class();

