thv_width = typeof window.thv_width != "undefined" ? window.thv_width : 160; thv_target = typeof window.thv_target != "undefined" ? window.thv_target : "_blank"; thv_bg_color = typeof window.thv_bg_color != "undefined" ? window.thv_bg_color : "#FFFFFF"; thv_border_color = typeof window.thv_border_color != "undefined" ? window.thv_border_color : "#002BB7"; thv_border_bottom_color = typeof window.thv_border_bottom_color != "undefined" ? window.thv_border_bottom_color : thv_bg_color; thv_link_color = typeof window.thv_link_color != "undefined" ? window.thv_link_color : "#000000"; thv_link_color_hover = typeof window.thv_link_color_hover != "undefined" ? window.thv_link_color_hover : thv_link_color; thv_date_color = typeof window.thv_date_color != "undefined" ? window.thv_date_color : thv_link_color; thv_date_format = typeof window.thv_date_format != "undefined" ? window.thv_date_format : "d/m"; thv_logo_align = typeof window.thv_logo_align != "undefined" ? window.thv_logo_align : "center"; thv_logo_align = thv_logo_align != "nologo" ? thv_logo_align : ""; thv_logo_align = ((typeof window.thv_logo != "undefined") && ((typeof window.thv_logo == "http://www.tuttohellasverona.it/template/default/img/newsticker_tuttohellasverona.gif") || (typeof window.thv_logo == "http://www.tuttohellasverona.it/img/newticker_tuttohellasverona.gif") || ((typeof window.thv_logo == "http://www.tuttohellasverona.it/template/default/img/newsticker.gif")))) ? "center" : thv_logo_align; // per i vecchi newsticker var na = new Array(); na[0] = new Array(3); na[0][0] = 1328778000; na[0][1] = 'http://www.tuttohellasverona.it/?action=read&idnotizia=6339'; na[0][2] = 'Pescara, Kone interessa in Spagna'; na[1] = new Array(3); na[1][0] = 1328776200; na[1][1] = 'http://www.tuttohellasverona.it/?action=read&idnotizia=6337'; na[1][2] = 'Ascoli, vittoria nella partitella infrasettimanale'; na[2] = new Array(3); na[2][0] = 1328774400; na[2][1] = 'http://www.tuttohellasverona.it/?action=read&idnotizia=6336'; na[2][2] = 'Hellas, Hallfredsson in parte col gruppo'; na[3] = new Array(3); na[3][0] = 1328773919; na[3][1] = 'http://www.tuttohellasverona.it/?action=read&idnotizia=6338'; na[3][2] = 'Bepi Pillon: "Ancora non capisco l\'esonero dopo il ko con l\'Hellas"'; na[4] = new Array(3); na[4][0] = 1328718625; na[4][1] = 'http://www.tuttohellasverona.it/?action=read&idnotizia=6332'; na[4][2] = 'Pescara - Juve Stabia, domani si deciderà se giocare '; na[5] = new Array(3); na[5][0] = 1328716500; na[5][1] = 'http://www.tuttohellasverona.it/?action=read&idnotizia=6330'; na[5][2] = 'MARTINELLI: "CONTINUO A PORTARE AVANTI IL PROGETTO DEL NUOVO STADIO"'; na[6] = new Array(3); na[6][0] = 1328715052; na[6][1] = 'http://www.tuttohellasverona.it/?action=read&idnotizia=6328'; na[6][2] = 'Padova - Torino, caso ancora aperto'; na[7] = new Array(3); na[7][0] = 1328713200; na[7][1] = 'http://www.tuttohellasverona.it/?action=read&idnotizia=6329'; na[7][2] = 'Albinoleffe, offerta del Lugano per Cissè'; na[8] = new Array(3); na[8][0] = 1328710222; na[8][1] = 'http://www.tuttohellasverona.it/?action=read&idnotizia=6334'; na[8][2] = 'Padova, Dal Canto: "Bentivoglio ha gamba e qualità"'; na[9] = new Array(3); na[9][0] = 1328709600; na[9][1] = 'http://www.tuttohellasverona.it/?action=read&idnotizia=6333'; na[9][2] = 'Grosseto, Ronaldo interessa al Cagliari'; 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 (thv_logo_align!="") document.write ('
'); for ( var k = 0; k < na.length; k++ ) { document.write ("
"); if (thv_date_format!="") { datef = new Date(na[k][0]*1000); document.write (""+datef.format(thv_date_format)+" "); } document.write (""+na[k][2]+"
"); } document.write ('
');