<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Organismos ofrecen apoyo a reconstrucción";
url="http://www.elsalvador.com/noticias/NACIONAL/nacio2.html";
alt="Organismos ofrecen apoyo a reconstrucción";
banner="http://www.elsalvador.com/noticias/NACIONAL/4TEMAERO.GIF";
width="161";
height="110";
}
if (ad==2) {
txt="Terremoto insólito por su gran energía";
url="http://www.elsalvador.com/noticias/NACIONAL/nacio15.html";
alt="Terremoto insólito por su gran energía";
banner="http://www.elsalvador.com/noticias/terremoto/FOTOS/2TEMLOSAMATES5.GIF";
width="160";
height="108";
}
if (ad==3) {
txt="H. Rosales necesita donantes de sangre";
url="http://www.elsalvador.com/noticias/NACIONAL/nacio23.html";
alt="H. Rosales necesita donantes de sangre";
banner="http://www.elsalvador.com/noticias/NACIONAL/4TERREMANASANGRE.GIF";
width="160";
height="104";
}
if (ad==4) {
txt="El negocio del presupuesto";
url="http://www.elsalvador.com/noticias/NACIONAL/nacio1.html";
alt="El negocio del presupuesto";
banner="http://www.elsalvador.com/noticias/NACIONAL/4TEMARMENIA.GIF";
width="160";
height="105";
}
if (ad==5) {
txt="Comasagua deben ser demolido totalmente";
url="http://www.elsalvador.com/noticias/NACIONAL/nacio4.html";
alt="Comasagua deben ser demolido totalmente";
banner="http://www.elsalvador.com/noticias/NACIONAL/4TEMMARCOSLEMPA.GIF";
width="160";
height="106";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<h5>' + txt + '</h5></a>');
document.write('</center>');
// End -->