/*
Gestion de banni&egrave;re
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
ejs_banurl = new Array;ejs_banimageUrl=new Array;
ejs_banimageUrl[0] = "/pub/GDF_SUEZ.png";ejs_banurl[0] = "/partenaires.php";ejs_banimageUrl[1] = "/pub/burotic-system.png";ejs_banurl[1] = "/partenaires.php";
ejs_banimageUrl[2] = "/pub/foulees-vertes.png";ejs_banurl[2] = "/partenaires.php";
ejs_banimageUrl[3] = "/pub/CONSEIL-GENE.png";ejs_banurl[3] = "/partenaires.php";ejs_banimageUrl[4] = "/pub/ca-centrefrance.png";ejs_banurl[4] = "/partenaires.php";

affiche = false;
function AffichePub()   {   if(!affiche)      {      numimage= Math.round(Math.random()*(ejs_banurl.length-1));      document.write ('<A HREF="#" onClick="window.open(ejs_banurl[numimage],\'_top\')"><IMG SRC="' + ejs_banimageUrl[numimage] + '" BORDER=0 NAME=ejs_banpub></A>')      affiche = true;      }   else      {      if(numimage == (ejs_banurl.length-1))         numimage = 0;      else         numimage++;      document.ejs_banpub.src=ejs_banimageUrl[numimage];      }   setTimeout("AffichePub()",3000);   }
AffichePub();
