ejs_banurl = new Array;
ejs_banimageUrl=new Array;

ejs_banimageUrl[0] = "images/bann/inhumate.jpg";
ejs_banurl[0] = "http://www.inhumate.com";

ejs_banimageUrl[1] = "images/bann/imm3moria.jpg";
ejs_banurl[1] = "http://www.imm3moria.org";

ejs_banimageUrl[2] = "images/bann/bonesbrigade.gif";
ejs_banurl[2] = "http://www.bonesbrigaderecords.com";

ejs_banimageUrl[3] = "images/bann/obsceneprod.gif";
ejs_banurl[3] = "http://www.obscene.cz";

ejs_banimageUrl[4] = "images/bann/selfmadegod.gif";
ejs_banurl[4] = "http://www.selfmadegod.com";

ejs_banimageUrl[5] = "images/bann/bizarreleprous.gif";
ejs_banurl[5] = "http://www.bizarreleprous.cz";

ejs_banimageUrl[6] = "images/bann/visualdarkness.gif";
ejs_banurl[6] = "http://www.visualdarkness.com";

ejs_banimageUrl[7] = "images/bann/supremebrutality.jpg";
ejs_banurl[7] = "http://www.supremebrutality.net";

ejs_banimageUrl[8] = "images/bann/oldtemple.jpg";
ejs_banurl[8] = "http://www.oldtemple.com";

ejs_banimageUrl[9] = "images/bann/furia.gif";
ejs_banurl[9] = "http://www.furia-metal.com";

ejs_banimageUrl[10] = "images/bann/benighted.gif";
ejs_banurl[10] = "http://www.staybrutal.com";

ejs_banimageUrl[11] = "images/bann/massacro.gif";
ejs_banurl[11] = "http://www.massacrorecords.com";

ejs_banimageUrl[12] = "images/bann/disgorgedfoetus.gif";
ejs_banurl[12] = "http://disgorgedfoetus.imphalte-productions.com";

ejs_banimageUrl[13] = "images/bann/hatesphere.gif";
ejs_banurl[13] = "http://www.spv.de";

ejs_banimageUrl[14] = "images/bann/imphalte.gif";
ejs_banurl[14] = "http://www.imphalte-productions.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=1 width=380 height=60 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()",20000);
   }

AffichePub();
