<!-- Begin
txt="";
url="http://www.ci.com.sv";
banner="http://www.juayua.com/publicidad/ci.gif";
width="100";
height="150";
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write(' border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->