');
links.push('');
links.push(respItem.TotalPoint);
links.push('
');
links.push('');
links.push('');
}
}
$('#tournament_links_container').html(links.(''));
tournamentsClicked = false;
},
error: function (responce) {
tournamentsClicked = false;
}
});
});