Nel femminile trionfano Triay-Ortega e nel maschile Coello-Tapia
Arturo Coello e Agustin Tapia, Gemma Triay e Marta Ortega sono i campioni della seconda edizione del BNL Italy Major Premier Padel, il primo torneo combined nel circuito.
Nel torneo maschile ha trionfato la coppia migliore della stagione e del torneo. Coello e...
Promosse in semifinale le quattro migliori coppie del tabellone femminile
Nella giornata di ieri si sono conclusi i quarti di finale del BNL Italy Major Premier Padel. Franco Stupaczuk e Martin Di Nenno, che avrebbero potuto uscire già all'esordio mercoledì, hanno superato 6-7 7-6 6-4 Maxi Sanchez e Lucho Capra...
"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);