
function propaganda(){
    var contador;
    var longi;
    var i;
    var corte;
    
    longi = "17482";
    longi2 = longi.length;
    contador = '<img src="http://antiguardarrailes.sobreruedas.org/anti_guardarrailes/contador/0.gif" width="10" height="16" alt="0" />';
     
    for(i=0;i<longi2;i++){
        corte = longi.substring(i,i+1);
        contador += '<img src="http://antiguardarrailes.sobreruedas.org/anti_guardarrailes/contador/' + corte + '.gif" width="10" height="16" alt="' + corte + '">';
    }
    
    contenido = '<table style="border: 2px dotted #C00; background-color: #FFF; font-size: 11px; font-family: \'trebuchet MS\', Verdana" width="135" height="182" cellpadding="0" cellspacing="0"><tr><td style="padding-top: 5px">';
    contenido += '<center><a href="http://antiguardarrailes.sobreruedas.org" title="Pincha para saber más!" target="_blank"><img src="http://antiguardarrailes.sobreruedas.org/anti_guardarrailes/colabora/logo_asesinos.gif" alt="" border="0" /></a><br>';
    contenido += '<p style="margin-top: 4px; margin-bottom: 0; font-weight: bold; color: #000; text-align: center; font-family: \'trebuchet MS\', Verdana;">NO MÁS MUERTES</p>';
    contenido += '<p style="margin-top: 0px; margin-bottom: 5px; text-align: center"><a href="http://antiguardarrailes.sobreruedas.org" title="Pincha para saber más!" target="_blank" style="color: #487ab8; font-weight: bold; text-decoration: underline">Firma contra ellos!</a></p>';
    contenido += '<table align="center" cellpadding="0" cellspacing="0" style="border: 2px solid #0C0; margin-bottom: 4px; font-size: 11px; font-family: \'trebuchet MS\', Verdana"><tr><td>';
    contenido += '<table bgcolor="#000000" border="0">' ;
    contenido += '<tr><td align="center" style="color: #BBB; font-size: 11px; font-family: \'trebuchet MS\', Verdana; font-weight: bold">Nº Firmas</td></tr>';
    contenido += '<tr><td><center>' + contador + '</center></td></tr>';
    contenido += '</table></td></tr></table>';
    contenido += '<span style="font-weight: bold; color: #000; font-family: \'trebuchet MS\', Verdana; font-size: 11px;">Desde 17/07/2005</span>';
    contenido += '</td></tr></table>';
	document.write(contenido);
}

propaganda();