bn_width = typeof window.bn_width != "undefined" ? window.bn_width : 160; bn_target = typeof window.bn_target != "undefined" ? window.bn_target : "_blank"; bn_bg_color = typeof window.bn_bg_color != "undefined" ? window.bn_bg_color : "#FFFFFF"; bn_border_color = typeof window.bn_border_color != "undefined" ? window.bn_border_color : "#002BB7"; bn_border_bottom_color = typeof window.bn_border_bottom_color != "undefined" ? window.bn_border_bottom_color : bn_bg_color; bn_link_color = typeof window.bn_link_color != "undefined" ? window.bn_link_color : "#000000"; bn_link_color_hover = typeof window.bn_link_color_hover != "undefined" ? window.bn_link_color_hover : bn_link_color; bn_date_color = typeof window.bn_date_color != "undefined" ? window.bn_date_color : bn_link_color; bn_date_format = typeof window.bn_date_format != "undefined" ? window.bn_date_format : "d/m"; bn_logo_align = typeof window.bn_logo_align != "undefined" ? window.bn_logo_align : "center"; bn_logo_align = bn_logo_align != "nologo" ? bn_logo_align : ""; bn_logo_align = ((typeof window.bn_logo != "undefined") && ((typeof window.bn_logo == "http://www.zerocinquantuno.com/template/default/img/newsticker_zerocinquantuno.gif") || (typeof window.bn_logo == "http://www.zerocinquantuno.com/img/newticker_zerocinquantuno.gif") || ((typeof window.bn_logo == "http://www.zerocinquantuno.com/template/default/img/newsticker.gif")))) ? "center" : bn_logo_align; // per i vecchi newsticker var na = new Array(); na[0] = new Array(3); na[0][0] = 1328709544; na[0][1] = 'http://www.zerocinquantuno.com/?action=read&idnotizia=5753'; na[0][2] = 'Bueno, parte seconda: il Nacional ha detto sì'; na[1] = new Array(3); na[1][0] = 1328699237; na[1][1] = 'http://www.zerocinquantuno.com/?action=read&idnotizia=5752'; na[1][2] = '[video] rassegna stampa'; na[2] = new Array(3); na[2][0] = 1328646799; na[2][1] = 'http://www.zerocinquantuno.com/?action=read&idnotizia=5751'; na[2][2] = 'Belfodil: "Qui non per una passeggiata"'; na[3] = new Array(3); na[3][0] = 1328630676; na[3][1] = 'http://www.zerocinquantuno.com/?action=read&idnotizia=5750'; na[3][2] = 'Kone e Pulzetti in gruppo'; na[4] = new Array(3); na[4][0] = 1328626268; na[4][1] = 'http://www.zerocinquantuno.com/?action=read&idnotizia=5749'; na[4][2] = 'Tavano: "Riverola, il Barça voleva trattenerlo ma offerta Bologna era più vantaggiosa"'; na[5] = new Array(3); na[5][0] = 1328621029; na[5][1] = 'http://www.zerocinquantuno.com/?action=read&idnotizia=5748'; na[5][2] = 'Bologna, operazione Mudingayi'; na[6] = new Array(3); na[6][0] = 1328611526; na[6][1] = 'http://www.zerocinquantuno.com/?action=read&idnotizia=5747'; na[6][2] = '[video] rassegna stampa'; na[7] = new Array(3); na[7][0] = 1328554756; na[7][1] = 'http://www.zerocinquantuno.com/?action=read&idnotizia=5746'; na[7][2] = 'Cecconi: "Le lamentele della Juventus? Potrebbero influenzare"'; na[8] = new Array(3); na[8][0] = 1328533497; na[8][1] = 'http://www.zerocinquantuno.com/?action=read&idnotizia=5745'; na[8][2] = '[video] rassegna stampa'; na[9] = new Array(3); na[9][0] = 1328529143; na[9][1] = 'http://www.zerocinquantuno.com/?action=read&idnotizia=5744'; na[9][2] = 'Guaraldi, pronti 250mila euro per bloccare Bueno'; 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 (bn_logo_align!="") document.write ('
'); for ( var k = 0; k < na.length; k++ ) { document.write ("
"); if (bn_date_format!="") { datef = new Date(na[k][0]*1000); document.write (""+datef.format(bn_date_format)+" "); } document.write (""+na[k][2]+"
"); } document.write ('
');