 
<!-- Begin
// ---------------------- Rotacion de Banners ---------------
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.grupo-pegaso.com";
alt="Grupo Pegaso";
banner="images/logo_grupopegaso-01.jpg";
width="787";
height="166";
}
if (ad==2) {
url="http://www.grupo-pegaso.com";
alt="Grupo Pegaso";
banner="images/logo_grupopegaso-02.jpg";
width="787";
height="166";
}
if (ad==3) {
url="http://www.grupo-pegaso.com";
alt="Grupo Pegaso";
banner="images/logo_grupopegaso-03.jpg";
width="787";
height="166";
}
if (ad==4) {
url="http://www.grupo-pegaso.com";
alt="Grupo Pegaso";
banner="images/logo_grupopegaso-04.jpg";
width="787";
height="166";
}
if (ad==5) {
url="http://www.grupo-pegaso.com";
alt="Grupo Pegaso";
banner="images/logo_grupopegaso-05.jpg";
width="787";
height="166";
}
if (ad==6) {
url="http://www.grupo-pegaso.com";
alt="Grupo Pegaso";
banner="images/logo_grupopegaso-06.jpg";
width="787";
height="166";
}
if (ad==7) {
url="http://www.grupo-pegaso.com";
alt="Grupo Pegaso";
banner="images/logo_grupopegaso-07.jpg";
width="787";
height="166";
}

if (url != '') {
		document.write('<a href=\"' + url + '\" target=\"_self\">'); 
		}
		document.write('<img src=\"' + banner + '\" width=')
		document.write(width + ' height=' + height + ' ');
		document.write('alt=\"' + alt + '\" border=0><br>');
		
// End -->
