var nombre = 2;
var temps = new Date()
var seconde = temps.getSeconds()
var banniere = seconde % nombre;
banniere +=1;
if (banniere==1) {
url="liens/clubdice.html";
alt="Club dice casino Cliquez-ici !";
banner="images/clubdice_120.gif";
width="120";
height="60";
}
if (banniere==2) {
url="liens/royaleslot.html";
alt="Royale Slot casino Cliquez-ici !";
banner="http://ads.goldenstarnetwork.com/bv.aspx?affId=722&bannerId=393";
width="120";
height="60";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');
document.write('</center>');

