/*
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] = "aniten.gif";
ejs_banurl[0] = "http://membres.lycos.fr/neljahy/index.html";

ejs_banimageUrl[1] = "anithai.gif";
ejs_banurl[1] = "http://membres.lycos.fr/thailande1/index.html";

ejs_banimageUrl[2] = "anisecr.gif";
ejs_banurl[2] = "http://membres.lycos.fr/secretance/index.html";

ejs_banimageUrl[3] = "aniken.gif";
ejs_banurl[3] = "http://membres.lycos.fr/kenael/index.html";

ejs_banimageUrl[4] = "anibroc.gif";
ejs_banurl[4] = "http://membres.lycos.fr/foirebrocante/index.html";

ejs_banimageUrl[5] = "http://www.allopass.com/img/pub/46860_2.gif";
ejs_banurl[5] = "http://www.allopass.com/index.php4?ADV=1079136";

ejs_banimageUrl[6] = "http://impfr.tradedoubler.com/imp/img/15233/739072";
ejs_banurl[6] = "http://tracker.tradedoubler.com/click?p=3129&a=739072&g=15233";

ejs_banimageUrl[7] = "http://selftelecom.fr/z/st/fr/ban/st_468x60_5.gif";
ejs_banurl[7] = "http://8587.selftelecom.fr";

ejs_banimageUrl[8] = "http://images.aucland.com/images/3/banners/aucbanner15.gif";
ejs_banurl[8] = "http://myaucland.aucland.fr/accdb/affGate.asp?Aff=2149300_1522837957";

ejs_banimageUrl[9] = "anibrov.gif";
ejs_banurl[9] = "http://membres.lycos.fr/foirebrocante/index.html";

ejs_banimageUrl[10] = "http://www.allosponsor.com/images/banParrainage.gif";
ejs_banurl[10] = "http://www.allosponsor.com/accueil.php?ref=2698"; 

ejs_banimageUrl[11] = "http://www.activmarketing.com/banners/banner1.jpg";
ejs_banurl[11] = "http://www.activmarketing.com/index.php?id=aff-804-1022"; 

ejs_banimageUrl[12] = "http://www.promobenef.com/img/10.gif";
ejs_banurl[12] = "http://www.promobenef.com/cgi-bin/index.cgi?parrain=16856"; 

ejs_banimageUrl[13] = "http://www.misterbot.com/autopub/banners/banner2.gif";
ejs_banurl[13] = "http://www.autopub.misterbot.com/inscription.php?idsite=8987"; 

ejs_banimageUrl[14] = "http://www.wipub.com/affichage.php?id_annonceur=35&visuel=58&id_affilie=259";
ejs_banurl[14] = "http://www.wipub.com/clic.php?id_annonceur=35&visuel=58&id_affilie=259"; 

 ejs_banimageUrl[15] = "http://www.wipub.com/affichage.php?id_annonceur=12&visuel=20&id_affilie=259";
ejs_banurl[15] = "http://www.wipub.com/clic.php?id_annonceur=12&visuel=20&id_affilie=259"; 

ejs_banimageUrl[16] = "http://selftelecom.fr/z/st/fr/ban/468x60_conf_tel.gif";
ejs_banurl[16] = "http://8587.selfconference.com"; 

ejs_banimageUrl[17] = "logocas2.gif";
ejs_banurl[17] = "http://membres.lycos.fr/casinoparis/fr/index.html";

    
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();
