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] = 1789126213; na[0][1] = 'https://www.tuttojuve.com/altre-notizie/aquilani-spalletti-juventus-incroci-792600'; na[0][2] = 'Aquilani, Spalletti e la Juventus, quanti incroci'; na[1] = new Array(3); na[1][0] = 1789125911; na[1][1] = 'https://www.tuttojuve.com/altre-notizie/calcio-tavares-milan-possiamo-vincere-felice-gattuso-creda-792602'; na[1][2] = 'Tavares: "Col Milan possiamo vincere, felice che Gattuso creda in me"'; na[2] = new Array(3); na[2][0] = 1789125611; na[2][1] = 'https://www.tuttojuve.com/altre-notizie/padovano-massima-fiducia-kolo-muani-spalletti-792598'; na[2][2] = 'Padovano: "Massima fiducia in Kolo Muani, sto con Spalletti"'; na[3] = new Array(3); na[3][0] = 1789125045; na[3][1] = 'https://www.tuttojuve.com/l-avversario/matic-servito-juve-ritrovera-avversario-792597'; na[3][2] = 'Questo Matic sarebbe servito alla Juve, che invece lo ritroverà da avversario'; na[4] = new Array(3); na[4][0] = 1789124435; na[4][1] = 'https://www.tuttojuve.com/altre-notizie/splendida-avventura-sassuolo-carnevali-conserva-rimpianto-792596'; na[4][2] = 'Della splendida avventura a Sassuolo, Carnevali conserva un solo rimpianto'; na[5] = new Array(3); na[5][0] = 1789123849; na[5][1] = 'https://www.tuttojuve.com/altre-notizie/pagnucco-profumo-squadra-alternativa-cambiaso-792595'; na[5][2] = 'Anche per Pagnucco c'è profumo di prima squadra, può essere l'alternativa a Cambiaso'; na[6] = new Array(3); na[6][0] = 1789123523; na[6][1] = 'https://www.tuttojuve.com/in-diretta-dalla-continassa/juventus-buone-notizie-sarr-centrocampista-lavorato-gruppo-cambiaso-mckennie-parte-domani-16-parlera-792599'; na[6][2] = 'Juventus, buone notizie per Sarr: il centrocampista ha lavorato in gruppo. Cambiaso e McKennie ancora a parte. Domani alle 16 parlerà Spalletti'; na[7] = new Array(3); na[7][0] = 1789123239; na[7][1] = 'https://www.tuttojuve.com/altre-notizie/adzic-passato-e-792594'; na[7][2] = 'Adzic contro il suo recente passato...e forse contro il suo futuro'; na[8] = new Array(3); na[8][0] = 1789122632; na[8][1] = 'https://www.tuttojuve.com/altre-notizie/spalletti-vede-riabbracciare-sarr-sostituto-ideale-thuram-792593'; na[8][2] = 'Spalletti non vede l'ora di riabbracciare Sarr, è il sostituto ideale di Thuram'; na[9] = new Array(3); na[9][0] = 1789122044; na[9][1] = 'https://www.tuttojuve.com/altre-notizie/juve-mbangula-la-mentalita-positiva-bologna-cercavo-792592'; na[9][2] = 'L'ex Juve Mbangula: "La mentalità positiva del Bologna era ciò che cercavo"'; 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 ('