ejs_banurl = new Array;
ejs_banimageUrl=new Array;







ejs_banimageUrl[0] = "http://www.agayn.com/images/2007/200-jocks.gif";
ejs_banurl[0] = "./?tri=cat&ic=7&op=468meorota";


ejs_banimageUrl[1] = "http://www.agayn.com/images/2007/200-clone.gif";
ejs_banurl[1] = "./?id=2786&op=rotaclone";



ejs_banimageUrl[2] = "http://www.agayn.com/images/2007/200-toys.gif";
ejs_banurl[2] = "./?tri=cat&ic=7&op=468toys";




affiche = false;

function AffichePub()
   {
   if(!affiche)
      {
      numimage= Math.round(Math.random()*(ejs_banurl.length-1));
      document.write ('<A HREF="'+ejs_banurl[numimage]+'"><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()",105000);
   }

AffichePub();

