ejs_banurl=new Array;

ejs_banimageUrl=new Array;





ejs_banimageUrl[0] = "http://www.allo-gagnant.fr/images/ressources/bannieregif.gif";

ejs_banurl[0] = "http://www.gameslucky.com/other_partners/sortie.php?id=1159";


ejs_banimageUrl[1] = "http://www.ludokado.com/referencement/logo_ludophony/Jeux-ludokado-88_31.jpg";

ejs_banurl[1] = "http://www.gameslucky.com/other_partners/sortie.php?id=186";


ejs_banimageUrl[2] = "http://www.monrongeur.com/logo1.gif";

ejs_banurl[2] = "http://www.gameslucky.com/other_partners/sortie.php?id=112";




affiche = false;


function AffichePub()

   {

   if(!affiche)

      {

      numimage= Math.round(Math.random()*(ejs_banurl.length-1));

      document.write ('<A HREF='+ejs_banurl[numimage]+' target=_blank><IMG SRC="' + ejs_banimageUrl[numimage] + '" BORDER=0 width=88 height=31 alt="Un partenaire"></a>')

      affiche = true;

      }

   else

      {

      if(numimage == (ejs_banurl.length-1))

         numimage = 0;

      else

         numimage++;

      document.src=ejs_banimageUrl[numimage];

      }

   setTimeout("AffichePub()",1000);

   }


AffichePub();