ejs_banurl = new Array;

ejs_banimageUrl=new Array;

ejs_banimageUrl[0] = "http://media2.carpediem.fr/banners/fr/christellesexe/240x400.jpg";  
ejs_banurl[0] = "http://www.christelle-sexe.com/index.html?id=11255";		

ejs_banimageUrl[1] = "http://media2.carpediem.fr/banners/fr/hotrencontres/240x400.jpg"; 
ejs_banurl[1] = "http://www.hot-rencontres.com/index.html?id=11255";

ejs_banimageUrl[2] = "http://media2.carpediem.fr/banners/fr/lesbocity/lesbo_240x400.jpg";  
ejs_banurl[2] = "http://www.lesbo-city.com/fr/index.html?id=11255";

ejs_banimageUrl[3] = "http://media2.carpediem.fr/banners/fr/gangbangdemolition/240x400_01.jpg";  
ejs_banurl[3] = "http://www.gangbangdemolition.com/index.html?id=11255";

ejs_banimageUrl[4] = "http://media2.carpediem.fr/banners/fr/madamesalope/240x400_01.jpg";  
ejs_banurl[4] = "http://www.madamesalope.com/index.html?&id=11255&md=4";

ejs_banimageUrl[5] = "http://media2.carpediem.fr/banners/fr/monliveshow_v2/v2/live_240x400.jpg";  
ejs_banurl[5] = "http://www.monliveshow.com/v2/fr/?id=11255";

ejs_banimageUrl[6] = "http://media2.carpediem.fr/banners/fr/evalalibertine/240x400_01.jpg";  
ejs_banurl[6] = "http://www.evalalibertine.com/index.html?id=11255";

ejs_banimageUrl[7] = "http://media2.carpediem.fr/banners/fr/blackprincesse/240x400_01.jpg";  
ejs_banurl[7] = "http://www.blackprincesse.com/index.html?id=11255";

ejs_banimageUrl[8] = "http://media2.carpediem.fr/banners/fr/lilou/240x400_01.jpg";  
ejs_banurl[8] = "http://www.lilou-amatrice.com/index.html?id=11255";

ejs_banimageUrl[9] = "http://media.dujamaisvu.com/banners/240x400_01.gif";  
ejs_banurl[9] = "http://www.dujamaisvu.com/fr/index.html?id=11255";

ejs_banimageUrl[10] = "http://media.dujamaisvu.com/banners/240x400_01.jpg";  
ejs_banurl[10] = "http://www.dujamaisvu.com/fr/index.html?id=11255";

ejs_banimageUrl[11] = "http://media.dujamaisvu.com/banners/240x400_02.gif";  
ejs_banurl[11] = "http://www.dujamaisvu.com/fr/index.html?id=11255";

ejs_banimageUrl[12] = "http://media2.carpediem.fr/banners/fr/parisfetish/v2/240x400_01.gif";  
ejs_banurl[12] = "http://www.parisfetish.com/index.html?id=11255";

ejs_banimageUrl[13] = "http://media.jambesfines.com/banners/240x400_01.jpg";  
ejs_banurl[13] = "http://www.jambesfines.com/index.html?id=11255";

ejs_banimageUrl[14] = "http://media.attache-moi.com/banners/240x400_01.jpg";  
ejs_banurl[14] = "http://www.attache-moi.com/index.html?id=11255";

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()",12000); 
   }
AffichePub();

