<!--
//ejs_banurl = new Array;
//ejs_banimageUrl=new Array;
//
//
//
//ejs_banimageUrl[0] = "images/banner.jpg";
//ejs_banurl[1] = "" ;
//
//ejs_banimageUrl[1] = "images/banner2.jpg";
//ejs_banurl[1] = "";
//
//
//
//
//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],\'_top\')"><IMG SRC="' + ejs_banimageUrl[numimage] + '" BORDER=0 NAME=ejs_banpub></A>')
//	
//		document.write ('<img src="' + ejs_banimageUrl[numimage] + '" width=474 height=245 NAME=ejs_banpub>')
//											
//      affiche = true;
//      }
//   else
//      {
//      if(numimage == (ejs_banurl.length-1))
//         numimage = 0;
//      else
//         numimage++;
//      document.ejs_banpub.src=ejs_banimageUrl[numimage];
//      }
//   setTimeout("AffichePub()",2000);
//   }
//
//AffichePub();
// -->


ejs_banimageUrl=new Array;



ejs_banimageUrl[0] = "../images/banner.jpg";

ejs_banimageUrl[1] = "../images/banner2.jpg";




affiche = false;

function AffichePub()
   {
   if(!affiche)
      {
      numimage= Math.round(Math.random()*(ejs_banimageUrl.length-1));

	
		document.write ('<img src="' + ejs_banimageUrl[numimage] + '" width=474 height=245 NAME=ejs_banpub>')
											
      affiche = true;
      }
   else
      {
      if(numimage == (ejs_banimageUrl.length-1))
         numimage = 0;
      else
         numimage++;
      document.ejs_banpub.src=ejs_banimageUrl[numimage];
      }
   setTimeout("AffichePub()",2000);
   }



//second image

ejs_banimageUrl1=new Array;



ejs_banimageUrl1[0] = "../images/banner1.jpg";

ejs_banimageUrl1[1] = "../images/banner3.jpg";




affiche1 = false;

function AffichePub1()
   {
   if(!affiche1)
      {
      numimage1= Math.round(Math.random()*(ejs_banimageUrl1.length-1));

	
		document.write ('<img src="' + ejs_banimageUrl1[numimage1] + '" width=474 height=245 NAME=ejs_banpub1>')
											
      affiche1 = true;
      }
   else
      {
      if(numimage1 == (ejs_banimageUrl1.length-1))
         numimage1 = 0;
      else
         numimage1++;
      document.ejs_banpub1.src=ejs_banimageUrl1[numimage1];
      }
   setTimeout("AffichePub1()",3000);
   }