var imatges = new Array();
//Amb nomes text
imatges[imatges.length] = {src:"", url:"http://www.qsoftnet.com/?a_aid=3cf9720a&ci=1", descripcio:"Programa de facturació i gestió empresarial en català", nomestxt:"Programa de facturació"};
imatges[imatges.length] = {src:"", url:"http://www.polseguera.org/cgi-bin/forum/gforum.cgi?forum=25;idioma=Catala", descripcio:"Fòrum idiomes. Pots enviar acudits.", nomestxt:"Acudits"};
imatges[imatges.length] = {src:"", url:"http://www.polseguera.com/cgi-bin/phrases/catala/frasesca.cgi", descripcio:"Dites, proverbis, refranys, frases fetes...", nomestxt:"Frases i refranys"};
imatges[imatges.length] = {src:"", url:"http://www.polseguera.com/targetes_telefoniques.php", descripcio:"Trucades internacionals econòmiques", nomestxt:"Targetes telefòniques internacionals"};
//Amb imatges
imatges[imatges.length] = {src:"http://www.polseguera.com/freegrammar/logofrgrca.gif", url:"http://www.polseguera.com/gratiscagrammar.htm", descripcio:"Gramàtica anglesa", 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;
}

