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] = 1778917031; na[0][1] = 'https://www.amaranta.it/calcio/intervista-all-ex-barbieri-giocare-a-livorno-per-me-era-il-massimo-31736'; na[0][2] = 'Intervista all'ex. Barbieri: "Giocare a Livorno per me era il massimo"'; na[1] = new Array(3); na[1][0] = 1778881380; na[1][1] = 'https://www.amaranta.it/basket/lnb-playoff-la-pielle-va-a-gara-5-altro-viaggio-amaro-vince-legnano-78-a-68-31735'; na[1][2] = 'LNB, playoff. La Pielle va a gara 5, altro viaggio amaro, vince Legnano, 78 a 68'; na[2] = new Array(3); na[2][0] = 1778851309; na[2][1] = 'https://www.amaranta.it/calcio/pavoletti-lascia-il-cagliari-per-il-livorno-e-solo-un-sogno-31734'; na[2][2] = 'Pavoletti lascia il Cagliari, per il Livorno è solo un sogno?'; na[3] = new Array(3); na[3][0] = 1778788433; na[3][1] = 'https://www.amaranta.it/calcio/serie-c-il-punto-sui-playoff-anche-casarano-e-potenza-ai-quarti-di-finale-31733'; na[3][2] = 'Serie C, il punto sui playoff. Anche Casarano e Potenza ai quarti di finale'; na[4] = new Array(3); na[4][0] = 1778706195; na[4][1] = 'https://www.amaranta.it/basket/lnb-playoff-pielle-non-chiude-la-serie-legnano-vince-88-a-81-31732'; na[4][2] = 'LNB, playoff. Pielle non chiude la serie, Legnano vince , 88 a 81'; na[5] = new Array(3); na[5][0] = 1778688237; na[5][1] = 'https://www.amaranta.it/generico/medicina-dello-sport-scienza-e-conoscenza-al-servizio-della-salute-31731'; na[5][2] = 'Medicina dello sport, scienza e conoscenza al servizio della salute'; na[6] = new Array(3); na[6][0] = 1778622164; na[6][1] = 'https://www.amaranta.it/altri-sport/la-ternana-ripartira-dai-dilettanti-e-il-terzo-fallimento-della-sua-storia-31730'; na[6][2] = 'La Ternana ripartirà dai Dilettanti, è il terzo fallimento della sua storia'; na[7] = new Array(3); na[7][0] = 1778619018; na[7][1] = 'https://www.amaranta.it/calcio/ex-amaranto-mazzarri-riparte-dalla-grecia-e-il-nuovo-allenatore-dell-iraklis-31729'; na[7][2] = 'Ex amaranto. Mazzarri riparte dalla Grecia, è il nuovo allenatore dell'Iraklis'; na[8] = new Array(3); na[8][0] = 1778598259; na[8][1] = 'https://www.amaranta.it/amaranta-tv/per-l-unione-sportiva-livorno-il-13-maggio-la-trentottesima-puntata-31728'; na[8][2] = 'Per l’Unione Sportiva Livorno, il 13 maggio la trentottesima puntata'; na[9] = new Array(3); na[9][0] = 1778524334; na[9][1] = 'https://www.amaranta.it/calcio/serie-c-il-punto-sugli-spareggi-tonfo-del-campobasso-vince-la-torres-31727'; na[9][2] = 'Serie C, il punto sugli spareggi. Tonfo del Campobasso, vince la Torres'; 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 (amaranta_it_logo_align!="") document.write ('
'); for ( var k = 0; k < na.length; k++ ) { document.write ("
"); if (amaranta_it_date_format!="") { datef = new Date(na[k][0]*1000); document.write (""+datef.format(amaranta_it_date_format)+" "); } document.write (""+na[k][2]+"
"); } document.write ('
');