tmwit_width = typeof window.tmwit_width != "undefined" ? window.tmwit_width : 160; tmwit_target = typeof window.tmwit_target != "undefined" ? window.tmwit_target : "_blank"; tmwit_bg_color = typeof window.tmwit_bg_color != "undefined" ? window.tmwit_bg_color : "#FFFFFF"; tmwit_border_color = typeof window.tmwit_border_color != "undefined" ? window.tmwit_border_color : "#002BB7"; tmwit_border_bottom_color = typeof window.tmwit_border_bottom_color != "undefined" ? window.tmwit_border_bottom_color : tmwit_bg_color; tmwit_link_color = typeof window.tmwit_link_color != "undefined" ? window.tmwit_link_color : "#000000"; tmwit_link_color_hover = typeof window.tmwit_link_color_hover != "undefined" ? window.tmwit_link_color_hover : tmwit_link_color; tmwit_date_color = typeof window.tmwit_date_color != "undefined" ? window.tmwit_date_color : tmwit_link_color; tmwit_date_format = typeof window.tmwit_date_format != "undefined" ? window.tmwit_date_format : "d/m"; tmwit_logo_align = typeof window.tmwit_logo_align != "undefined" ? window.tmwit_logo_align : "center"; tmwit_logo_align = tmwit_logo_align != "nologo" ? tmwit_logo_align : ""; tmwit_logo_align = ((typeof window.tmwit_logo != "undefined") && ((typeof window.tmwit_logo == "https://tmw-static.tcccdn.com/template/tuttomercatoweb.com/default/img/rss.png") || (typeof window.tmwit_logo == "https://tmw-static.tcccdn.com/template/tuttomercatoweb.com/default/img/rss.png") || ((typeof window.tmwit_logo == "https://tmw-static.tcccdn.com/template/tuttomercatoweb.com/default/img/rss.png")))) ? "center" : tmwit_logo_align; // per i vecchi newsticker var na = new Array(); na[0] = new Array(3); na[0][0] = 1714209540; na[0][1] = 'https://www.tuttomercatoweb.com/serie-b/serie-b-cosenza-bari-al-marulla-partita-ad-alta-tensione-per-la-salvezza-1961656'; na[0][2] = 'Serie B, Cosenza-Bari: al Marulla partita ad alta tensione per la salvezza'; na[1] = new Array(3); na[1][0] = 1714209300; na[1][1] = 'https://www.tuttomercatoweb.com/serie-a/saelemaekers-ha-convinto-il-bologna-a-fine-stagione-il-club-riscattera-il-belga-dal-milan-1961813'; na[1][2] = 'Saelemaekers ha convinto il Bologna: a fine stagione il club riscatterà il belga dal Milan'; na[2] = new Array(3); na[2][0] = 1714209120; na[2][1] = 'https://www.tuttomercatoweb.com/calcio-estero/premier-league-apre-il-liverpool-con-il-west-ham-domani-derby-tottenham-arsenal-1961727'; na[2][2] = 'Premier League: apre il Liverpool con il West Ham, domani derby Tottenham-Arsenal'; na[3] = new Array(3); na[3][0] = 1714208913; na[3][1] = 'https://www.tuttomercatoweb.com/serie-a/klose-nel-2015-potevo-lasciare-la-lazio-avrebbe-preso-il-posto-di-immobile-a-dortmund-1961811'; na[3][2] = 'Klose: "Nel 2015 potevo lasciare la Lazio". Avrebbe preso il posto di Immobile a Dortmund'; na[4] = new Array(3); na[4][0] = 1714208640; na[4][1] = 'https://www.tuttomercatoweb.com/serie-b/serie-b-cittadella-feralpisalo-al-tombolato-due-squadre-dall-obiettivo-opposto-1961568'; na[4][2] = 'Serie B, Cittadella-FeralpiSalò: al Tombolato due squadre dall'obiettivo opposto'; na[5] = new Array(3); na[5][0] = 1714208400; na[5][1] = 'https://www.tuttomercatoweb.com/serie-a/torino-juric-e-le-voci-sul-suo-futuro-io-non-seguo-niente-penso-solo-alla-squadra-1961823'; na[5][2] = 'Torino, Juric e le voci sul suo futuro: "Io non seguo niente, penso solo alla squadra"'; na[6] = new Array(3); na[6][0] = 1714208183; na[6][1] = 'https://www.tuttomercatoweb.com/calcio-estero/anche-esperance-e-mamelodi-a-mondiale-per-club-ora-le-qualificate-sono-26-1961825'; na[6][2] = 'Anche Esperance e Mamelodi a Mondiale per club. Ora le qualificate sono 26'; na[7] = new Array(3); na[7][0] = 1714207980; na[7][1] = 'https://www.tuttomercatoweb.com/serie-a/un-finale-di-stagione-per-riprendersi-la-fiorentina-maxime-lopez-si-gioca-anche-il-futuro-1961804'; na[7][2] = 'Un finale di stagione per riprendersi la Fiorentina: Maxime Lopez si gioca anche il futuro'; na[8] = new Array(3); na[8][0] = 1714207740; na[8][1] = 'https://www.tuttomercatoweb.com/serie-b/serie-b-ternana-ascoli-breda-vuole-una-stoccata-importante-al-campionato-1961433'; na[8][2] = 'Serie B, Ternana-Ascoli: Breda vuole una stoccata importante al campionato'; na[9] = new Array(3); na[9][0] = 1714207500; na[9][1] = 'https://www.tuttomercatoweb.com/serie-a/i-le-pagelle-di-i-colantuono-la-retrocessione-non-e-colpa-sua-ma-raccoglie-pochi-punti-1961789'; na[9][2] = 'Le pagelle di Colantuono: la retrocessione non è colpa sua ma raccoglie pochi punti'; 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 (tmwit_logo_align!="") document.write ('
'); for ( var k = 0; k < na.length; k++ ) { document.write ("
"); if (tmwit_date_format!="") { datef = new Date(na[k][0]*1000); document.write (""+datef.format(tmwit_date_format)+" "); } document.write (""+na[k][2]+"
"); } document.write ('
');