amaranta_it_width = typeof window.amaranta_it_width != "undefined" ? window.amaranta_it_width : 160; amaranta_it_target = typeof window.amaranta_it_target != "undefined" ? window.amaranta_it_target : "_blank"; amaranta_it_bg_color = typeof window.amaranta_it_bg_color != "undefined" ? window.amaranta_it_bg_color : "#FFFFFF"; amaranta_it_border_color = typeof window.amaranta_it_border_color != "undefined" ? window.amaranta_it_border_color : "#002BB7"; amaranta_it_border_bottom_color = typeof window.amaranta_it_border_bottom_color != "undefined" ? window.amaranta_it_border_bottom_color : amaranta_it_bg_color; amaranta_it_link_color = typeof window.amaranta_it_link_color != "undefined" ? window.amaranta_it_link_color : "#000000"; amaranta_it_link_color_hover = typeof window.amaranta_it_link_color_hover != "undefined" ? window.amaranta_it_link_color_hover : amaranta_it_link_color; amaranta_it_date_color = typeof window.amaranta_it_date_color != "undefined" ? window.amaranta_it_date_color : amaranta_it_link_color; amaranta_it_date_format = typeof window.amaranta_it_date_format != "undefined" ? window.amaranta_it_date_format : "d/m"; amaranta_it_logo_align = typeof window.amaranta_it_logo_align != "undefined" ? window.amaranta_it_logo_align : "center"; amaranta_it_logo_align = amaranta_it_logo_align != "nologo" ? amaranta_it_logo_align : ""; amaranta_it_logo_align = ((typeof window.amaranta_it_logo != "undefined") && ((typeof window.amaranta_it_logo == "https://www.amaranta.it/template/tmw/img/newsticker_amaranta.gif") || (typeof window.amaranta_it_logo == "https://www.amaranta.it/img/newticker_amaranta.gif") || ((typeof window.amaranta_it_logo == "https://www.amaranta.it/template/tmw/img/newsticker.gif")))) ? "center" : amaranta_it_logo_align; // per i vecchi newsticker var na = new Array(); na[0] = new Array(3); na[0][0] = 1765922696; na[0][1] = 'https://www.amaranta.it/amaranta-tv/per-l-unione-sportiva-livorno-la-diciottesima-puntata-il-17-dicembre-31165'; na[0][2] = 'Per l’Unione Sportiva Livorno, la diciottesima puntata il 17 dicembre'; na[1] = new Array(3); na[1][0] = 1765909480; na[1][1] = 'https://www.amaranta.it/calcio/serie-c-il-punto-sulla-diciottesima-rallentano-le-prime-31163'; na[1][2] = 'Serie C, il punto sulla diciottesima. Rallentano le prime'; na[2] = new Array(3); na[2][0] = 1765838254; na[2][1] = 'https://www.amaranta.it/rugby/serie-b-troppo-perugia-per-il-lions-che-esce-sconfitto-10-a-34-31161'; na[2][2] = 'Serie B. Troppo Perugia per il Lions che esce sconfitto, 10 a 34'; na[3] = new Array(3); na[3][0] = 1765835472; na[3][1] = 'https://www.amaranta.it/amaranta-tv/il-16-dicembre-la-tredicesima-puntata-di-passione-amaranto-con-mediaser-tv-31162'; na[3][2] = 'Il 16 dicembre la tredicesima puntata di Passione Amaranto con Mediaser Tv'; na[4] = new Array(3); na[4][0] = 1765825763; na[4][1] = 'https://www.amaranta.it/calcio/eccellenza-cecina-sconfitto-dalla-lucchese-al-porta-elisa-2-a-1-31160'; na[4][2] = 'Eccellenza. Cecina sconfitto dalla Lucchese al Porta Elisa, 2 a 1'; na[5] = new Array(3); na[5][0] = 1765825017; na[5][1] = 'https://www.amaranta.it/calcio/eccellenza-la-pro-livorno-crolla-contro-il-san-giuliano-4-a-1-31159'; na[5][2] = 'Eccellenza. La Pro Livorno crolla contro il San Giuliano, 4 a 1 '; na[6] = new Array(3); na[6][0] = 1765823965; na[6][1] = 'https://www.amaranta.it/basket/lnb-piombino-fa-la-voce-grossa-e-vince-a-ravenna-67-a-86-31158'; na[6][2] = 'LNB. Piombino fa la voce grossa e vince a Ravenna, 67 a 86'; na[7] = new Array(3); na[7][0] = 1765782423; na[7][1] = 'https://www.amaranta.it/altro-calcio/primavera-il-livorno-cede-nel-finale-a-san-benedetto-2-a-1-31157'; na[7][2] = 'Primavera. Il Livorno cede nel finale a San Benedetto, 2 a 1'; na[8] = new Array(3); na[8][0] = 1765751498; na[8][1] = 'https://www.amaranta.it/basket/a2-libertas-vince-a-rieti-con-una-grande-prova-e-il-sogno-continua-64-a-75-31156'; na[8][2] = 'A2. Libertas vince a Rieti con una grande prova e il sogno continua, 64 a 75'; na[9] = new Array(3); na[9][0] = 1765747094; na[9][1] = 'https://www.amaranta.it/basket/lnb-pielle-prova-di-forza-netta-vittoria-con-la-luiss-roma-96-a-62-31154'; na[9][2] = 'LNB. Pielle prova di forza, netta vittoria con la Luiss Roma, 96 a 62'; 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 ('