foot_banurl = new Array;
foot_banimageUrl=new Array;

foot_banimageUrl[0] = "http://www.madame-x.com/sponsors/ouahbig.gif";  
foot_banurl[0] = "http://fr.ouah.com/?parrain=f38d26cd92";	

foot_banimageUrl[1] = "http://images.superloterie.net/banniere/SL_468x60.gif"; 
foot_banurl[1] = "http://www.superloterie.net/?p=868714";

foot_banimageUrl[2] = "http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/787/20070502110415_468x60_07.gif"; 
foot_banurl[2] = "http://www.yes-messenger.com/?id=10088&e=1&w=0";

foot_banimageUrl[3] = "http://www.planet49.fr/banner/6sur49_468x60.gif"; 
foot_banurl[3] = "http://www.planet49.fr/partner/?tell=pid4130333";

foot_banimageUrl[4] = "http://www.easyflirtpartners.biz/promo/bans/lang/fr/1-468x60.jpg"; 
foot_banurl[4] = "http://lovaffair.love.carasexe.com";


affiche = false;

function AfficheFoot()
   {
   if(!affiche)
      {
      numimage= Math.round(Math.random()*(foot_banurl.length-1));
      document.write ('<A HREF="#" onClick="window.open(foot_banurl[numimage],\'_blank\')"><IMG SRC="' + foot_banimageUrl[numimage] + '" BORDER=0 HEIGHT=60 WIDTH=468 NAME=foot_banpub></A>')
      affiche = true;
      }
   else
      {
      if(numimage == (foot_banurl.length-1))
         numimage = 0;
      else
         numimage++;
      document.foot_banpub.src=foot_banimageUrl[numimage];
      }
   setTimeout("AfficheFoot()",10000); 
   }

AfficheFoot();

