Tutti i risultati ITF della settimana: Binda primo, Colmegna e Grant seconde come Mazza/Picchione in doppio, semifinale per Weis ad Antalya e per Potenza a Monastir.
Inizia benissimo la stagione per Alexandr Binda
Inizio di stagione particolarmente positivo per il classe 2001 nato a Lecco, che si ferma in doppio con...
"use strict";
setTimeout(function() {
var slot = 'MAGAZINE_SLOT_300x300_2';
fetch('https://api.tennistalker.it/api/positioned-banners/' + slot)
.then(function(response) {
return response.json();
})
.then(function(response) {
var className = '.tt-ad-magazine-slot_300_2';
document.querySelectorAll(className).forEach(function(e) {
var link = e.querySelectorAll('a')[0];
link.href = response.destination;
var image = e.querySelectorAll('img')[0];
image.src = response.image_url;
});
});
}, 2000);
più popolari
"use strict";
setTimeout(function() {
var slot = 'MAGAZINE_SLOT_300x200_1';
fetch('https://api.tennistalker.it/api/positioned-banners/' + slot)
.then(function(response) {
return response.json();
})
.then(function(response) {
var className = '.tt-ad-magazine-slot_200_1';
document.querySelectorAll(className).forEach(function(e) {
var link = e.querySelectorAll('a')[0];
link.href = response.destination;
var image = e.querySelectorAll('img')[0];
image.src = response.image_url;
});
});
}, 2000);