/*
Boutons tops Minny Land
*/

ltop = new Array;
btop = new Array;

btop[0] = "http://lgdamsphoto.free.fr/toplgdamsphotoinfo/ban/toplgdamsphoto88x31.gif";
ltop[0] = "http://www.root-top.com/topsite/lgdamsphoto/in.php?ID=92";

btop[1] = "http://i28.tinypic.com/2cyfpeq.jpg";
ltop[1] = "http://www.root-top.com/topsite/rireetdtente/in.php?ID=110";

btop[2] = "http://img.root-top.com/topsite/darkelven76/banner.gif";
ltop[2] = "http://www.root-top.com/topsite/darkelven76/in.php?ID=1485";

btop[3] = "http://bannieres.3colombes.free.fr/occasion/88x30.gif";
ltop[3] = "http://www.root-top.com/topsite/les3colombes/in.php?ID=125";

btop[4] = "bann/kissdesign88.gif";
ltop[4] = "http://www.root-top.com/topsite/kisswebdesign/in.php?ID=2613";

btop[5] = "http://img.root-top.com/topsite/jdh14/banner.gif";
ltop[5] = "http://www.root-top.com/topsite/jdh14/in.php?ID=228";

btop[6] = "http://www.poucycreas.fr/images/crea 962.gif";
ltop[6] = "http://www.root-top.com/topsite/feepoucy/in.php?ID=24";

btop[7] = "bann/mimi.gif";
ltop[7] = "http://www.root-top.com/topsite/mimijazz/in.php?ID=467";

btop[8] = "bann/tvb.gif";
ltop[8] = "http://www.root-top.com/topsite/tivogliobene/in.php?ID=289";

btop[9] = "bann/terttu.jpg";
ltop[9] = "http://www.root-top.com/topsite/queen/in.php?ID=103";

btop[10] = "bann/tchounette.jpg";
ltop[10] = "http://www.root-top.com/topsite/bisoudixy/in.php?ID=315";

btop[11] = "http://img.root-top.com/topsite/decharme/banner.gif";
ltop[11] = "http://www.root-top.com/topsite/decharme/in.php?ID=1";

affiche = false;

function BoutonsTops()
   {
   if(!affiche)
      {
      numimage = Math.round(Math.random()*(ltop.length-1));
      document.write ('<font size="1"><b>1 clic = 1 vote<br><a href="#" onClick="window.open(ltop[numimage],\'_blank\')"><img src="' + btop[numimage] + '" height=31 width=88 border=0 name=topsbouton></a><br>.: Merci :.</b></font>')
      affiche = true;
      }
   else
      {
      if(numimage == (ltop.length-1))
         numimage = 0;
      else
         numimage++;
      document.topsbouton.src=btop[numimage];
      }
   setTimeout("BoutonsTops()",4000);
   }

BoutonsTops();
