ejs_banurl = new Array; ejs_banimageUrl=new Array; ejs_banimageUrl[0] = "http://esa-dev.com/fs/45855.gif"; ejs_banurl[0] = "http://www.mail-trafic.fr/clic.php?id=175&f=ban&id_site=1127"; ejs_banimageUrl[1] = "http://www.ton-hebergement-gratuit.com/pub/pub-gratuit-468x60.gif"; ejs_banurl[1] = "http://www.mail-trafic.fr/ad_clic.php?cat=25&id_site=1127"; affiche = false; function AffichePub() { if(!affiche) { numimage= Math.round(Math.random()*(ejs_banurl.length-1)); document.write ('') affiche = true; } else { if(numimage == (ejs_banurl.length-1)) numimage = 0; else numimage++; document.ejs_banpub.src=ejs_banimageUrl[numimage]; } setTimeout("AffichePub()",20000); } AffichePub();