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] = 1768947361; na[0][1] = 'https://www.amaranta.it/altro-calcio/per-l-unione-sportiva-livorno-la-ventunesima-puntata-il-21-gennaio-con-garzelli-31300'; na[0][2] = 'Per l’Unione Sportiva Livorno, la ventunesima puntata il 21 gennaio con Garzelli'; na[1] = new Array(3); na[1][0] = 1768946802; na[1][1] = 'https://www.amaranta.it/basket/a2-libertas-al-modigliani-arriva-scafati-per-uno-scontro-al-vertice-31299'; na[1][2] = 'A2. Libertas, al Modigliani arriva Scafati per uno scontro al vertice'; na[2] = new Array(3); na[2][0] = 1768926693; na[2][1] = 'https://www.amaranta.it/calcio/serie-c-il-punto-dopo-la-ventiduesima-l-arezzo-aumenta-il-vantaggio-31297'; na[2][2] = 'Serie C, il punto dopo la ventiduesima. L'Arezzo aumenta il vantaggio'; na[3] = new Array(3); na[3][0] = 1768917403; na[3][1] = 'https://www.amaranta.it/amaranta-tv/salta-la-quindicesima-puntata-di-passione-amaranto-31298'; na[3][2] = 'Salta la quindicesima puntata di Passione Amaranto'; na[4] = new Array(3); na[4][0] = 1768861157; na[4][1] = 'https://www.amaranta.it/amaranta-tv/il-20-gennaio-la-quindicesima-puntata-di-passione-amaranto-con-mediaser-tv-31296'; na[4][2] = 'Il 20 gennaio la quindicesima puntata di Passione Amaranto con Mediaser Tv'; na[5] = new Array(3); na[5][0] = 1768823593; na[5][1] = 'https://www.amaranta.it/basket/lnb-piombino-conferma-il-buon-momento-battendo-casoria-74-a-66-31295'; na[5][2] = 'LNB. Piombino conferma il buon momento battendo Casoria, 74 a 66'; na[6] = new Array(3); na[6][0] = 1768821766; na[6][1] = 'https://www.amaranta.it/calcio/eccellenza-il-cecina-si-fa-raggiungere-dal-perignano-in-dieci-1-a-1-31294'; na[6][2] = 'Eccellenza. Il Cecina si fa raggiungere dal Perignano in dieci, 1 a 1'; na[7] = new Array(3); na[7][0] = 1768774353; na[7][1] = 'https://www.amaranta.it/basket/a2-la-libertas-batte-roseto-e-vola-in-classifica-92-a-77-31293'; na[7][2] = 'A2. La Libertas batte Roseto e vola in classifica, 92 a 77'; na[8] = new Array(3); na[8][0] = 1768771969; na[8][1] = 'https://www.amaranta.it/basket/lnb-trasferta-amara-per-la-pielle-a-caserta-91-a-73-31291'; na[8][2] = 'LNB. Trasferta amara per la Pielle a Caserta, 91 a 73'; na[9] = new Array(3); na[9][0] = 1768764209; na[9][1] = 'https://www.amaranta.it/rugby/a1-il-rugby-livorno-cede-nella-ripresa-al-cus-torino-22-a-12-31290'; na[9][2] = 'A1. Il Rugby Livorno cede nella ripresa al Cus Torino, 22 a 12'; 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 ('
');