ejs_banurl = new Array;
ejs_banimageUrl=new Array;



ejs_banimageUrl[0] = "../images/contributors_add/xadd_002.gif";
ejs_banurl[0] = "";

ejs_banimageUrl[7] = "../images/contributors_add/xadd_003.gif";
ejs_banurl[7] = "";

ejs_banimageUrl[1] = "../images/contributors_add/xadd_004.gif";
ejs_banurl[1] = "";

ejs_banimageUrl[2] = "../images/contributors_add/xadd_005.gif";
ejs_banurl[2] = "http://www.mustangtechno.com";

ejs_banimageUrl[3] = "../images/contributors_add/xadd_006.gif";
ejs_banurl[3] = "http://www.cjad.com";

ejs_banimageUrl[4] = "../images/contributors_add/xadd_012.gif";
ejs_banurl[4] = "";

ejs_banimageUrl[5] = "../images/contributors_add/xadd_013.gif";
ejs_banurl[5] = "";

ejs_banimageUrl[6] = "../images/contributors_add/xadd_015.gif";
ejs_banurl[6] = "";

ejs_banimageUrl[6] = "../images/contributors_add/xadd_017.gif";
ejs_banurl[6] = "";

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();

