var imatges = new Array();
imatges[imatges.length] = {src:"http://ad.wagerjunction.com/banners/wc_duelblackjack_071010_238.gif", url:"http://ad.wagerjunction.com/tracker.php?id=238&affid=Polseguera", descripcio:"Online Casino"};
imatges[imatges.length] = {src:"http://ad.wagerjunction.com/banners/wc_popbingo_090105_1010.gif", url:"http://ad.wagerjunction.com/tracker.php?id=1010&affid=Polseguera", descripcio:"Online Casino"};
imatges[imatges.length] = {src:"http://www.exclusivegambling.com/banners/rev888_en_120x60_7.gif", url:"http://www.exclusivegambling.com/redir/casino.php?member=polse&casino=58&profile=&type=simple", descripcio:"Casino Games"};
imatges[imatges.length] = {src:"http://banners.affclub.com/images/marketing-materials/casinolasvegas/english/gif/120x60/dollar/120x60_gif_3_clv_ge.gif", url:"http://banner.casinolasvegas.com/cgi-bin/redir.cgi?id=N&member=24000000&profile=46831&lang=da", descripcio:"Casino Games"};
imatges[imatges.length] = {src:"http://www.polseguera.net/imatges/lucky_ace.gif", url:"http://www.luckyacepoker.com/EN/?aff=165446", descripcio:"Casino Games"};

function alterna_banners() {
var currIndex = Math.floor(Math.random() * (imatges.length));
var output = "<a href='" + imatges[currIndex].url + "' target=_blank>";
output += "<img src='" + imatges[currIndex].src;
output += "' alt='" + imatges[currIndex].descripcio + "' />" + "</a>";
return output;
} 
