ejs_banurl = new Array;
ejs_banimageUrl=new Array;

ejs_banimageUrl[0] = "http://s197905537.onlinehome.fr/img/myspace.gif";
ejs_banurl[0] = "http://www.rocksmyassrecords.com";

ejs_banimageUrl[1] = "http://www.invadedbypink.com/img/ban/ban468x60.jpg";
ejs_banurl[1] = "http://www.billytalent.fr";

ejs_banimageUrl[2] = "http://www.punk4dummies.com/img/ban/furiaban.gif";
ejs_banurl[2]= "http://www.furia.tm.fr";

ejs_banimageUrl[3] = "http://www.invadedbypink.com/img/ban/banner2.gif";
ejs_banurl[3] = "http://www.sunsetstar.com";

ejs_banimageUrl[4] = "http://www.invadedbypink.com/img/ban/banniere2.jpg";
ejs_banurl[4] = "http://www.storyofthepit.com";

ejs_banimageUrl[5] = "http://www.invadedbypink.com/img/ban/zone51.gif";
ejs_banurl[5] = "http://www.zone51.net";

ejs_banimageUrl[6] = "http://www.invadedbypink.com/img/ban/europunk.gif";
ejs_banurl[6] = "http://www.europunk.net/";

ejs_banimageUrl[7] = "http://www.invadedbypink.com/img/ban/banniere_link.gif";
ejs_banurl[7] = "http://keepout.propagande.org/html/concerts2.php";

ejs_banimageUrl[8] = "http://www.dumb-inc.propagande.org/atomic/ban.gif";
ejs_banurl[8] = "http://www.dumb-inc.propagande.org/reversingthecurse";

ejs_banimageUrl[9] = "http://www.invadedbypink.com/img/ban/dumbinc.gif";
ejs_banurl[9] = "http://dumb-inc.propagande.org";

ejs_banimageUrl[10] = "http://www.invadedbypink.com/img/ban/hxcsource.gif";
ejs_banurl[10] = "http://www.hardcore-source.com";

ejs_banimageUrl[11] = "http://www.invadedbypink.com/img/ban/metalorgie_468x60.jpg";
ejs_banurl[11] = "http://www.metalorgie.com/";

ejs_banimageUrl[12] = "http://www.invadedbypink.com/img/ban/musicast_okploide.gif";
ejs_banurl[12] = "http://www.okploide.com";

ejs_banimageUrl[13] = "http://www.invadedbypink.com/img/ban/only_crime_Vir_468x60.gif";
ejs_banurl[13] = "http://www.fatwreck.com/record/detail/719";

ejs_banimageUrl[14] = "http://spootnikweb.free.fr/fire/468_60_05.gif";
ejs_banurl[14] = "http://wearefirecrackers.com";

ejs_banimageUrl[15] = "http://www.invadedbypink.com/img/ban/ban_versus.gif";
ejs_banurl[15] = "http://www.versusmagazine.net";

ejs_banimageUrl[16] = "http://www.invadedbypink.com/img/ban/ban_annejulie.gif";
ejs_banurl[16] = "http://www.annejulie-art.com";

ejs_banimageUrl[17] = "http://www.punk4dummies.com/img/ban/prozhackcom.jpg";
ejs_banurl[17] = "http://www.prozhack.com/portail";

ejs_banimageUrl[18] = "http://www.active-entertainment.fr/images/stories/gian_anim2.gif";
ejs_banurl[18]= "http://www.active-entertainment.fr";

ejs_banimageUrl[19] = "http://www.punk4dummies.com/img/ban/banner_alone_boards.gif";
ejs_banurl[19]= "http://www.myspace.com/hurryuprecs";

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 width="420"  NAME=ejs_banpub  style="filter:alpha(opacity=20)" onmouseover="nereidFade(this,100,40,10)" onmouseout="nereidFade(this,30,40,10)"></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();

