ejs_banurl=new Array;
ejs_banimageUrl=new Array;




ejs_banimageUrl[0] = "http://www.moncoindejardin.ca/logos/logotopmoncoin2.gif";
ejs_banurl[0] = "http://www.root-top.com/topsite/moncoindejardin/in.php?ID=132";
ejs_banimageUrl[1] = "http://achachichou.free.fr/bouton2.gif";
ejs_banurl[1] = "http://www.root-top.com/topsite/achachichou/in.php?ID=238";
ejs_banimageUrl[2] = "http://www.moncoindejardin.ca/logos/logotopmoncoin2.gif";
ejs_banurl[2] = "http://www.root-top.com/topsite/moncoindejardin/in.php?ID=132";
ejs_banimageUrl[3] = "http://www.moncoindejardin.ca/logos/logotopmoncoin2.gif";
ejs_banurl[3] = "http://www.root-top.com/topsite/moncoindejardin/in.php?ID=132";


affiche = false;




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();