ejs_banurl_01 = new Array;
ejs_banimageUrl_01=new Array;

ejs_banimageUrl_01[0]="http://www.rencontrepartelephone.com/ban_rencontrepartel_468_01.gif";
ejs_banurl_01[0]="http://www.rencontrepartelephone.com";


affiche_01 = false;

function AffichePub_01()
   {
   if(!affiche_01)
      {
      numimage_01= Math.round(Math.random()*(ejs_banurl_01.length-1));
      document.write ('<A HREF="#" onClick="window.open(ejs_banurl_01[numimage_01],\'_blank\')"><IMG SRC="' + ejs_banimageUrl_01[numimage_01] + '" WIDTH=468 HEIGHT=60 BORDER=0 NAME=ejs_banpub_01></A>')
      affiche_01 = true;
      }
   else
      {
      if(numimage_01 == (ejs_banurl_01.length-1))
         numimage_01 = 0;
      else
         numimage_01++;
      document.ejs_banpub_01.src=ejs_banimageUrl_01[numimage_01];
      }
   //setTimeout("AffichePub_01()",8000); // 10000 = 10 secondes
   setTimeout("AffichePub_01()",60000);
   }

AffichePub_01();

