if(typeof TwentyFour == "undefined") TwentyFour={};
if(typeof TwentyFour.Sites == "undefined") TwentyFour.Sites={};
if(typeof TwentyFour.Sites.Beeld == "undefined") TwentyFour.Sites.Beeld={};
if(typeof TwentyFour.Sites.Beeld.UI == "undefined") TwentyFour.Sites.Beeld.UI={};
if(typeof TwentyFour.Sites.Beeld.UI.Site == "undefined") TwentyFour.Sites.Beeld.UI.Site={};
TwentyFour.Sites.Beeld.UI.Site.LiveScoringAjax_class = function() {};
Object.extend(TwentyFour.Sites.Beeld.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.Beeld.UI.Site.LiveScoringAjax,BeeldSite.ashx'
}));
TwentyFour.Sites.Beeld.UI.Site.LiveScoringAjax = new TwentyFour.Sites.Beeld.UI.Site.LiveScoringAjax_class();

