ahhhh ya,creo q ya se lo q quieres.
mira haber si te vale este,si no dimelo y seguiremos probando.
<script language="JavaScript">
<!--
var cuantosbanners =
3 ;
var ahora = new Date()
var segundos = ahora.getSeconds()
var banner = segundos % cuantosbanners;
banner +=1;
if (banner==1) {
url="
http://www.banner1.com";
alt="
Texto alternativo1";
imagen="
imagenes/banner1.gif";
width="
468";
height="
60 ";
}
if (banner==2) {
url="
http://www.banner2.com ";
alt="
Texto alternativo2 ";
imagen="
imagenes/banner2.gif ";
width="
468 ";
height="
60 ";
}
if (banner==3) {
url="
http://www.banner3.com ";
alt="
Texto alternativo3 ";
imagen="
imagenes/banner3.gif ";
width="
468 ";
height="
60 ";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + imagen + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + texto + '</small></a>');
document.write('</center>');
//-->
</script>
aqui solo podrias poner tres banners, si quieres q haya mas, solo tienes que poner en "cuantosbanners" el numero exacto de banners que quieras, y luego tienes q continuar la cadena de "if (banner==3)... por el numero que siga y asi suucesivamente.
lo que esta en rojo es lo que tendrias que editar.
suerte, y si no es lo que quieres ya sabes, aqui estoy pa lo q quieras, o sino, tb estoy por aqui
www.elforo.de/aachen