ejs_banurl7 = new Array;
ejs_banimageUrl7=new Array;
ejs_banimageUrl7[0] = "http://rcm-images.amazon.com/images/G/08/associates/amzn_recommends/multiproducts-banner-468x60.gif";
ejs_banurl7[0] = "http://www.amazon.fr/exec/obidos/redirect?tag=stuffoucom-21&path=tg/browse/-/405320";
ejs_banimageUrl7[1] = "http://www.cibleclick.com/cibles/banniere/symp.cfm?site_id=461516570&friend_id=609525639&banniere_id=8170";
ejs_banurl7[1] = "http://www.cibleclick.com/cibles/clicks/symp.cfm?site_id=461516570&friend_id=609525639&banniere_id=8170";
ejs_banimageUrl7[2] = "http://stuffou.com/pub/teeshirt468x60light.gif";
ejs_banurl7[2] = "http://212.208.216.15/tee-shirt/FMPro?-db=teeshirtengine&-format=loggin.html&-lay=base&partner=ruaultsarl@aol.com&-new";

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