ejs_banurl6 = new Array;
ejs_banimageUrl6=new Array;
ejs_banimageUrl6[0] = "http://www.cibleclick.com/cibles/banniere/symp.cfm?site_id=499709188&friend_id=609525639&banniere_id=1988";
ejs_banurl6[0] = "http://www.cibleclick.com/cibles/clicks/symp.cfm?site_id=499709188&friend_id=609525639&banniere_id=1988";
ejs_banimageUrl6[1] = "http://www.stuffou.com/boutiques/amazon/dvd-video-buttons-5a.gif";
ejs_banurl6[1] = "http://www.stuffou.com/boutiques/amazon/amazon.htm";
ejs_banimageUrl6[2] = "http://stuffou.com/pub/teeshirt234x60light.gif";
ejs_banurl6[2] = "http://212.208.216.15/tee-shirt/FMPro?-db=teeshirtengine&-format=loggin.html&-lay=base&partner=ruaultsarl@aol.com&-new";

affiche6 = false;
function AffichePub6()
   {
   if(!affiche6)
      {
      numimage= Math.round(Math.random()*(ejs_banurl6.length-1));
      document.write ('<A HREF="#" onClick="window.open(ejs_banurl6[numimage],\'_blank\')"><IMG SRC="' + ejs_banimageUrl6[numimage] + '" BORDER=0 NAME=ejs_banpub6></A>')
      affiche6 = true;
      }
   else
      {
      if(numimage == (ejs_banurl6.length-1))
         numimage = 0;
      else
         numimage++;
      document.ejs_banpub6.src=ejs_banimageUrl6[numimage];
      }
   setTimeout("AffichePub6()",15000);
   }
AffichePub6();