var dir="http://www.amposta.info/banners/";
var dire="../banners/";
maxim=14;
b=new Array(maxim);
u=new Array(maxim);
d=new Array(maxim);
t=new Array(maxim);

b[00]="imatges.gif"    ; u[00]="http://www.amposta.info/imatges.htm"     ; d[00]="_top" ; t[00]="imatges d´Amposta";
b[01]="agenda.gif"     ; u[01]="http://www.amposta.info/agenda.asp"      ; d[01]="_top" ; t[01]="agenda d´activitats";
b[02]="noticies.gif"   ; u[02]="http://www.amposta.info/noticiesbuscar.asp"    ; d[02]="_top" ; t[02]="notícies locals i comarcals";
b[03]="cine.gif"       ; u[03]="http://www.amposta.info/cine.asp"        ; d[03]="_top" ; t[03]="cartellera de cine";
b[04]="entitats.gif"   ; u[04]="http://www.amposta.info/entitats.asp"    ; d[04]="_top" ; t[04]="buscador d´entitats ampostines";
b[05]="farmacies.gif"  ; u[05]="http://www.amposta.info/farmacies.htm"   ; d[05]="_top" ; t[05]="farmàcies de guàrdia";
b[06]="noticies.gif"   ; u[06]="http://www.amposta.info/noticiesbuscar.asp"    ; d[06]="_top" ; t[06]="notícies locals i comarcals";
b[07]="pda.gif"        ; u[07]="http://www.amposta.info/pda.htm"         ; d[07]="_top" ; t[07]="Amposta.info versió PDA";
b[08]="tauler.gif"     ; u[08]="http://www.amposta.info/tauler.asp"      ; d[08]="_top" ; t[08]="tauler d´anuncis gratuïta";
b[09]="cine.gif"       ; u[09]="http://www.amposta.info/cine.asp"        ; d[09]="_top" ; t[09]="cartellera de cine";
b[10]="planol.gif"     ; u[10]="http://www.amposta.info/planol.htm"      ; d[10]="_top" ; t[10]="plànol i vialer d´Amposta";
b[11]="empreses.gif"   ; u[11]="http://www.amposta.info/empreses.asp"    ; d[11]="_top" ; t[11]="buscador d´empreses ampostines";
b[12]="eltemps.gif"    ; u[12]="http://www.amposta.info/eltemps.htm"     ; d[12]="_top" ; t[12]="previsió del temps a Amposta";
//b[13]="esports.gif"    ; u[13]="http://www.amposta.info/esports.asp"     ; d[13]="_top" ; t[13]="notícies esportives";
b[13]="cine.gif"       ; u[13]="http://www.amposta.info/cine.asp"        ; d[13]="_top" ; t[09]="cartellera de cine";
b[14]="exposicions.gif"; u[14]="http://www.amposta.info/exposicions.htm" ; d[14]="_top" ; t[14]="exposicions";
//b[15]="entitats1.gif"  ; u[15]="http://www.amposta.info/entitats.asp"    ; d[15]="_top" ; t[15]="web gratuït per a entitats ampostines";

index=(Math.floor(Math.random()*b.length));
index1=index+1;

if (index==maxim-2) { index1=maxim-1; index2=maxim; }
if (index==maxim-1) { index1=maxim; index2=0; }
if (index==maxim)   { index1=0; index2=1; }
document.write("<hr>")
document.write("<strong>seccions destacades</strong>")
document.write("<A HREF="+u[index]+" TARGET="+d[index]+"><IMG SRC="+dir+b[index]+" WIDTH=180 HEIGHT=50 BORDER=0 vSPACE=2 HSPACE=5 alt='"+t[index]+"'>");
document.write("<A HREF="+u[index1]+" TARGET="+d[index1]+"><IMG SRC="+dir+b[index1]+" WIDTH=180 HEIGHT=50 BORDER=0 vSPACE=2 HSPACE=5 alt='"+t[index1]+"'>");