ejs_banurl = new Array;
ejs_banimageUrl=new Array;

ejs_banimageUrl[0] = "http://www.notes-de-provence.com/images/banniere-metissence.gif"; 
ejs_banurl[0] = "http://www.notes-de-provence.com/pdt312/beauty_products.html?ref=222&affiliate_banner_id=3";		
		
ejs_banimageUrl[1] = "http://www.notes-de-provence.com/images/banniere-image-468-ndp.gif";  
ejs_banurl[1] = "http://www.notes-de-provence.com/beauty.html?ref=222&affiliate_banner_id=12";

ejs_banimageUrl[2] = "http://action.metaffiliation.com/suivi.php?maff=S3AC7476F61C11";  
ejs_banurl[2] = "http://action.metaffiliation.com/suivi.php?mclic=S3AC7476F61C11";		

ejs_banimageUrl[3] = "http://track.effiliation.com/servlet/effi.show?id_compteur=10885332";
ejs_banurl[3] = "http://track.effiliation.com/servlet/effi.click?id_compteur=10885332";	

			
affiche = false;

function AffichePub()
   {
   if(!affiche)
      {
      numimage= Math.round(Math.random()*(ejs_banurl.length-1));
      document.write ('<A HREF="#" onClick="window.open(ejs_banurl[numimage],\'_blank\')"><IMG SRC="' + ejs_banimageUrl[numimage] + '" BORDER=0 NAME=ejs_banpub></A>')
      affiche = true;
      }
   else
      {
      if(numimage == (ejs_banurl.length-1))
         numimage = 0;
      else
         numimage++;
      document.ejs_banpub.src=ejs_banimageUrl[numimage];
      }
   setTimeout("AffichePub()",20000); 
   }

AffichePub();