ecw_width = typeof window.ecw_width != "undefined" ? window.ecw_width : 160; ecw_target = typeof window.ecw_target != "undefined" ? window.ecw_target : "_blank"; ecw_bg_color = typeof window.ecw_bg_color != "undefined" ? window.ecw_bg_color : "#FFFFFF"; ecw_border_color = typeof window.ecw_border_color != "undefined" ? window.ecw_border_color : "#002BB7"; ecw_border_bottom_color = typeof window.ecw_border_bottom_color != "undefined" ? window.ecw_border_bottom_color : ecw_bg_color; ecw_link_color = typeof window.ecw_link_color != "undefined" ? window.ecw_link_color : "#000000"; ecw_link_color_hover = typeof window.ecw_link_color_hover != "undefined" ? window.ecw_link_color_hover : ecw_link_color; ecw_date_color = typeof window.ecw_date_color != "undefined" ? window.ecw_date_color : ecw_link_color; ecw_date_format = typeof window.ecw_date_format != "undefined" ? window.ecw_date_format : "d/m"; ecw_logo_align = typeof window.ecw_logo_align != "undefined" ? window.ecw_logo_align : "center"; ecw_logo_align = ecw_logo_align != "nologo" ? ecw_logo_align : ""; ecw_logo_align = ((typeof window.ecw_logo != "undefined") && ((typeof window.ecw_logo == "http://www.extracalcioweb.it/template/default/img/newsticker_extracalcioweb.gif") || (typeof window.ecw_logo == "http://www.extracalcioweb.it/img/newticker_extracalcioweb.gif") || ((typeof window.ecw_logo == "http://www.extracalcioweb.it/template/default/img/newsticker.gif")))) ? "center" : ecw_logo_align; // per i vecchi newsticker var na = new Array(); na[0] = new Array(3); na[0][0] = 1321562336; na[0][1] = 'http://www.extracalcioweb.it/?action=read&idnotizia=4458'; na[0][2] = 'EXTRACALCIOWEB VI SALUTA, DA LUNEDI\' SAREMO SU WWW.LAGAZZETTATRAPANESE.IT'; na[1] = new Array(3); na[1][0] = 1321534162; na[1][1] = 'http://www.extracalcioweb.it/?action=read&idnotizia=4457'; na[1][2] = 'STIAMO PROVANDO A SALVARE EXTRACALCIOWEB! '; na[2] = new Array(3); na[2][0] = 1321301961; na[2][1] = 'http://www.extracalcioweb.it/?action=read&idnotizia=4456'; na[2][2] = 'SECONDA CATEGORIA: TONFO JUVENILIA, PALLAVICINO BESTIA NERA'; na[3] = new Array(3); na[3][0] = 1321094174; na[3][1] = 'http://www.extracalcioweb.it/?action=read&idnotizia=4455'; na[3][2] = 'SECONDA CATEGORIA: JUVENILIA, CICCIO SALONE CARICA I SUOI'; na[4] = new Array(3); na[4][0] = 1320834034; na[4][1] = 'http://www.extracalcioweb.it/?action=read&idnotizia=4454'; na[4][2] = 'CALCIO A 5: REAL MARSALA, BUON ESORDIO IN CASA'; na[5] = new Array(3); na[5][0] = 1320602121; na[5][1] = 'http://www.extracalcioweb.it/?action=read&idnotizia=4453'; na[5][2] = 'ECCELLENZA: RIVIERA MARMI-KAMARAT 0-0, PAREGGIO CON POCHE EMOZIONI'; na[6] = new Array(3); na[6][0] = 1320266088; na[6][1] = 'http://www.extracalcioweb.it/?action=read&idnotizia=4452'; na[6][2] = 'ECCELLENZA: RIVIERA MARMI, OTTIME RISPOSTE DALL\'ESSENETO'; na[7] = new Array(3); na[7][0] = 1320255116; na[7][1] = 'http://www.extracalcioweb.it/?action=read&idnotizia=4451'; na[7][2] = 'PRIMA CATEGORIA: COPPA SICILIA, DATTILO-BUSETO 1-1. GOL QUALIFICAZIONE DI RALLO'; na[8] = new Array(3); na[8][0] = 1320178361; na[8][1] = 'http://www.extracalcioweb.it/?action=read&idnotizia=4450'; na[8][2] = 'LEGA PRO 1: TRAPANI, DOPO IL DANNO LA BEFFA. AMMENDA A MORACE'; na[9] = new Array(3); na[9][0] = 1319994827; na[9][1] = 'http://www.extracalcioweb.it/?action=read&idnotizia=4448'; na[9][2] = 'LEGA PRO 1: TRAPANI-FROSINONE 2-2. UN PARI BEFFARDO'; 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 (ecw_logo_align!="") document.write ('
'); for ( var k = 0; k < na.length; k++ ) { document.write ("
"); if (ecw_date_format!="") { datef = new Date(na[k][0]*1000); document.write (""+datef.format(ecw_date_format)+" "); } document.write (""+na[k][2]+"
"); } document.write ('
');