ejs_banurl=new Array;
ejs_banimageUrl=new Array;


ejs_banimageUrl[0] = "http://www.kissdesign.net/bannieres_kissdesign/bannierekissdesign88x31.gif";
ejs_banurl[0] = "http://www.root-top.com/topsite/kisswebdesign/in.php?ID=925";

ejs_banimageUrl[1] = "http://www.root-top.com/images/femweb1.gif";
ejs_banurl[1] = "http://www.root-top.com/topsite/fabiane/in.php?ID=1654";

ejs_banimageUrl[2] = "http://www.webmasterofgoldanddiamonds.com/perso/topcaro.gif";
ejs_banurl[2] = "http://www.root-top.com/topsite/creacaro/in.php?ID=242";

ejs_banimageUrl[3] = "http://site.voila.fr/minidollz/monie.gif";
ejs_banurl[3] = "http://www.root-top.com/topsite/monie50/in.php?ID=105";

ejs_banimageUrl[4] = "http://chezmeuh.free.fr/logo.gif";
ejs_banurl[4] = "http://www.root-top.com/topsite/chezmeuh/in.php?ID=369";

ejs_banimageUrl[5] = "http://www.creathena.be/banniere/bouton.jpg";
ejs_banurl[5] = "http://www.root-top.com/topsite/athena/in.php?ID=283";

ejs_banimageUrl[6] = "http://www.kissdesign.net/bannieres_kissdesign/bannierekissdesign88x31.gif";
ejs_banurl[6] = "http://www.root-top.com/topsite/kisswebdesign/in.php?ID=925";









affiche = false;

function AffichePub()
   {
   if(!affiche)
      {
      numimage= Math.round(Math.random()*(ejs_banurl.length-1));
      document.write ('<A HREF='+ejs_banurl[numimage]+' target=_blank><IMG SRC="' + ejs_banimageUrl[numimage] + '" BORDER=0 width=88 height=31 alt="Visitez un de nos partenaires!"></a>')
      affiche = true;
      }
   else
      {
      if(numimage == (ejs_banurl.length-1))
         numimage = 0;
      else
         numimage++;
      document.src=ejs_banimageUrl[numimage];
      }
   setTimeout("AffichePub()",10000);
   }

AffichePub();