/* Gestion de bannière SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT http://www.editeurjavascript.com */ ajs_banurl = new Array; ajs_banimageUrl=new Array; ajs_banimageUrl[0] = "http://www.tele-efficiency.com/Temoignages/Garsrelax.gif"; ajs_banurl[0] = "mailto:bernardclermont@yahoo.com"; ajs_banimageUrl[1] = "http://www.tele-efficiency.com/Temoignages/Guitare.gif"; ajs_banurl[1] = "mailto:ccohen@mc2s.net"; ajs_banimageUrl[2] = "http://www.tele-efficiency.com/Temoignages/Auriculaire.gif"; ajs_banurl[2] = "mailto:hicham.jellab@operlink.com"; baffiche = false; bumimage = 0; function BAffichePub() { if(!baffiche) { //bumimage= Math.round(Math.random()*(ajs_banurl.length-1)); document.write ('') bumimage++; baffiche = true; } else { if(bumimage == (ajs_banurl.length-1)) bumimage = 0; else bumimage++; document.ajs_banpub.src=ajs_banimageUrl[bumimage]; } setTimeout("BAffichePub()",15000); } BAffichePub();