bianconeranews_it_width = typeof window.bianconeranews_it_width != "undefined" ? window.bianconeranews_it_width : 160; bianconeranews_it_target = typeof window.bianconeranews_it_target != "undefined" ? window.bianconeranews_it_target : "_blank"; bianconeranews_it_bg_color = typeof window.bianconeranews_it_bg_color != "undefined" ? window.bianconeranews_it_bg_color : "#FFFFFF"; bianconeranews_it_border_color = typeof window.bianconeranews_it_border_color != "undefined" ? window.bianconeranews_it_border_color : "#002BB7"; bianconeranews_it_border_bottom_color = typeof window.bianconeranews_it_border_bottom_color != "undefined" ? window.bianconeranews_it_border_bottom_color : bianconeranews_it_bg_color; bianconeranews_it_link_color = typeof window.bianconeranews_it_link_color != "undefined" ? window.bianconeranews_it_link_color : "#000000"; bianconeranews_it_link_color_hover = typeof window.bianconeranews_it_link_color_hover != "undefined" ? window.bianconeranews_it_link_color_hover : bianconeranews_it_link_color; bianconeranews_it_date_color = typeof window.bianconeranews_it_date_color != "undefined" ? window.bianconeranews_it_date_color : bianconeranews_it_link_color; bianconeranews_it_date_format = typeof window.bianconeranews_it_date_format != "undefined" ? window.bianconeranews_it_date_format : "d/m"; bianconeranews_it_logo_align = typeof window.bianconeranews_it_logo_align != "undefined" ? window.bianconeranews_it_logo_align : "center"; bianconeranews_it_logo_align = bianconeranews_it_logo_align != "nologo" ? bianconeranews_it_logo_align : ""; bianconeranews_it_logo_align = ((typeof window.bianconeranews_it_logo != "undefined") && ((typeof window.bianconeranews_it_logo == "https://www.bianconeranews.it/template/tmw/img/newsticker_bianconeranews.gif") || (typeof window.bianconeranews_it_logo == "https://www.bianconeranews.it/img/newticker_bianconeranews.gif") || ((typeof window.bianconeranews_it_logo == "https://www.bianconeranews.it/template/tmw/img/newsticker.gif")))) ? "center" : bianconeranews_it_logo_align; // per i vecchi newsticker var na = new Array(); na[0] = new Array(3); na[0][0] = 1786274700; na[0][1] = 'https://www.bianconeranews.it/primo-piano/porta-juve-trubin-guadagna-terreno-contendenti-126696'; na[0][2] = 'Per la porta della Juve Trubin guadagna terreno sui contendenti'; na[1] = new Array(3); na[1][0] = 1786271820; na[1][1] = 'https://www.bianconeranews.it/calciomercato/juve-pellegrino-saltare-fiorentina-serio-126695'; na[1][2] = 'Juve, Pellegrino potrebbe saltare: la Fiorentina fa sul serio'; na[2] = new Array(3); na[2][0] = 1786268760; na[2][1] = 'https://www.bianconeranews.it/calciomercato/river-plate-propone-juve-galarza-rinforzo-centrocampo-126694'; na[2][2] = 'Il River Plate propone alla Juve Galarza come rinforzo a centrocampo'; na[3] = new Array(3); na[3][0] = 1786267500; na[3][1] = 'https://www.bianconeranews.it/altre-notizie/piero-mi-auguro-juventus-comporti-squadra-alajbegovic-bell-acquisto-126693'; na[3][2] = 'Del Piero: "Mi auguro che la Juventus si comporti da squadra. Alajbegovic bell'acquisto"'; na[4] = new Array(3); na[4][0] = 1786266840; na[4][1] = 'https://www.bianconeranews.it/editoriale/imbalsamate-numero-ritirare-maglie-furto-futuro-126653'; na[4][2] = 'Non imbalsamate quel numero: ritirare le maglie è un furto al futuro.'; na[5] = new Array(3); na[5][0] = 1786264620; na[5][1] = 'https://www.bianconeranews.it/primo-piano/david-salutare-juve-aston-villa-126692'; na[5][2] = 'David potrebbe salutare la Juve, su di lui c'è l'Aston Villa'; na[6] = new Array(3); na[6][0] = 1786262758; na[6][1] = 'https://www.bianconeranews.it/calciomercato/suzuki-psg-juve-osserva-affare-sblocca-mercato-portieri-126691'; na[6][2] = 'Suzuki al PSG, la Juve osserva: l'affare sblocca il mercato dei portieri?'; na[7] = new Array(3); na[7][0] = 1786260910; na[7][1] = 'https://www.bianconeranews.it/calciomercato/addio-juve-pellegrini-firmato-roma-126690'; na[7][2] = 'Addio Juve: Pellegrini ha firmato di nuovo con la Roma'; na[8] = new Array(3); na[8][0] = 1786259406; na[8][1] = 'https://www.bianconeranews.it/altre-notizie/mauro-gregorio-male-vicario-126689'; na[8][2] = 'Mauro " Di Gregorio male, ma su Vicario.."'; na[9] = new Array(3); na[9][0] = 1786257642; na[9][1] = 'https://www.bianconeranews.it/altre-notizie/ceccarini-zirkzee-caldo-vicario-suzuky-126688'; na[9][2] = 'Ceccarini " Zirkzee nome caldo, più Vicario che Suzuky.."'; 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 ('