ejs_banurln = new Array;
ejs_banimageUrln=new Array;

ejs_banimageUrln[0] = "images/bann/banniere_ims.gif";
ejs_banurln[0] = "http://www.indemusicshop.com";

ejs_banimageUrln[1] = "images/bann/ims.jpg";
ejs_banurln[1] = "http://www.indemusicshop.com";

ejs_banimageUrln[2] = "images/bann/ipshop.jpg";
ejs_banurln[2] = "http://shop.imphalte-productions.com";

ejs_banimageUrln[3] = "images/bann/promobannerip.gif";
ejs_banurln[3] = "http://www.imphalte-productions.com";

ejs_banimageUrln[4] = "images/bann/szone.gif";
ejs_banurln[4] =  "http://splatteredzone.imphalte-productions.com";

ejs_banimageUrln[5] = "images/bann/imm3moria.jpg";
ejs_banurln[5] = "http://www.imm3moria.org";


affiche = false;

function AffichePub()
   {
   if(!affiche)
      {
      nnumimage= Math.round(Math.random()*(ejs_banurln.length-1));
      document.write ('<A HREF="#" onClick="window.open(ejs_banurln[nnumimage],\'_blank\')"><IMG SRC="' + ejs_banimageUrln[nnumimage] + '" BORDER="0" height="60" NAME=ejs_banpubn></A>')
      affiche = true;
      }
   else
      {
      if(nnumimage == (ejs_banurln.length-1))
         nnumimage = 0;
      else
         nnumimage++;
      document.ejs_banpubn.src=ejs_banimageUrln[nnumimage];
      }
   setTimeout("AffichePub()",20000);
   }

AffichePub();
