if(typeof sportdogv3 == "undefined") sportdogv3={};
if(typeof sportdogv3.livescore_class == "undefined") sportdogv3.livescore_class={};
sportdogv3.livescore_class = function() {};
Object.extend(sportdogv3.livescore_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerShowType: function(showType) {
		return this.invoke("ServerShowType", {"showType":showType}, this.ServerShowType.getArguments().slice(1));
	},
	ServerShowDate: function(dat) {
		return this.invoke("ServerShowDate", {"dat":dat}, this.ServerShowDate.getArguments().slice(1));
	},
	ServerShowSport: function(sport) {
		return this.invoke("ServerShowSport", {"sport":sport}, this.ServerShowSport.getArguments().slice(1));
	},
	ServerRankingType: function(rtype) {
		return this.invoke("ServerRankingType", {"rtype":rtype}, this.ServerRankingType.getArguments().slice(1));
	},
	ServerGetLiveScoreData: function() {
		return this.invoke("ServerGetLiveScoreData", {}, this.ServerGetLiveScoreData.getArguments().slice(0));
	},
	ServerAddFavouriteGame: function(gameId) {
		return this.invoke("ServerAddFavouriteGame", {"gameId":gameId}, this.ServerAddFavouriteGame.getArguments().slice(1));
	},
	ServerRemoveFavouriteGame: function(gameId) {
		return this.invoke("ServerRemoveFavouriteGame", {"gameId":gameId}, this.ServerRemoveFavouriteGame.getArguments().slice(1));
	},
	ServerAddFavouriteGamesForSmallTab: function() {
		return this.invoke("ServerAddFavouriteGamesForSmallTab", {}, this.ServerAddFavouriteGamesForSmallTab.getArguments().slice(0));
	},
	ServerGetGameData: function(gameID, gameHomeTeamID, gameGuestTeamID, gameHomeTeamName, gameGuestTeamName, gameResult) {
		return this.invoke("ServerGetGameData", {"gameID":gameID, "gameHomeTeamID":gameHomeTeamID, "gameGuestTeamID":gameGuestTeamID, "gameHomeTeamName":gameHomeTeamName, "gameGuestTeamName":gameGuestTeamName, "gameResult":gameResult}, this.ServerGetGameData.getArguments().slice(6));
	},
	url: '/v3/ajaxpro/sportdogv3.livescore,sportdogv3.ashx'
}));
sportdogv3.livescore = new sportdogv3.livescore_class();

