ejs_banurl=new Array;

ejs_banimageUrl=new Array;


ejs_banimageUrl[0] = "http://www.creathena.be/banniere/top_athena.gif";

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


ejs_banimageUrl[1] = "http://www.kissdesign.net/logos_topsites/unpetitcoinpourtoi.gif";

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


ejs_banimageUrl[2] = "http://www.kissdesign.net/logos_topsites/topsiteloubillou.gif";

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


ejs_banimageUrl[3] = "http://www.bonjourchezdo.com/images/bouton-top-tendresse-110.JPG";

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


ejs_banimageUrl[4] = "http://www.chezmellia.net/top_monde.gif";

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







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="Votez pour KissDesign en cliquant ici!"></a>')

      affiche = true;

      }

   else

      {

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

         numimage = 0;

      else

         numimage++;

      document.src=ejs_banimageUrl[numimage];

      }

   setTimeout("AffichePub()",1000);

   }


AffichePub();
