if(typeof TwentyFour == "undefined") TwentyFour={};
if(typeof TwentyFour.Sites == "undefined") TwentyFour.Sites={};
if(typeof TwentyFour.Sites.News == "undefined") TwentyFour.Sites.News={};
if(typeof TwentyFour.Sites.News.UI == "undefined") TwentyFour.Sites.News.UI={};
if(typeof TwentyFour.Sites.News.UI.Site == "undefined") TwentyFour.Sites.News.UI.Site={};
TwentyFour.Sites.News.UI.Site.LiveScoringAjax_class = function() {};
Object.extend(TwentyFour.Sites.News.UI.Site.LiveScoringAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLiveScores: function(sSport, tournamentName, matchId, strapHead) {
		return this.invoke("GetLiveScores", {"sSport":sSport, "tournamentName":tournamentName, "matchId":matchId, "strapHead":strapHead}, this.GetLiveScores.getArguments().slice(4));
	},
	url: '/ajaxpro/TwentyFour.Sites.News.UI.Site.LiveScoringAjax,NewsSite.ashx'
}));
TwentyFour.Sites.News.UI.Site.LiveScoringAjax = new TwentyFour.Sites.News.UI.Site.LiveScoringAjax_class();

