affiche = false;

function AffichePub()
   {
   if(!affiche)
      {
      document.write ('<script type="text/javascript" src="http://tracking.publicidees.com/showcode.php?partid=3383&progid=308&promoid=4195"></script>')
      affiche = true;
      }
   else
      {
      if(numimage == (ejs_banurl.length-1))
         numimage = 0;
      else
         numimage++;
      document.ejs_banpub.src=ejs_banimageUrl[numimage];
      }
   setTimeout("AffichePub()",15000);
   }

AffichePub();
