/*
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://humour-xtrem.com/thumb/s1 (24).jpg";
ejs_banurl[0] = "http://www.totale-defonce.com/sexe_gonzo.php?wref=1926";

ejs_banimageUrl[1] = "http://humour-xtrem.com/thumb/s1 (25).jpg";
ejs_banurl[1] = "http://www.totale-defonce.com/sexe_gonzo.php?wref=1926";

ejs_banimageUrl[2] = "http://humour-xtrem.com/thumb/s1 (26).jpg";
ejs_banurl[2] = "http://top50streaming.genhit.com/in/xtremdivx";

ejs_banimageUrl[3] = "http://humour-xtrem.com/thumb/s1 (27).jpg";
ejs_banurl[3] = "http://www.sexedenfer.com/header.php?wref=1926";

ejs_banimageUrl[4] = "http://humour-xtrem.com/thumb/s1 (28).jpg";
ejs_banurl[4] = "http://www.topexhib.net/in.php?id=1233319676";

ejs_banimageUrl[5] = "http://humour-xtrem.com/thumb/s1 (29).jpg";
ejs_banurl[5] = "http://top-vieilles.3x.fm/in.php?id=269";

ejs_banimageUrl[6] = "http://humour-xtrem.com/thumb/s1 (30).jpg";
ejs_banurl[6] = "http://top-vieilles.3x.fm/in.php?id=269";

ejs_banimageUrl[7] = "http://humour-xtrem.com/thumb/s1 (31).jpg";
ejs_banurl[7] = "http://www.sexedenfer.com/header.php?wref=1926";


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

AffichePub();

