var imatges = new Array();
//Amb nomes text
imatges[imatges.length] = {src:"", url:"http://www.polseguera.org/cgi-bin/forum/gforum.cgi?forum=26;idioma=Castellano", descripcio:"Foro de idiomas. Puede mandar chistes.", nomestxt:"Chistes"};
imatges[imatges.length] = {src:"", url:"http://www.qsoftnet.com/?a_aid=3cf9720a&ci=2", descripcio:"Programa de facturación y gestión de empresa en castellano", nomestxt:"Programa de facturación"};
imatges[imatges.length] = {src:"", url:"http://www.polseguera.com/cgi-bin/phrases/castella/frasesesp.cgi", descripcio:"Frases populares, refranes, proverbios...", nomestxt:"Frases y refranes"};
imatges[imatges.length] = {src:"", url:"http://www.polseguera.com/tarjetas_telefonicas.php", descripcio:"llamar a sus seres queridos o desde su empresa le resultará más barato", nomestxt:"Tarjetas telefónicas internacionales"};
//Amb imatges
imatges[imatges.length] = {src:"http://www.polseguera.com/freegrammar/logofrgres.gif", url:"hhttp://www.polseguera.com/gratisgrammar.htm", descripcio:"Gramática inglesa", nomestxt:""};

function alterna_banners() {
var currIndex = Math.floor(Math.random() * (imatges.length));
if (imatges[currIndex].src) {
var output = "<a href='" + imatges[currIndex].url + "' target=_blank class=xponsor>";
output += "<img src='" + imatges[currIndex].src;
output += "' alt='" + imatges[currIndex].descripcio + "' /><br />" + imatges[currIndex].descripcio + "</a>";
} else {
var output = "<a href='" + imatges[currIndex].url + "' target=_blank" + " title='" + imatges[currIndex].descripcio + "' class=xponsor>";
output += imatges[currIndex].nomestxt + "</a>";
}
return output;
}

