ban_banurl = new Array;
ban_banimageUrl=new Array;
ban_banimageUrl[0] = "http://www.jewelry-bijoux.com/images/INTERESTING468X60.gif";
ban_banurl[0] = "http://www.interestingness.org/";






affiche = false;
function AffichePub()
   {
   if(!affiche)
      {
      numimage= Math.round(Math.random()*(ban_banurl.length-1));
      document.write ('<A HREF="#" onClick="window.open(ban_banurl[numimage],\'_blank\')"><IMG SRC="' + ban_banimageUrl[numimage] + '" BORDER=1 Alt="Votre site ici !" NAME=ban_banpub></A>')
      affiche = true;
      }
   else
      {
      if(numimage == (ban_banurl.length-1))
         numimage = 0;
      else
         numimage++;
      document.ban_banpub.src=ban_banimageUrl[numimage];
      }
   setTimeout("AffichePub()",15000);
   }
AffichePub();