ejs_banurl = new Array;
ejs_banimageUrl=new Array;
ejs_banimageUrl[0] = "http://www.cinestore.com/vignette/format_761.gif";
ejs_banurl[0] = "http://track.effiliation.com/servlet/effi.click?id_compteur=665538&code_origine=20227A";
ejs_banimageUrl[1] = "http://www.cibleclick.com/cibles/banniere/symp.cfm?site_id=461516570&friend_id=609525639&banniere_id=8170";
ejs_banurl[1] = "http://www.cibleclick.com/cibles/clicks/symp.cfm?site_id=461516570&friend_id=609525639&banniere_id=8170";
ejs_banimageUrl[2] = "http://stuffou.com/pub/teeshirt468x60light.gif";
ejs_banurl[2] = "http://212.208.216.15/tee-shirt/FMPro?-db=teeshirtengine&-format=loggin.html&-lay=base&partner=ruaultsarl@aol.com&-new";

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],\'_blank\')"><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()",15000);
   }
AffichePub();