/* 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.tunisieresto.com/logo/tamtam.jpg"; ejs_banurl[0] = "http://www.tunisieresto.com/galerieresto.htm"; ejs_banimageUrl[1] = "http://www.tunisieresto.com/logo/dalele.gif"; ejs_banurl[1] = "http://www.tunisieresto.com/galerieresto.htm"; ejs_banimageUrl[2] = "http://www.tunisieresto.com/logo/daurade.gif"; ejs_banurl[2] = "http://www.tunisieresto.com/galerieresto.htm.htm"; ejs_banimageUrl[3] = "http://www.tunisieresto.com/logo/insomia.gif"; ejs_banurl[3] = "http://www.tunisieresto.com/galerieresto.htm"; ejs_banimageUrl[4] = "http://www.tunisieresto.com/logo/trinidad.gif"; ejs_banurl[4] = "http://www.tunisieresto.com/galerieresto.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.ejs1_banpub.src=ejs1_banimageUrl[numimage]; } setTimeout("AffichePub()",15000); } AffichePub();