/* Gestion de bannière SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT http://www.editeurjavascript.com */ ejs_banurl = new Array; ejs_banimageUrl=new Array; ejs_banimageUrl[0] = "http://www.artisanges.net/gifs_prenoms_fichiers/christine-rose.gif"; ejs_banurl[0] = "http://www.artisanges.net/gifs_prenoms.htm"; 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()",10000); } AffichePub();