Type.registerNamespace('UI.Services');
UI.Services.UIServices=function() {
UI.Services.UIServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
UI.Services.UIServices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return UI.Services.UIServices._staticInstance.get_path();},
GetPlayerEventsList:function(sCompetitionInstanceid,sPlayerid,sRoundid,sCaptainid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPlayerEventsList',false,{sCompetitionInstanceid:sCompetitionInstanceid,sPlayerid:sPlayerid,sRoundid:sRoundid,sCaptainid:sCaptainid},succeededCallback,failedCallback,userContext); },
GetDiscussions:function(competitionInstanceId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDiscussions',false,{competitionInstanceId:competitionInstanceId},succeededCallback,failedCallback,userContext); },
GetLargeDiscussions:function(roundIDtext,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLargeDiscussions',false,{roundIDtext:roundIDtext},succeededCallback,failedCallback,userContext); },
AddLargeDiscussion:function(roundIDText,text,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddLargeDiscussion',false,{roundIDText:roundIDText,text:text},succeededCallback,failedCallback,userContext); },
AddDiscussion:function(competitionInstanceId,text,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddDiscussion',false,{competitionInstanceId:competitionInstanceId,text:text},succeededCallback,failedCallback,userContext); },
GetDialogTeamViewData:function(teamid,bonus,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDialogTeamViewData',false,{teamid:teamid,bonus:bonus},succeededCallback,failedCallback,userContext); },
FantasyTeam_AddPlayer:function(sFantasyTeamid,sPlayerid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FantasyTeam_AddPlayer',false,{sFantasyTeamid:sFantasyTeamid,sPlayerid:sPlayerid},succeededCallback,failedCallback,userContext); },
FantasyTeam_SetCaptain:function(sFantasyTeamid,sPlayerid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FantasyTeam_SetCaptain',false,{sFantasyTeamid:sFantasyTeamid,sPlayerid:sPlayerid},succeededCallback,failedCallback,userContext); },
FantasyTeam_RemovePlayer:function(sFantasyTeamid,sPlayerid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FantasyTeam_RemovePlayer',false,{sFantasyTeamid:sFantasyTeamid,sPlayerid:sPlayerid},succeededCallback,failedCallback,userContext); },
FantasyTeam_RemoveCaptain:function(sFantasyTeamid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FantasyTeam_RemoveCaptain',false,{sFantasyTeamid:sFantasyTeamid},succeededCallback,failedCallback,userContext); },
FantasyTeam_ChangeFormation:function(sFantasyTeamid,sFormationid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FantasyTeam_ChangeFormation',false,{sFantasyTeamid:sFantasyTeamid,sFormationid:sFormationid},succeededCallback,failedCallback,userContext); },
FantasyTeam_AutoPickTeam:function(sFantasyTeamid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FantasyTeam_AutoPickTeam',false,{sFantasyTeamid:sFantasyTeamid},succeededCallback,failedCallback,userContext); },
FantasyTeam_GetTeamLineUpPlayers:function(sFantasyTeamid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FantasyTeam_GetTeamLineUpPlayers',false,{sFantasyTeamid:sFantasyTeamid},succeededCallback,failedCallback,userContext); },
GetTeamLineUpPlayerInfo:function(sTeamID,sPlayerid,sCompetitionid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTeamLineUpPlayerInfo',false,{sTeamID:sTeamID,sPlayerid:sPlayerid,sCompetitionid:sCompetitionid},succeededCallback,failedCallback,userContext); },
GetUserProfileInfo:function(sUserID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserProfileInfo',false,{sUserID:sUserID},succeededCallback,failedCallback,userContext); },
GetPlayerPickerPlayers:function(sTeamid,positionType,sortBy,sortType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPlayerPickerPlayers',false,{sTeamid:sTeamid,positionType:positionType,sortBy:sortBy,sortType:sortType},succeededCallback,failedCallback,userContext); },
SendForgotPassword:function(email,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendForgotPassword',false,{email:email},succeededCallback,failedCallback,userContext); },
GetPlayerEventsStatsTable:function(sPlayerID,sCompetitionID,sSeasonID,iGametype,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPlayerEventsStatsTable',false,{sPlayerID:sPlayerID,sCompetitionID:sCompetitionID,sSeasonID:sSeasonID,iGametype:iGametype},succeededCallback,failedCallback,userContext); },
GetTeamEventsStatsTable:function(sTeamID,sCompetitionID,sSeasonID,iGametype,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTeamEventsStatsTable',false,{sTeamID:sTeamID,sCompetitionID:sCompetitionID,sSeasonID:sSeasonID,iGametype:iGametype},succeededCallback,failedCallback,userContext); },
GetUserGraphStats:function(sCompetitionId,sSeasonId,sUserId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserGraphStats',false,{sCompetitionId:sCompetitionId,sSeasonId:sSeasonId,sUserId:sUserId},succeededCallback,failedCallback,userContext); },
GetPlayerGraphStats:function(sCompetitionId,sSeasonId,sPlayerid,sStatsTypeID,sEventID,language,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPlayerGraphStats',false,{sCompetitionId:sCompetitionId,sSeasonId:sSeasonId,sPlayerid:sPlayerid,sStatsTypeID:sStatsTypeID,sEventID:sEventID,language:language},succeededCallback,failedCallback,userContext); },
GetTeamGraphStats:function(sCompetitionId,sSeasonId,sTeamid,sStatsTypeID,sEventID,language,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTeamGraphStats',false,{sCompetitionId:sCompetitionId,sSeasonId:sSeasonId,sTeamid:sTeamid,sStatsTypeID:sStatsTypeID,sEventID:sEventID,language:language},succeededCallback,failedCallback,userContext); },
GetStatsTeamLineUpPlayers:function(sTeamID,sRoundID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStatsTeamLineUpPlayers',false,{sTeamID:sTeamID,sRoundID:sRoundID},succeededCallback,failedCallback,userContext); },
SearchTeamUrl:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchTeamUrl',false,{context:context},succeededCallback,failedCallback,userContext); },
SearchPlayerUrl:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchPlayerUrl',false,{context:context},succeededCallback,failedCallback,userContext); },
SearchTeamID:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchTeamID',false,{context:context},succeededCallback,failedCallback,userContext); },
SearchPlayerID:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchPlayerID',false,{context:context},succeededCallback,failedCallback,userContext); },
SearchFavoriteTeam:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchFavoriteTeam',false,{context:context},succeededCallback,failedCallback,userContext); },
GetCompetitionSeasons:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompetitionSeasons',false,{context:context},succeededCallback,failedCallback,userContext); },
Facebook_UpdateFeedPermission:function(allowfeeds,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Facebook_UpdateFeedPermission',false,{allowfeeds:allowfeeds},succeededCallback,failedCallback,userContext); },
Facebook_PostFeedItem:function(strFeedItemID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Facebook_PostFeedItem',false,{strFeedItemID:strFeedItemID},succeededCallback,failedCallback,userContext); },
Facebook_SaveCurrentUser:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Facebook_SaveCurrentUser',false,{},succeededCallback,failedCallback,userContext); },
Scraper_GetContacts:function(username,provider,password,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Scraper_GetContacts',false,{username:username,provider:provider,password:password},succeededCallback,failedCallback,userContext); },
SetUserEmailPreferences:function(agreesToNewsMails,agreeToThirdPartyOptIn,isSendMyCompAboutToStart,isSendMyTeamFinishedPlaying,isSendIDeposit,isSendIWithdraw,isSendCompCanceled,isSendPrizeUpdate,isSendUserJoinMyComp,isSendICreatePrivateComp,isSendIJoinPublicComp,isSendYouHaveCompetitionDiscussionMessage,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetUserEmailPreferences',false,{agreesToNewsMails:agreesToNewsMails,agreeToThirdPartyOptIn:agreeToThirdPartyOptIn,isSendMyCompAboutToStart:isSendMyCompAboutToStart,isSendMyTeamFinishedPlaying:isSendMyTeamFinishedPlaying,isSendIDeposit:isSendIDeposit,isSendIWithdraw:isSendIWithdraw,isSendCompCanceled:isSendCompCanceled,isSendPrizeUpdate:isSendPrizeUpdate,isSendUserJoinMyComp:isSendUserJoinMyComp,isSendICreatePrivateComp:isSendICreatePrivateComp,isSendIJoinPublicComp:isSendIJoinPublicComp,isSendYouHaveCompetitionDiscussionMessage:isSendYouHaveCompetitionDiscussionMessage},succeededCallback,failedCallback,userContext); },
GetNextRoundStartTime:function(sCompetitionId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNextRoundStartTime',false,{sCompetitionId:sCompetitionId},succeededCallback,failedCallback,userContext); }}
UI.Services.UIServices.registerClass('UI.Services.UIServices',Sys.Net.WebServiceProxy);
UI.Services.UIServices._staticInstance = new UI.Services.UIServices();
UI.Services.UIServices.set_path = function(value) { UI.Services.UIServices._staticInstance.set_path(value); }
UI.Services.UIServices.get_path = function() { return UI.Services.UIServices._staticInstance.get_path(); }
UI.Services.UIServices.set_timeout = function(value) { UI.Services.UIServices._staticInstance.set_timeout(value); }
UI.Services.UIServices.get_timeout = function() { return UI.Services.UIServices._staticInstance.get_timeout(); }
UI.Services.UIServices.set_defaultUserContext = function(value) { UI.Services.UIServices._staticInstance.set_defaultUserContext(value); }
UI.Services.UIServices.get_defaultUserContext = function() { return UI.Services.UIServices._staticInstance.get_defaultUserContext(); }
UI.Services.UIServices.set_defaultSucceededCallback = function(value) { UI.Services.UIServices._staticInstance.set_defaultSucceededCallback(value); }
UI.Services.UIServices.get_defaultSucceededCallback = function() { return UI.Services.UIServices._staticInstance.get_defaultSucceededCallback(); }
UI.Services.UIServices.set_defaultFailedCallback = function(value) { UI.Services.UIServices._staticInstance.set_defaultFailedCallback(value); }
UI.Services.UIServices.get_defaultFailedCallback = function() { return UI.Services.UIServices._staticInstance.get_defaultFailedCallback(); }
UI.Services.UIServices.set_path("/Services/UIServices.asmx");
UI.Services.UIServices.GetPlayerEventsList= function(sCompetitionInstanceid,sPlayerid,sRoundid,sCaptainid,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetPlayerEventsList(sCompetitionInstanceid,sPlayerid,sRoundid,sCaptainid,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetDiscussions= function(competitionInstanceId,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetDiscussions(competitionInstanceId,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetLargeDiscussions= function(roundIDtext,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetLargeDiscussions(roundIDtext,onSuccess,onFailed,userContext); }
UI.Services.UIServices.AddLargeDiscussion= function(roundIDText,text,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.AddLargeDiscussion(roundIDText,text,onSuccess,onFailed,userContext); }
UI.Services.UIServices.AddDiscussion= function(competitionInstanceId,text,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.AddDiscussion(competitionInstanceId,text,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetDialogTeamViewData= function(teamid,bonus,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetDialogTeamViewData(teamid,bonus,onSuccess,onFailed,userContext); }
UI.Services.UIServices.FantasyTeam_AddPlayer= function(sFantasyTeamid,sPlayerid,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.FantasyTeam_AddPlayer(sFantasyTeamid,sPlayerid,onSuccess,onFailed,userContext); }
UI.Services.UIServices.FantasyTeam_SetCaptain= function(sFantasyTeamid,sPlayerid,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.FantasyTeam_SetCaptain(sFantasyTeamid,sPlayerid,onSuccess,onFailed,userContext); }
UI.Services.UIServices.FantasyTeam_RemovePlayer= function(sFantasyTeamid,sPlayerid,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.FantasyTeam_RemovePlayer(sFantasyTeamid,sPlayerid,onSuccess,onFailed,userContext); }
UI.Services.UIServices.FantasyTeam_RemoveCaptain= function(sFantasyTeamid,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.FantasyTeam_RemoveCaptain(sFantasyTeamid,onSuccess,onFailed,userContext); }
UI.Services.UIServices.FantasyTeam_ChangeFormation= function(sFantasyTeamid,sFormationid,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.FantasyTeam_ChangeFormation(sFantasyTeamid,sFormationid,onSuccess,onFailed,userContext); }
UI.Services.UIServices.FantasyTeam_AutoPickTeam= function(sFantasyTeamid,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.FantasyTeam_AutoPickTeam(sFantasyTeamid,onSuccess,onFailed,userContext); }
UI.Services.UIServices.FantasyTeam_GetTeamLineUpPlayers= function(sFantasyTeamid,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.FantasyTeam_GetTeamLineUpPlayers(sFantasyTeamid,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetTeamLineUpPlayerInfo= function(sTeamID,sPlayerid,sCompetitionid,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetTeamLineUpPlayerInfo(sTeamID,sPlayerid,sCompetitionid,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetUserProfileInfo= function(sUserID,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetUserProfileInfo(sUserID,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetPlayerPickerPlayers= function(sTeamid,positionType,sortBy,sortType,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetPlayerPickerPlayers(sTeamid,positionType,sortBy,sortType,onSuccess,onFailed,userContext); }
UI.Services.UIServices.SendForgotPassword= function(email,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.SendForgotPassword(email,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetPlayerEventsStatsTable= function(sPlayerID,sCompetitionID,sSeasonID,iGametype,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetPlayerEventsStatsTable(sPlayerID,sCompetitionID,sSeasonID,iGametype,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetTeamEventsStatsTable= function(sTeamID,sCompetitionID,sSeasonID,iGametype,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetTeamEventsStatsTable(sTeamID,sCompetitionID,sSeasonID,iGametype,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetUserGraphStats= function(sCompetitionId,sSeasonId,sUserId,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetUserGraphStats(sCompetitionId,sSeasonId,sUserId,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetPlayerGraphStats= function(sCompetitionId,sSeasonId,sPlayerid,sStatsTypeID,sEventID,language,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetPlayerGraphStats(sCompetitionId,sSeasonId,sPlayerid,sStatsTypeID,sEventID,language,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetTeamGraphStats= function(sCompetitionId,sSeasonId,sTeamid,sStatsTypeID,sEventID,language,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetTeamGraphStats(sCompetitionId,sSeasonId,sTeamid,sStatsTypeID,sEventID,language,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetStatsTeamLineUpPlayers= function(sTeamID,sRoundID,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetStatsTeamLineUpPlayers(sTeamID,sRoundID,onSuccess,onFailed,userContext); }
UI.Services.UIServices.SearchTeamUrl= function(context,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.SearchTeamUrl(context,onSuccess,onFailed,userContext); }
UI.Services.UIServices.SearchPlayerUrl= function(context,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.SearchPlayerUrl(context,onSuccess,onFailed,userContext); }
UI.Services.UIServices.SearchTeamID= function(context,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.SearchTeamID(context,onSuccess,onFailed,userContext); }
UI.Services.UIServices.SearchPlayerID= function(context,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.SearchPlayerID(context,onSuccess,onFailed,userContext); }
UI.Services.UIServices.SearchFavoriteTeam= function(context,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.SearchFavoriteTeam(context,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetCompetitionSeasons= function(context,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetCompetitionSeasons(context,onSuccess,onFailed,userContext); }
UI.Services.UIServices.Facebook_UpdateFeedPermission= function(allowfeeds,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.Facebook_UpdateFeedPermission(allowfeeds,onSuccess,onFailed,userContext); }
UI.Services.UIServices.Facebook_PostFeedItem= function(strFeedItemID,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.Facebook_PostFeedItem(strFeedItemID,onSuccess,onFailed,userContext); }
UI.Services.UIServices.Facebook_SaveCurrentUser= function(onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.Facebook_SaveCurrentUser(onSuccess,onFailed,userContext); }
UI.Services.UIServices.Scraper_GetContacts= function(username,provider,password,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.Scraper_GetContacts(username,provider,password,onSuccess,onFailed,userContext); }
UI.Services.UIServices.SetUserEmailPreferences= function(agreesToNewsMails,agreeToThirdPartyOptIn,isSendMyCompAboutToStart,isSendMyTeamFinishedPlaying,isSendIDeposit,isSendIWithdraw,isSendCompCanceled,isSendPrizeUpdate,isSendUserJoinMyComp,isSendICreatePrivateComp,isSendIJoinPublicComp,isSendYouHaveCompetitionDiscussionMessage,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.SetUserEmailPreferences(agreesToNewsMails,agreeToThirdPartyOptIn,isSendMyCompAboutToStart,isSendMyTeamFinishedPlaying,isSendIDeposit,isSendIWithdraw,isSendCompCanceled,isSendPrizeUpdate,isSendUserJoinMyComp,isSendICreatePrivateComp,isSendIJoinPublicComp,isSendYouHaveCompetitionDiscussionMessage,onSuccess,onFailed,userContext); }
UI.Services.UIServices.GetNextRoundStartTime= function(sCompetitionId,onSuccess,onFailed,userContext) {UI.Services.UIServices._staticInstance.GetNextRoundStartTime(sCompetitionId,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(UI.Services.JSDialogData) === 'undefined') {
UI.Services.JSDialogData=gtc("UI.Services.JSDialogData");
UI.Services.JSDialogData.registerClass('UI.Services.JSDialogData');
}
Type.registerNamespace('UI.Pages.Teams.Controls');
if (typeof(UI.Pages.Teams.Controls.JSTeamLineUpPlayers) === 'undefined') {
UI.Pages.Teams.Controls.JSTeamLineUpPlayers=gtc("UI.Pages.Teams.Controls.JSTeamLineUpPlayers");
UI.Pages.Teams.Controls.JSTeamLineUpPlayers.registerClass('UI.Pages.Teams.Controls.JSTeamLineUpPlayers');
}
if (typeof(UI.Pages.Teams.Controls.JSPlayersPickerLIData) === 'undefined') {
UI.Pages.Teams.Controls.JSPlayersPickerLIData=gtc("UI.Pages.Teams.Controls.JSPlayersPickerLIData");
UI.Pages.Teams.Controls.JSPlayersPickerLIData.registerClass('UI.Pages.Teams.Controls.JSPlayersPickerLIData');
}
if (typeof(UI.Services.ItemRoundsPoints) === 'undefined') {
UI.Services.ItemRoundsPoints=gtc("UI.Services.ItemRoundsPoints");
UI.Services.ItemRoundsPoints.registerClass('UI.Services.ItemRoundsPoints');
}
Type.registerNamespace('Telerik.Web.UI');
if (typeof(Telerik.Web.UI.RadComboBoxData) === 'undefined') {
Telerik.Web.UI.RadComboBoxData=gtc("Telerik.Web.UI.RadComboBoxData");
Telerik.Web.UI.RadComboBoxData.registerClass('Telerik.Web.UI.RadComboBoxData');
}

