Oltre a Federico Cinà parteciperanno al torneo maschile anche Learner Tien, Christopher Eubanks, Eliot Spizzirri e Wu Yibing. Nel tabellone femminile invitate, tra le altre, le ex campionesse Kvitova e Stephens
Sono state svelate poche ore fa le wild card per il Miami Open, in programma tra il 18 e...
Cinà, attualmente numero 557 del ranking, giocherà per la prima volta un torneo del circuito maggiore
L'Italia continua a sfornare talenti nel tennis. Federico Cinà non è in realtà un nome nuovo ai più appassionati, ma anche loro saranno sorpresi dallo scoprire che il ragazzo nato a Palermo giocherà per...
"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);