var banners = new Array();

banners[0]= "";


totalbanners = banners.length;
var ahora = new Date()
var segundos = ahora.getSeconds()
var ad = segundos % totalbanners;
seleccionado = banners[ad];
document.write('<img src=' + seleccionado + ' width="750px" height="90px"/>');
