/*
POUTROS
// www.3000fr.com //

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

*/

topforurl = new Array;
topforimageUrl=new Array;

topforimageUrl[0] = "http://tantra-PH.3000fr.com/i1/tantra-ph-468-60.png";
topforurl[0] = "http://tantra-PH.3000fr.com/";

topforimageUrl[1] = "http://www.3000fr.com/i1/canet-1-468.png";
topforurl[1] = "http://canet-en-roussillon.3000fr.com/";

topforimageUrl[2] = "http://www.3000fr.com/forum/img-general/bani_3000_468_1.gif";
topforurl[2] = "http://www.3000fr.com/";

topforimageUrl[3] = "http://www.info-facile.net/images/liens/banner.gif";
topforurl[3] = "http://www.info-facile.net/";

topforimageUrl[4] = "http://www.viaphp.net/medias/images/viaphp_468x60.jpg";
topforurl[4] = "http://www.viaphp.net/";

topforimageUrl[4] = "http://planethoster.net/affilies/planethoster.net-728x90-02.gif";
topforurl[4] = "http://www.planethoster.net/mutualises.php?a_aid=yscj3k&amp;a_bid=48b125d5";


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="468" height="60"></A>')
      affiche = true;
      }
   else
      {
      if(numimage == (topforurl.length-1))
         numimage = 0;
      else
         numimage++;
      document.topforpub.src=topforimageUrl[numimage];
      }
   setTimeout("AffichePub()",7500);
   }

AffichePub();
