/*
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://www.paris-football.com/images/CashGenerationPro.gif";
ejs_banurl[0] = "http://www.cashgenerationpro.com/?id_account=2940&id_tracker=1489&lang=fr"

ejs_banimageUrl[1] = "http://www.paris-football.com/images/EuroGrandCasino.gif";
ejs_banurl[1] = "http://www.thegamblingtemple.com/redir/?id_account=2940&id_site=2&id_tracker=1489"

ejs_banimageUrl[2] = "http://www.paris-football.com/images/EuropaCasino.gif";
ejs_banurl[2] = "http://www.thegamblingtemple.com/redir/?id_account=2940&id_site=1&id_tracker=1489"

ejs_banimageUrl[3] = "http://www.paris-football.com/images/ban1.gif";
ejs_banurl[3] = "http://www.fins-de-mois.com/index.html"

ejs_banimageUrl[4] = "http://www.paris-football.com/images/amazon.gif";
ejs_banurl[4] = "http://www.amazon.fr/gp/gc?&tag=arrondvosfins-21"

ejs_banimageUrl[5] = "http://www.paris-football.com/images/Mailorama.gif";
ejs_banurl[5] = "http://www.mailorama.fr/index.php?parrain=ekirom"

ejs_banimageUrl[6] = "http://www.paris-football.com/images/Gold-Barre.gif";
ejs_banurl[6] = "http://www.gold-barre.com/pages/index.php?refid=ekirom"

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

AffichePub();