/*
Gestion de pub
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

ejs_banurl = new Array;
ejs_banimageUrl=new Array;

/* LAUSANARY 1*/
ejs_banimageUrl[0] = "http://media.adultsexe.com/promo/regie/gaybadboy.gif";
ejs_banurl[0] = "http://www.gaybadboy.com/gay.php";

/* LAUSANARY 2 */
ejs_banimageUrl[1] = "http://media.adultsexe.com/promo/regie/gaybadboy.gif";
ejs_banurl[1] = "http://www.gaybadboy.com/gay.php";

/* GAYANNUAIRE */
ejs_banimageUrl[2] = "http://www.gay-annuaire.com/gay-annuaire_468x60.gif";
ejs_banurl[2] = "http://www.gay-annuaire.com/top_site.php?pub=0";

/* ARDORY */
ejs_banimageUrl[3] = "http://www.ardory-consulting.com/images/468X60/mateub.gif";
ejs_banurl[3] = "http://www.mateub.com/teuboscope/teuboscope.php";

/* FLORIAN */
ejs_banimageUrl[4] = "http://www.lesitedesbranleurs.com/images/liens/slip-chaud.gif";
ejs_banurl[4] = "http://www.slipchaud.over-blog.com/";

/* FOU DE JUS */
ejs_banimageUrl[5] = "http://hysteriq.net/bans/foudejus/468x60_04.gif";
ejs_banurl[3] = "http://acces.hysteriq.com/foudejus.fr?ID=1132820971&size=468x60";

/* FLESHLIGHT */
ejs_banimageUrl[5] = "http://www.fleshlight-store.biz/catalog/affiliate_show_banner.php?ref=19&affiliate_banner_id=7";
ejs_banurl[5] = "http://www.fleshlight-store.biz/catalog/index.php?ref=19&affiliate_banner_id=7";

/* FRIPON */
ejs_banimageUrl[6] = "http://promo.hysteriq.com/fripons_468x60_fr_2.biz?&disable=fripons/468x60_08.gif|fripons/468x60_17.gif|fripons/468x60_12.gif|fripons/468x60_19.gif|fripons/468x60_11.gif|fripons/468x60_07.gif|fripons/468x60_03.gif|fripons/468x60_04.gif";
ejs_banurl[6] = "http://acces.hysteriq.com/fripons_home.fr?ID=1132820971&ref=bandeaupub&size=468x60";

/* GAYSIZE */
ejs_banimageUrl[7] = "http://hysteriq.net/bans/gaysize/468x60_44.gif";
ejs_banurl[7] = "http://acces.hysteriq.com/gaysize_home.fr?ID=1132820971&ref=BEM&size=468x60";

/* MEGATEUB */
ejs_banimageUrl[8] = "http://promo.hysteriq.com/megateub_468x60_fr_2.biz?&disable=megateub/468x60_03.gif|megateub/468x60_02.gif|megateub/468x60_01.gif";
ejs_banurl[8] = "http://acces.hysteriq.com/megateub_home.fr?ID=1132820971&ref=bandeaupub&size=468x60";

/* PORNO HETERO */
ejs_banimageUrl[9] = "http://media.jardinporno.com/fr/bftc/468x60-high_01.gif";
ejs_banurl[9] = "http://www.jardinporno.com/fr/index.html?id=42401&tracker=BEM_468x60_01";

/* YES MESSENGER */
ejs_banimageUrl[10] = "http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/787/20071029091011_468x60_05.gif";
ejs_banurl[10] = "http://www.yes-messenger.com/?id=42401&e=1&w=0&tracker=bem";

/* X SKETS */
ejs_banimageUrl[11] = "http://promo.hysteriq.com/xskets_468x60_fr_2.biz";
ejs_banurl[11] = "http://acces.hysteriq.com/xskets_home.fr?ID=1132820971&size=468x60";

/* MA QUEUE */
ejs_banimageUrl[12] = "http://www.ma-queue.com/banniere.gif";
ejs_banurl[12] = "http://www.ma-queue.com?aff=5943564/";

/* BI GENERATION */
ejs_banimageUrl[13] = "http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/576/20060307162254_468x60_10.gif";
ejs_banurl[13] = "http://www.bi-generation.com/index.html?id=42401&tracker=lsdb_468x60_10&id_facturation=199";

/* EJACS */
ejs_banimageUrl[14] = "http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/302/20040906105145_banner-468x60-03.jpg";
ejs_banurl[14] = "http://www.ejacs.com/?id=42401&tracker=LSDB_468x60_banner-468x60-03&noexit=1";

/* EXHIBITION X-OVER-BLOG */
ejs_banimageUrl[15] = "http://lesitedesbranleurs.com/images/liens/Banniere_exhibitions_suite.jpg";
ejs_banurl[15] = "http://photos-x.over-blog.com";

/* WEBCAM GAY GRATUITE */
ejs_banimageUrl[16] = "http://www.webcamgaygratuite.com/_img/468x60.png";
ejs_banurl[16] = "http://www.webcamgaygratuite.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()",10000);
   }

AffichePub();
