if(typeof NIU == "undefined") NIU={};
if(typeof NIU.OnlineGames == "undefined") NIU.OnlineGames={};
if(typeof NIU.OnlineGames.Web == "undefined") NIU.OnlineGames.Web={};
if(typeof NIU.OnlineGames.Web._default == "undefined") NIU.OnlineGames.Web._default={};
NIU.OnlineGames.Web._default_class = function() {};
Object.extend(NIU.OnlineGames.Web._default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetOnline: function() {
		return this.invoke("GetOnline", {}, this.GetOnline.getArguments().slice(0));
	},
	Like: function(likeId) {
		return this.invoke("Like", {"likeId":likeId}, this.Like.getArguments().slice(1));
	},
	url: '/ajaxpro/NIU.OnlineGames.Web._default,NIU.OnlineGames.Web.ashx'
}));
NIU.OnlineGames.Web._default = new NIU.OnlineGames.Web._default_class();


