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] = 1738764300; na[0][1] = 'https://www.tuttomercatoweb.com/altre-notizie/bellucci-bologna-italiano-si-lega-meglio-all-ambiente-rispetto-a-motta-2066127'; na[0][2] = 'Bellucci: "Bologna, Italiano si lega meglio all'ambiente rispetto a Motta"'; na[1] = new Array(3); na[1][0] = 1738764284; na[1][1] = 'https://www.tuttomercatoweb.com/serie-c/catania-grella-castellini-ha-chiesto-la-cessione-altri-club-non-ci-hanno-dato-calciatori-2066117'; na[1][2] = 'Catania, Grella: "Castellini ha chiesto la cessione. Altri club non ci hanno dato calciatori"'; na[2] = new Array(3); na[2][0] = 1738764007; na[2][1] = 'https://www.tuttomercatoweb.com/serie-a/vucinic-complicato-descrivere-la-maniera-in-cui-si-percepisce-il-calore-dei-tifosi-della-juve-2066118'; na[2][2] = 'Vucinic: "Complicato descrivere la maniera in cui si percepisce il calore dei tifosi della Juve"'; na[3] = new Array(3); na[3][0] = 1738763817; na[3][1] = 'https://www.tuttomercatoweb.com/calcio-estero/blueco-ha-le-idee-chiare-per-andrey-santos-lascera-strasburgo-per-il-chelsea-in-estate-2066079'; na[3][2] = 'BlueCo ha le idee chiare per Andrey Santos: lascerà Strasburgo per il Chelsea in estate'; na[4] = new Array(3); na[4][0] = 1738763622; na[4][1] = 'https://www.tuttomercatoweb.com/serie-a/il-direttore-sportivo-del-villarreal-su-buchanan-potevamo-prenderlo-gia-questa-estate-2066109'; na[4][2] = 'Il direttore sportivo del Villarreal su Buchanan: "Potevamo prenderlo già questa estate"'; na[5] = new Array(3); na[5][0] = 1738763399; na[5][1] = 'https://www.tuttomercatoweb.com/serie-b/salernitana-tifosi-delusi-chiesto-l-intervento-di-de-luca-garantito-sostegno-fino-alla-fine-2066091'; na[5][2] = 'Salernitana, tifosi delusi: chiesto l'intervento di De Luca, garantito sostegno fino alla fine'; na[6] = new Array(3); na[6][0] = 1738763119; na[6][1] = 'https://www.tuttomercatoweb.com/serie-a/lecce-sticchi-damiani-dorgu-non-si-puo-giudicare-a-20-anni-ti-arriva-quell-offerta-dello-united-2066102'; na[6][2] = 'Lecce, Sticchi Damiani: "Dorgu non si può giudicare, a 20 anni ti arriva quell'offerta dello United..."'; na[7] = new Array(3); na[7][0] = 1738762898; na[7][1] = 'https://www.tuttomercatoweb.com/calcio-estero/besiktas-si-cerca-il-colpo-a-effetto-a-centrocampo-contatti-per-casemiro-2066053'; na[7][2] = 'Beşiktaş, si cerca il colpo a effetto a centrocampo: contatti per Casemiro'; na[8] = new Array(3); na[8][0] = 1738762826; na[8][1] = 'https://www.tuttomercatoweb.com/serie-c/rimini-idea-per-il-centrocampo-pressing-per-l-ex-cesena-chiarello-2066119'; na[8][2] = 'Rimini, idea per il centrocampo: pressing per l’ex Cesena Chiarello '; na[9] = new Array(3); na[9][0] = 1738762696; na[9][1] = 'https://www.tuttomercatoweb.com/serie-a/lazio-provstgaard-essere-qui-e-un-sogno-voglio-rendere-la-squadra-ancora-piu-forte-2066114'; na[9][2] = 'Lazio, Provstgaard: "Essere qui è un sogno. Voglio rendere la squadra ancora più forte"'; 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 ('
');