tuttojuve_com_width = typeof window.tuttojuve_com_width != "undefined" ? window.tuttojuve_com_width : 160; tuttojuve_com_target = typeof window.tuttojuve_com_target != "undefined" ? window.tuttojuve_com_target : "_blank"; tuttojuve_com_bg_color = typeof window.tuttojuve_com_bg_color != "undefined" ? window.tuttojuve_com_bg_color : "#FFFFFF"; tuttojuve_com_border_color = typeof window.tuttojuve_com_border_color != "undefined" ? window.tuttojuve_com_border_color : "#002BB7"; tuttojuve_com_border_bottom_color = typeof window.tuttojuve_com_border_bottom_color != "undefined" ? window.tuttojuve_com_border_bottom_color : tuttojuve_com_bg_color; tuttojuve_com_link_color = typeof window.tuttojuve_com_link_color != "undefined" ? window.tuttojuve_com_link_color : "#000000"; tuttojuve_com_link_color_hover = typeof window.tuttojuve_com_link_color_hover != "undefined" ? window.tuttojuve_com_link_color_hover : tuttojuve_com_link_color; tuttojuve_com_date_color = typeof window.tuttojuve_com_date_color != "undefined" ? window.tuttojuve_com_date_color : tuttojuve_com_link_color; tuttojuve_com_date_format = typeof window.tuttojuve_com_date_format != "undefined" ? window.tuttojuve_com_date_format : "d/m"; tuttojuve_com_logo_align = typeof window.tuttojuve_com_logo_align != "undefined" ? window.tuttojuve_com_logo_align : "center"; tuttojuve_com_logo_align = tuttojuve_com_logo_align != "nologo" ? tuttojuve_com_logo_align : ""; tuttojuve_com_logo_align = ((typeof window.tuttojuve_com_logo != "undefined") && ((typeof window.tuttojuve_com_logo == "https://www.tuttojuve.com/template/tmw/img/newsticker_tuttojuve.gif") || (typeof window.tuttojuve_com_logo == "https://www.tuttojuve.com/img/newticker_tuttojuve.gif") || ((typeof window.tuttojuve_com_logo == "https://www.tuttojuve.com/template/tmw/img/newsticker.gif")))) ? "center" : tuttojuve_com_logo_align; // per i vecchi newsticker var na = new Array(); na[0] = new Array(3); na[0][0] = 1785182717; na[0][1] = 'https://www.tuttojuve.com/primo-piano/contatti-kia-joorabchian-douglas-luiz-zirkzee-787065'; na[0][2] = 'Contatti con Kia Joorabchian per Douglas Luiz. E forse per Zirkzee'; na[1] = new Array(3); na[1][0] = 1785182400; na[1][1] = 'https://www.tuttojuve.com/altre-notizie/malago-pronto-puntare-giorgio-chiellini-bianconero-787068'; na[1][2] = 'Malagò pronto a puntare su Giorgio Chiellini. Ma il bianconero va verso il no'; na[2] = new Array(3); na[2][0] = 1785182221; na[2][1] = 'https://www.tuttojuve.com/juventus-femminile/juventus-women-corso-guerrero-debutto-787031'; na[2][2] = 'Juventus Women, il nuovo corso Guerrero: dal 2-1 al Como al debutto con il Napoli'; na[3] = new Array(3); na[3][0] = 1785181200; na[3][1] = 'https://www.tuttojuve.com/altre-notizie/corbo-nessuno-giurare-malago-lentamente-bruciato-pirlo-787067'; na[3][2] = 'Corbo: "Nessuno può giurare che Malagò non abbia lentamente bruciato Pirlo"'; na[4] = new Array(3); na[4][0] = 1785180600; na[4][1] = 'https://www.tuttojuve.com/altre-notizie/gramellini-le-cifre-kolo-muani-rabbrividisco-ennesimo-clamoroso-errore-787066'; na[4][2] = 'Gramellini: "Le cifre per Kolo Muani? Rabbrividisco. Sarebbe l'ennesimo clamoroso errore"'; na[5] = new Array(3); na[5][0] = 1785180000; na[5][1] = 'https://www.tuttojuve.com/altre-notizie/walter-sabatini-kean-giocatore-irruento-como-serve-pulito-787064'; na[5][2] = 'Walter Sabatini: "Kean giocatore irruento, per il Como serve essere più pulito"'; na[6] = new Array(3); na[6][0] = 1785179700; na[6][1] = 'https://www.tuttojuve.com/calciomercato/calciomercato-juventus-h24-incrocio-suzuki-chevalier-dibu-martinez-pista-non-chiusa-del-tutto-z-786959'; na[6][2] = 'Calciomercato Juventus h24 - Stones a un passo dall'Inter. Lucumì, c'è il Como. Occhi su Fortini. Incrocio Suzuki-Chevalier, Dibu Martinez, pista non chiusa del tutto'; na[7] = new Array(3); na[7][0] = 1785179400; na[7][1] = 'https://www.tuttojuve.com/altre-notizie/andrea-valentini-licina-interessante-spero-douglas-luiz-787063'; na[7][2] = 'Andrea Valentini: "Licina interessante. E spero ancora in Douglas Luiz"'; na[8] = new Array(3); na[8][0] = 1785179097; na[8][1] = 'https://www.tuttojuve.com/primo-piano/suzuki-appeal-gregorio-problemi-787062'; na[8][2] = 'Suzuki avrebbe lo stesso appeal di Di Gregorio. E gli stessi problemi'; na[9] = new Array(3); na[9][0] = 1785178800; na[9][1] = 'https://www.tuttojuve.com/altre-notizie/simonelli-dimissioni-leonardo-maldini-aria-preso-atto-787061'; na[9][2] = 'Simonelli: "Dimissioni Leonardo e Maldini erano nell'aria. Ne abbiamo preso atto"'; Date.prototype.format = function(format) { var returnStr = ''; var replace = Date.replaceChars; for (var i = 0; i < format.length; i++) { var curChar = format.charAt(i); if (replace[curChar]) returnStr += replace[curChar].call(this); else returnStr += curChar; } return returnStr; }; Date.replaceChars = { // Day d: function() { return (this.getDate() < 10 ? '0' : '') + this.getDate(); }, // Month m: function() { return (this.getMonth() < 9 ? '0' : '') + (this.getMonth() + 1); }, // Year Y: function() { return this.getFullYear(); }, // Time H: function() { return (this.getHours() < 10 ? '0' : '') + this.getHours(); }, i: function() { return (this.getMinutes() < 10 ? '0' : '') + this.getMinutes(); }, s: function() { return (this.getSeconds() < 10 ? '0' : '') + this.getSeconds(); } } var dateS= new Date(); var style=dateS.getTime(); document.write (''); document.write ('