var imatges = new Array();
imatges[imatges.length] = {src:"http://ad.wagerjunction.com/banners/wc_duelblackjack_071031_376.gif", url:"http://ad.wagerjunction.com/tracker.php?id=376&affid=Polseguera", descripcio:"Juegos de casino"};
imatges[imatges.length] = {src:"http://ad.wagerjunction.com/banners/wc_keno_090120_1174.gif", url:"http://ad.wagerjunction.com/tracker.php?id=1174&affid=Polseguera", descripcio:"Juegos de casino"};
imatges[imatges.length] = {src:"http://www.exclusivegambling.com/banners/rev888_es_120x60_3.gif", url:"http://www.exclusivegambling.com/redir/casino.php?member=polse&casino=58&profile=&type=simple", descripcio:"Juegos de casino"};
imatges[imatges.length] = {src:"http://banners.affclub.com/images/marketing-materials/magicbox/english/gif/120x60/dollar/120x60_gif_6_mb_lobby.gif", url:"http://banner.magicboxcasino.com/cgi-bin/redir.cgi?id=N&member=25000000&profile=47775&lang=en", descripcio:"Juegos de casino"};
imatges[imatges.length] = {src:"http://www.polseguera.net/imatges/lucky_ace_sp.gif", url:"http://www.luckyacepoker.com/ES/?aff=165446", descripcio:"Juegos de casino"};
imatges[imatges.length] = {src:"http://ads.winzingo.com/renderImage.aspx?pid=1724&bid=1645", url:"http://ads.winzingo.com/redirect.aspx?pid=1724&bid=1645", descripcio:"Bingo y otros juegos de casino"};
imatges[imatges.length] = {src:"http://ads.winzingo.com/renderImage.aspx?pid=1724&bid=1647", url:"http://ads.winzingo.com/redirect.aspx?pid=1724&bid=1647", descripcio:"Bingo y otros juegos de casino"};

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;
} 
