tuttomantova_it_width = typeof window.tuttomantova_it_width != "undefined" ? window.tuttomantova_it_width : 160; tuttomantova_it_target = typeof window.tuttomantova_it_target != "undefined" ? window.tuttomantova_it_target : "_blank"; tuttomantova_it_bg_color = typeof window.tuttomantova_it_bg_color != "undefined" ? window.tuttomantova_it_bg_color : "#FFFFFF"; tuttomantova_it_border_color = typeof window.tuttomantova_it_border_color != "undefined" ? window.tuttomantova_it_border_color : "#002BB7"; tuttomantova_it_border_bottom_color = typeof window.tuttomantova_it_border_bottom_color != "undefined" ? window.tuttomantova_it_border_bottom_color : tuttomantova_it_bg_color; tuttomantova_it_link_color = typeof window.tuttomantova_it_link_color != "undefined" ? window.tuttomantova_it_link_color : "#000000"; tuttomantova_it_link_color_hover = typeof window.tuttomantova_it_link_color_hover != "undefined" ? window.tuttomantova_it_link_color_hover : tuttomantova_it_link_color; tuttomantova_it_date_color = typeof window.tuttomantova_it_date_color != "undefined" ? window.tuttomantova_it_date_color : tuttomantova_it_link_color; tuttomantova_it_date_format = typeof window.tuttomantova_it_date_format != "undefined" ? window.tuttomantova_it_date_format : "d/m"; tuttomantova_it_logo_align = typeof window.tuttomantova_it_logo_align != "undefined" ? window.tuttomantova_it_logo_align : "center"; tuttomantova_it_logo_align = tuttomantova_it_logo_align != "nologo" ? tuttomantova_it_logo_align : ""; tuttomantova_it_logo_align = ((typeof window.tuttomantova_it_logo != "undefined") && ((typeof window.tuttomantova_it_logo == "https://www.tuttomantova.it/template/tmw/img/newsticker_tuttomantova.gif") || (typeof window.tuttomantova_it_logo == "https://www.tuttomantova.it/img/newticker_tuttomantova.gif") || ((typeof window.tuttomantova_it_logo == "https://www.tuttomantova.it/template/tmw/img/newsticker.gif")))) ? "center" : tuttomantova_it_logo_align; // per i vecchi newsticker var na = new Array(); na[0] = new Array(3); na[0][0] = 1781270843; na[0][1] = 'https://www.tuttomantova.it/calciomercato/speciale-mantova-sinistra-arriva-righetti-dall-arezzo-8343'; na[0][2] = 'SPECIALE - Mantova, sulla sinistra arriva Righetti dall'Arezzo'; na[1] = new Array(3); na[1][0] = 1781267400; na[1][1] = 'https://www.tuttomantova.it/altri-sport/castiglione-domani-c-e-mille-miglia-info-percorso-8342'; na[1][2] = 'Castiglione, domani c'è la Mille Miglia: info e percorso'; na[2] = new Array(3); na[2][0] = 1781258400; na[2][1] = 'https://www.tuttomantova.it/altri-sport/volley-mantova-donati-libero-seconda-linea-8329'; na[2][2] = 'Volley: Mantova, Donati nuovo libero seconda linea'; na[3] = new Array(3); na[3][0] = 1781242200; na[3][1] = 'https://www.tuttomantova.it/altri-sport/viadana-domenica-mountain-bike-bmb-races-bike-park-event-8330'; na[3][2] = 'Viadana, domenica a tutta mountain bike: Bmb Races e Bike Park Event'; na[4] = new Array(3); na[4][0] = 1781181000; na[4][1] = 'https://www.tuttomantova.it/interviste/rinaudo-trimboli-giocatore-importante-decidere-8341'; na[4][2] = 'Rinaudo su Trimboli: "Giocatore importante, futuro da decidere"'; na[5] = new Array(3); na[5][0] = 1781172000; na[5][1] = 'https://www.tuttomantova.it/altri-sport/mantova-sabato-mille-miglia-cambia-viabilita-8339'; na[5][2] = 'Mantova, sabato la Mille Miglia: come cambia la viabilità'; na[6] = new Array(3); na[6][0] = 1781161771; na[6][1] = 'https://www.tuttomantova.it/calciomercato/speciale-mantova-fatta-prestiti-rinforzi-trequarti-difesa-8340'; na[6][2] = 'SPECIALE - Mantova, è fatta per due prestiti: rinforzi trequarti e difesa'; na[7] = new Array(3); na[7][0] = 1781155800; na[7][1] = 'https://www.tuttomantova.it/altri-sport/powerchair-football-finisce-semifinale-sogno-scudetto-warriors-8328'; na[7][2] = 'Powerchair football, finisce in semifinale il sogno scudetto Warriors'; na[8] = new Array(3); na[8][0] = 1781094600; na[8][1] = 'https://www.tuttomantova.it/calciomercato/gliozzi-ok-visite-firma-annuncio-luglio-uscita-mancuso-mensah-8338'; na[8][2] = 'Gliozzi, ok visite e firma: annuncio a luglio. In uscita Mancuso o Mensah?'; na[9] = new Array(3); na[9][0] = 1781085600; na[9][1] = 'https://www.tuttomantova.it/calciomercato/mantova-trimboli-palermo-marras-samp-situazioni-monitorare-8337'; na[9][2] = 'Mantova: Trimboli-Palermo e Marras-Samp, situazioni da monitorare'; 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 ('