tj_width = typeof window.tj_width != "undefined" ? window.tj_width : 160; tj_target = typeof window.tj_target != "undefined" ? window.tj_target : "_blank"; tj_bg_color = typeof window.tj_bg_color != "undefined" ? window.tj_bg_color : "#FFFFFF"; tj_border_color = typeof window.tj_border_color != "undefined" ? window.tj_border_color : "#002BB7"; tj_border_bottom_color = typeof window.tj_border_bottom_color != "undefined" ? window.tj_border_bottom_color : tj_bg_color; tj_link_color = typeof window.tj_link_color != "undefined" ? window.tj_link_color : "#000000"; tj_link_color_hover = typeof window.tj_link_color_hover != "undefined" ? window.tj_link_color_hover : tj_link_color; tj_date_color = typeof window.tj_date_color != "undefined" ? window.tj_date_color : tj_link_color; tj_date_format = typeof window.tj_date_format != "undefined" ? window.tj_date_format : "d/m"; tj_logo_align = typeof window.tj_logo_align != "undefined" ? window.tj_logo_align : "center"; tj_logo_align = tj_logo_align != "nologo" ? tj_logo_align : ""; tj_logo_align = ((typeof window.tj_logo != "undefined") && ((typeof window.tj_logo == "http://www.tuttojuve.com/template/default/img/newsticker_tuttojuve.gif") || (typeof window.tj_logo == "http://www.tuttojuve.com/img/newticker_tuttojuve.gif") || ((typeof window.tj_logo == "http://www.tuttojuve.com/template/default/img/newsticker.gif")))) ? "center" : tj_logo_align; // per i vecchi newsticker var na = new Array(); na[0] = new Array(3); na[0][0] = 1329957253; na[0][1] = 'http://www.tuttojuve.com/?action=read&idnotizia=83463'; na[0][2] = 'ANTEPRIMA - La Gazzetta del 23 febbraio - Il progetto di Buffon: altri tre anni in bianconero'; na[1] = new Array(3); na[1][0] = 1329953705; na[1][1] = 'http://www.tuttojuve.com/?action=read&idnotizia=83461'; na[1][2] = 'QUI MILAN - Suma: "Boateng? Si sta facendo un tentativo, ma è difficile che recuperi per sabato. Aquilani sente ancora dolore" '; na[2] = new Array(3); na[2][0] = 1329952849; na[2][1] = 'http://www.tuttojuve.com/?action=read&idnotizia=83459'; na[2][2] = 'Avv. D\'Onofrio: "Le sentenze del 2006 possono essere riformate, revocando la radiazione a Moggi e riattribuendo gli scudetti alla Juventus"'; na[3] = new Array(3); na[3][0] = 1329951938; na[3][1] = 'http://www.tuttojuve.com/?action=read&idnotizia=83458'; na[3][2] = 'Sportitalia - Massimo Pavan: "Sono andato ad accendere un cero.."'; na[4] = new Array(3); na[4][0] = 1329951677; na[4][1] = 'http://www.tuttojuve.com/?action=read&idnotizia=83409'; na[4][2] = 'GAP MILAN-JUVE: ECCO COME COLMARLO!!!'; na[5] = new Array(3); na[5][0] = 1329951656; na[5][1] = 'http://www.tuttojuve.com/?action=read&idnotizia=83457'; na[5][2] = 'City, Platt a Manà Sport: "Su Pizarro eravamo sicuri, ma non è un rimpiazzo di De Rossi"'; na[6] = new Array(3); na[6][0] = 1329951342; na[6][1] = 'http://www.tuttojuve.com/?action=read&idnotizia=83131'; na[6][2] = 'TUTTOJUVE E BETCLIC: "GIOCA CON LA SERIE A...GRATIS"'; na[7] = new Array(3); na[7][0] = 1329950700; na[7][1] = 'http://www.tuttojuve.com/?action=read&idnotizia=83456'; na[7][2] = 'Per sabato si va verso lo stadio pieno'; na[8] = new Array(3); na[8][0] = 1329949814; na[8][1] = 'http://www.tuttojuve.com/?action=read&idnotizia=83455'; na[8][2] = 'Uruguay, Tabarez convoca Caceres per l\'amichevole contro la Romania del 29/02'; na[9] = new Array(3); na[9][0] = 1329948923; na[9][1] = 'http://www.tuttojuve.com/?action=read&idnotizia=83453'; na[9][2] = 'Rivera: "La Juve non mi sorprende, Pirlo l\'ha migliorata. Ibra? Sconto difficile, ma il Milan può vincere anche senza di lui"'; 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 (tj_logo_align!="") document.write ('
'); for ( var k = 0; k < na.length; k++ ) { document.write ("
"); if (tj_date_format!="") { datef = new Date(na[k][0]*1000); document.write (""+datef.format(tj_date_format)+" "); } document.write (""+na[k][2]+"
"); } document.write ('
');