/*
Gestion de banni&egrave;re
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

ejs_banurl = new Array;
ejs_banimageUrl=new Array;

ejs_banimageUrl[0] = "http://ban.f5biz.com/sites/content/liveshow/zelive/ban/fr/468x60.404.gif";
ejs_banurl[0] = "http://www.01sexcam.com/francolive.htm";

ejs_banimageUrl[1] = "http://www.01sexcam.com/ban1.jpg";
ejs_banurl[1] = "http://cams.enjoy.be/site.php?ref=4313";

ejs_banimageUrl[2] = "http://www.01sexcam.com/ban2.gif";
ejs_banurl[2] = "http://cams.enjoy.be/site.php?ref=4313";

ejs_banimageUrl[3] = "http://www.01sexcam.com/ban3.jpg";
ejs_banurl[3] = "http://www.01sexcam.com/zelive/index.htm";

ejs_banimageUrl[4] = "http://ban.f5biz.com/sites/content/liveshow/zelive/ban/fr/468x60.404.gif";
ejs_banurl[4] = "http://www.01sexcam.com/zelive/index.htm";

ejs_banimageUrl[5] = "http://www.01sexcam.com/ban4.jpg";
ejs_banurl[5] = "http://market1.the-adult-company.com/fpage/liveshow/d21779-pc/01sc/9/803/100010/hot-webcams.html";

ejs_banimageUrl[6] = "http://www.01sexcam.com/ban5.jpg";
ejs_banurl[6] = "http://www.xsexecam.com";

ejs_banimageUrl[7] = "http://www.01sexcam.com/ban6.jpg";
ejs_banurl[7] = "http://www.01sexcam.com/francolive.htm";

ejs_banimageUrl[8] = "http://www.01sexcam.com/ban7.jpg";
ejs_banurl[8] = "http://www.01sexcam.com/francolive.htm";

ejs_banimageUrl[9] = "http://www.01sexcam.com/ban8.jpg";
ejs_banurl[9] = "http://www.01sexcam.com/zelive/index.htm";

ejs_banimageUrl[10] = "http://www.01sexcam.com/ban9.jpg";
ejs_banurl[10] = "http://www.01sexcam.com/zelive/index.htm";

ejs_banimageUrl[11] = "http://www.01sexcam.com/ban10.gif";
ejs_banurl[11] = "http://www.01sexcam.com/francolive.htm";

ejs_banimageUrl[12] = "http://www.01sexcam.com/ban11.jpg";
ejs_banurl[12] = "http://www.01sexcam.com/francolive.htm";

ejs_banimageUrl[13] = "http://www.01sexcam.com/ban12.jpg";
ejs_banurl[13] = "http://cams.enjoy.be/site.php?ref=4313";

ejs_banimageUrl[14] = "http://www.01sexcam.com/ban13.jpg";
ejs_banurl[14] = "http://cams.enjoy.be/site.php?ref=4313";

ejs_banimageUrl[15] = "http://www.01sexcam.com/10_468x60.gif";
ejs_banurl[15] = "http://www.01sexcam.com/francolive.htm";

ejs_banimageUrl[16] = "http://www.01sexcam.com/11_468x60.gif";
ejs_banurl[16] = "http://www.xsexecam.com";

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

AffichePub();
