firenzeviola_it_width = typeof window.firenzeviola_it_width != "undefined" ? window.firenzeviola_it_width : 160; firenzeviola_it_target = typeof window.firenzeviola_it_target != "undefined" ? window.firenzeviola_it_target : "_blank"; firenzeviola_it_bg_color = typeof window.firenzeviola_it_bg_color != "undefined" ? window.firenzeviola_it_bg_color : "#FFFFFF"; firenzeviola_it_border_color = typeof window.firenzeviola_it_border_color != "undefined" ? window.firenzeviola_it_border_color : "#002BB7"; firenzeviola_it_border_bottom_color = typeof window.firenzeviola_it_border_bottom_color != "undefined" ? window.firenzeviola_it_border_bottom_color : firenzeviola_it_bg_color; firenzeviola_it_link_color = typeof window.firenzeviola_it_link_color != "undefined" ? window.firenzeviola_it_link_color : "#000000"; firenzeviola_it_link_color_hover = typeof window.firenzeviola_it_link_color_hover != "undefined" ? window.firenzeviola_it_link_color_hover : firenzeviola_it_link_color; firenzeviola_it_date_color = typeof window.firenzeviola_it_date_color != "undefined" ? window.firenzeviola_it_date_color : firenzeviola_it_link_color; firenzeviola_it_date_format = typeof window.firenzeviola_it_date_format != "undefined" ? window.firenzeviola_it_date_format : "d/m"; firenzeviola_it_logo_align = typeof window.firenzeviola_it_logo_align != "undefined" ? window.firenzeviola_it_logo_align : "center"; firenzeviola_it_logo_align = firenzeviola_it_logo_align != "nologo" ? firenzeviola_it_logo_align : ""; firenzeviola_it_logo_align = ((typeof window.firenzeviola_it_logo != "undefined") && ((typeof window.firenzeviola_it_logo == "https://www.firenzeviola.it/template/default/img/newsticker_firenzeviola.gif") || (typeof window.firenzeviola_it_logo == "https://www.firenzeviola.it/img/newticker_firenzeviola.gif") || ((typeof window.firenzeviola_it_logo == "https://www.firenzeviola.it/template/default/img/newsticker.gif")))) ? "center" : firenzeviola_it_logo_align; // per i vecchi newsticker var na = new Array(); na[0] = new Array(3); na[0][0] = 1714326001; na[0][1] = 'https://www.firenzeviola.it/notizie-di-fv/fv-instagram-facebook-e-x-seguici-su-tutti-i-social-421710'; na[0][2] = 'FV, Instagram, Facebook e X: seguici su tutti i social!'; na[1] = new Array(3); na[1][0] = 1714325769; na[1][1] = 'https://www.firenzeviola.it/copertina/form-ufficiali-in-porta-torna-christensen-arthur-in-mediana-barak-alle-spalle-di-kouame-422318'; na[1][2] = 'FORM. UFFICIALI, IN PORTA TORNA CHRISTENSEN. ARTHUR IN MEDIANA. BARAK ALLE SPALLE DI KOUAME'; na[2] = new Array(3); na[2][0] = 1714325076; na[2][1] = 'https://www.firenzeviola.it/primo-piano/video-fv-l-arrivo-della-fiorentina-allo-stadio-franchi-422322'; na[2][2] = 'VIDEO FV, L'arrivo della Fiorentina allo stadio Franchi'; na[3] = new Array(3); na[3][0] = 1714324811; na[3][1] = 'https://www.firenzeviola.it/news/viola-6-miglior-settore-giovanile-d-italia-per-valore-prodotto-422316'; na[3][2] = 'VIOLA, 6° miglior settore giovanile d'Italia per valore prodotto '; na[4] = new Array(3); na[4][0] = 1714323610; na[4][1] = 'https://www.firenzeviola.it/primo-piano/fiorentina-unica-squadra-in-a-senza-gol-con-il-sassuolo-422317'; na[4][2] = 'FIORENTINA, Unica squadra in A senza gol con il Sassuolo'; na[5] = new Array(3); na[5][0] = 1714322423; na[5][1] = 'https://www.firenzeviola.it/news/italiano-8-tecnico-per-media-punti-in-a-dal-2021-422315'; na[5][2] = 'ITALIANO, 8° tecnico per media punti in A dal 2021'; na[6] = new Array(3); na[6][0] = 1714321212; na[6][1] = 'https://www.firenzeviola.it/news/scalvini-gioito-tantissimo-per-e-league-e-coppa-italia-422314'; na[6][2] = 'SCALVINI, Gioito tantissimo per E.League e Coppa Italia'; na[7] = new Array(3); na[7][0] = 1714320049; na[7][1] = 'https://www.firenzeviola.it/news/farris-vice-inzaghi-svolta-del-campionato-a-firenze-422311'; na[7][2] = 'FARRIS (VICE INZAGHI), Svolta del campionato a Firenze'; na[8] = new Array(3); na[8][0] = 1714318812; na[8][1] = 'https://www.firenzeviola.it/news/sangiovannese-morto-a-marrakech-il-presidente-merli-422313'; na[8][2] = 'SANGIOVANNESE, Morto a Marrakech il presidente Merli'; na[9] = new Array(3); na[9][0] = 1714317649; na[9][1] = 'https://www.firenzeviola.it/news/serie-a-le-formazioni-ufficiali-delle-partite-delle-18-422312'; na[9][2] = 'SERIE A, Le formazioni ufficiali delle partite delle 18'; 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 ('
'); if (firenzeviola_it_logo_align!="") document.write ('
'); for ( var k = 0; k < na.length; k++ ) { document.write ("
"); if (firenzeviola_it_date_format!="") { datef = new Date(na[k][0]*1000); document.write (""+datef.format(firenzeviola_it_date_format)+" "); } document.write (""+na[k][2]+"
"); } document.write ('
');