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] = 1777365644; na[0][1] = 'https://www.tuttojuve.com/altre-notizie/inchiesta-arbitri-si-allarga-il-quadro-rocchi-parlava-regolarmente-con-29-club-776116'; na[0][2] = 'Inchiesta arbitri, si allarga il quadro: Rocchi parlava regolarmente con 29 club'; na[1] = new Array(3); na[1][0] = 1777365016; na[1][1] = 'https://www.tuttojuve.com/l-avversario/qui-hellas-orban-in-campo-contro-la-juve-776115'; na[1][2] = 'Qui Hellas - Orban in campo contro la Juve? '; na[2] = new Array(3); na[2][0] = 1777364428; na[2][1] = 'https://www.tuttojuve.com/altre-notizie/napoli-milan-e-juve-il-secondo-posto-puo-valere-lo-scudetto-776114'; na[2][2] = 'Napoli, Milan e Juve: il secondo posto può valere lo scudetto?'; na[3] = new Array(3); na[3][0] = 1777363902; na[3][1] = 'https://www.tuttojuve.com/gli-eroi-bianconeri/gli-eroi-bianconeri-robert-kovac-775973'; na[3][2] = 'Gli eroi bianconeri: Robert KOVAC'; na[4] = new Array(3); na[4][0] = 1777363843; na[4][1] = 'https://www.tuttojuve.com/altre-notizie/di-paola-vicepresidente-coni-commissariamento-figc-decideremo-con-serenita-776113'; na[4][2] = 'Di Paola (vicepresidente CONI): "Commissariamento FIGC? Decideremo con serenità"'; na[5] = new Array(3); na[5][0] = 1777363258; na[5][1] = 'https://www.tuttojuve.com/calciomercato/le-big-di-serie-a-sulle-tracce-di-gila-c-e-anche-la-juve-776112'; na[5][2] = 'Le big di Serie A sulle tracce di Gila: c'è anche la Juve '; na[6] = new Array(3); na[6][0] = 1777362650; na[6][1] = 'https://www.tuttojuve.com/calciomercato/juve-stiller-resta-nel-mirino-costa-50-milioni-di-euro-776111'; na[6][2] = 'Juve, Stiller resta nel mirino: costa 50 milioni di euro'; na[7] = new Array(3); na[7][0] = 1777362028; na[7][1] = 'https://www.tuttojuve.com/altre-notizie/moggi-vogliono-fare-le-scarpe-a-marotta-perche-e-il-piu-bravo-chi-non-va-chiesto-a-me-776110'; na[7][2] = 'Moggi: "Vogliono fare le scarpe a Marotta perchè è il più bravo. Chi? Non va chiesto a me"'; na[8] = new Array(3); na[8][0] = 1777361404; na[8][1] = 'https://www.tuttojuve.com/calciomercato/juve-soldi-mal-spesi-per-david-ed-openda-futuro-lontano-da-torino-776108'; na[8][2] = 'Juve, soldi mal spesi per David ed Openda: futuro lontano da Torino?'; na[9] = new Array(3); na[9][0] = 1777360855; na[9][1] = 'https://www.tuttojuve.com/altre-notizie/vernazza-corsa-al-quarto-posto-roma-e-juve-sperano-nel-napoli-776099'; na[9][2] = 'Vernazza: “Corsa al quarto posto, Roma e Juve sperano nel Napoli”'; 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 ('