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] = 1746779880; na[0][1] = 'https://www.tuttomercatoweb.com/serie-a/como-van-der-brempt-sull-infortunio-compagni-e-piccoli-gesti-mi-hanno-fatto-andare-avanti-2100689'; na[0][2] = 'Como, Van der Brempt sull'infortunio: "Compagni e piccoli gesti mi hanno fatto andare avanti"'; na[1] = new Array(3); na[1][0] = 1746779685; na[1][1] = 'https://www.tuttomercatoweb.com/serie-b/lisuzzo-sul-pisa-mia-ha-colpito-la-loro-costanza-con-questa-societa-c-e-stabilita-2100695'; na[1][2] = 'Lisuzzo sul Pisa: “Mia ha colpito la loro costanza. Con questa società c’è stabilità”'; na[2] = new Array(3); na[2][0] = 1746779411; na[2][1] = 'https://www.tuttomercatoweb.com/serie-a/freuler-a-bologna-ho-scoperto-lo-stare-bene-e-stata-la-scelta-giusta-rinnovo-c-e-tempo-2100693'; na[2][2] = 'Freuler: "A Bologna ho scoperto lo stare bene, è stata la scelta giusta. Rinnovo? C'è tempo"'; na[3] = new Array(3); na[3][0] = 1746779400; na[3][1] = 'https://www.tuttomercatoweb.com/scommesse/pronostici/pronostici-serie-a-2037358'; na[3][2] = 'Pronostici Serie A'; na[4] = new Array(3); na[4][0] = 1746779235; na[4][1] = 'https://www.tuttomercatoweb.com/calcio-estero/manchester-united-in-finale-di-el-amorim-vincere-sarebbe-un-traguardo-enorme-per-me-2100682'; na[4][2] = 'Manchester United in finale di EL, Amorim: "Vincere sarebbe un traguardo enorme per me"'; na[5] = new Array(3); na[5][0] = 1746778980; na[5][1] = 'https://www.tuttomercatoweb.com/serie-a/calamai-sulla-fiorentina-basta-conference-commisso-costruisca-una-squadra-da-champions-2100700'; na[5][2] = 'Calamai sulla Fiorentina: "Basta Conference. Commisso costruisca una squadra da Champions"'; na[6] = new Array(3); na[6][0] = 1746778783; na[6][1] = 'https://www.tuttomercatoweb.com/serie-b/mantova-carrarese-tutto-esaurito-al-martelli-attese-piu-di-11000-persone-2100686'; na[6][2] = 'Mantova-Carrarese, tutto esaurito al Martelli. Attese più di 11000 persone'; na[7] = new Array(3); na[7][0] = 1746778536; na[7][1] = 'https://www.tuttomercatoweb.com/serie-a/napoli-buongiorno-l-1-1-contro-l-inter-la-svolta-scudetto-lavoro-per-tornare-col-cagliari-2100688'; na[7][2] = 'Napoli, Buongiorno: "L'1-1 contro l'Inter la svolta-Scudetto. Lavoro per tornare col Cagliari"'; na[8] = new Array(3); na[8][0] = 1746778345; na[8][1] = 'https://www.tuttomercatoweb.com/calcio-estero/brighton-rinnovo-per-il-25enne-portiere-tom-mcgill-ha-firmato-fino-al-2027-2100674'; na[8][2] = 'Brighton, rinnovo per il 25enne portiere Tom McGill: ha firmato fino al 2027'; na[9] = new Array(3); na[9][0] = 1746778204; na[9][1] = 'https://www.tuttomercatoweb.com/fantacalcio/fantacalcio-36-giornata-gli-indici-di-schierabilita-di-ogni-match-2100691'; na[9][2] = 'Fantacalcio, 36^ giornata: gli indici di schierabilità di ogni match'; 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 ('