ejs_banurl=new Array;

ejs_banimageUrl=new Array;





ejs_banimageUrl[0] = "http://www.sitanous.com/images.de.reve/logotopsite.gif";

ejs_banurl[0] = "http://www.root-top.com/topsite/kathia/in.php?ID=6";


ejs_banimageUrl[1] = "http://www.koshini.com/logovote88x31.gif";

ejs_banurl[1] = "http://www.root-top.com/topsite/koshini/in.php?ID=8";


ejs_banimageUrl[2] = "http://img.root-top.com/topsite/images/banner.gif";

ejs_banurl[2] = "http://www.root-top.com/topsite/images/in.php?ID=16";


ejs_banimageUrl[3] = "http://www.sitanous.com/grotte.aux.gifs/logo_vote_top_gifs_animes.gif";

ejs_banurl[3] = "http://www.root-top.com/topsite/gifs_animes/in.php?ID=3";


ejs_banimageUrl[4] = "http://www.kissdesign.org/logodevote_top_mozaic.gif";

ejs_banurl[4] = "http://www.root-top.com/topsite/mozaic23/in.php?ID=3";


ejs_banimageUrl[5] = "http://www.sitanous.com/grotte.aux.gifs/logo_vote_top_gifs_animes.gif";

ejs_banurl[5] = "http://www.root-top.com/topsite/gifs_animes/in.php?ID=3";


ejs_banimageUrl[6] = "http://www.kissdesign.org/logodevote_top_mozaic.gif";

ejs_banurl[6] = "http://www.root-top.com/topsite/mozaic23/in.php?ID=3";


ejs_banimageUrl[7] = "http://www.kissdesign.net/newtop100kissdesign.gif";

ejs_banurl[7] = "http://www.root-top.com/topsite/kisswebdesign/in.php?ID=2280";









affiche = false;


function AffichePub()

   {

   if(!affiche)

      {

      numimage= Math.round(Math.random()*(ejs_banurl.length-1));

      document.write ('<A HREF='+ejs_banurl[numimage]+' target=_blank><IMG SRC="' + ejs_banimageUrl[numimage] + '" BORDER=0  alt="Un partenaire"></a>')

      affiche = true;

      }

   else

      {

      if(numimage == (ejs_banurl.length-1))

         numimage = 0;

      else

         numimage++;

      document.src=ejs_banimageUrl[numimage];

      }

   setTimeout("AffichePub()",1000);

   }


AffichePub();