/*
POUTROS

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

*/

topforurl = new Array;
topforimageUrl=new Array;

topforimageUrl[0] = "http://www.graphiks.net/data/88x31.gif";
topforurl[0] = "http://www.graphiks.net/";

topforimageUrl[1] = "http://www.todoojeux.com/logo3.gif";
topforurl[1] = "http://www.todoojeux.com/";

topforimageUrl[2] = "http://users.skynet.be/kkw3t/liendur/but-exclusive-liendur.gif";
topforurl[2] = "http://www.liendur.be/forum-240-1.php";

topforimageUrl[3] = "http://www.tagbox.fr/banner/tagbox-annuaire-2.gif";
topforurl[3] = "http://www.tagbox.fr/annuaire/forum,jeu-de-roles,1_d.html";

topforimageUrl[4] = "http://www.paylink.fr/pub/plpub.gif";
topforurl[4] = "http://www.paylink.fr/";

topforimageUrl[4] = "http://www.annuaire-web-france.com/images/logo-annuaire-web-france.gif";
topforurl[4] = "http://www.annuaire-web-france.com/vote-annuaire-web-france.php?id_site_vote=25744";

affiche = false;

function AffichePub()
   {
   if(!affiche)
      {
      numimage= Math.round(Math.random()*(topforurl.length-1));
      document.write ('<A HREF="#" onClick="window.open(topforurl[numimage],\'_blank\')"><IMG SRC="' + topforimageUrl[numimage] + '" BORDER=0 NAME=topforpub width="88" height="31"></A>')
      affiche = true;
      }
   else
      {
      if(numimage == (topforurl.length-1))
         numimage = 0;
      else
         numimage++;
      document.topforpub.src=topforimageUrl[numimage];
      }
   setTimeout("AffichePub()",7500);
   }

AffichePub();