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] = 1714815940; na[0][1] = 'https://www.firenzeviola.it/rassegna-stampa/l-opinione-sottil-riporta-alla-mente-il-mercato-di-gennaio-422773'; na[0][2] = 'L'OPINIONE, Sottil riporta alla mente il mercato di gennaio'; na[1] = new Array(3); na[1][0] = 1714815035; na[1][1] = 'https://www.firenzeviola.it/notizie-di-fv/top-fv-vota-il-miglior-viola-in-fiorentina-brugge-3-2-422765'; na[1][2] = 'TOP FV, Vota il miglior viola in Fiorentina-Brugge 3-2'; na[2] = new Array(3); na[2][0] = 1714814149; na[2][1] = 'https://www.firenzeviola.it/rassegna-stampa/i-nazione-i-a-verona-per-un-campionato-non-ancora-finito-422777'; na[2][2] = 'NAZIONE, A Verona per un campionato non ancora finito'; na[3] = new Array(3); na[3][0] = 1714813203; na[3][1] = 'https://www.firenzeviola.it/copertina/succede-tutto-in-una-notte-a-riccardo-sottil-422776'; na[3][2] = 'SUCCEDE TUTTO IN UNA NOTTE A RICCARDO SOTTIL'; na[4] = new Array(3); na[4][0] = 1714812310; na[4][1] = 'https://www.firenzeviola.it/primo-piano/i-cor-sport-i-che-intrecci-sulla-panchina-viola-il-punto-422775'; na[4][2] = 'COR.SPORT, Che intrecci sulla panchina viola: il punto'; na[5] = new Array(3); na[5][0] = 1714811409; na[5][1] = 'https://www.firenzeviola.it/primo-piano/l-analisi-colpe-da-dividere-sul-2-2-ma-niente-drammi-422774'; na[5][2] = 'L'ANALISI, Colpe da dividere sul 2-2. Ma niente drammi'; na[6] = new Array(3); na[6][0] = 1714810501; na[6][1] = 'https://www.firenzeviola.it/news/superga-a-75-anni-dalla-tragedia-si-celebra-romeo-menti-422779'; na[6][2] = 'SUPERGA, A 75 anni dalla tragedia si celebra Romeo Menti'; na[7] = new Array(3); na[7][0] = 1714809626; na[7][1] = 'https://www.firenzeviola.it/rassegna-stampa/i-cor-fio-i-contro-il-brugge-le-due-classiche-della-difesa-422772'; na[7][2] = 'COR.FIO, Contro il Brugge le due "classiche" della difesa '; na[8] = new Array(3); na[8][0] = 1714808705; na[8][1] = 'https://www.firenzeviola.it/rassegna-stampa/genoa-gilardino-ad-un-passo-dal-rinnovo-fino-al-2026-422778'; na[8][2] = 'GENOA, Gilardino ad un passo dal rinnovo fino al 2026'; na[9] = new Array(3); na[9][0] = 1714807835; na[9][1] = 'https://www.firenzeviola.it/rassegna-stampa/sottil-ennesimo-stop-nel-momento-top-della-carriera-422771'; na[9][2] = 'SOTTIL, Ennesimo stop nel momento top della carriera'; 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 ('
');