2/*

Gestion de banni&egrave;re

SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT

http://www.editeurjavascript.com

ejs_banimageUrl[3] = "http://www.australia-australie.com/gfx/pub_forum/vols-eaustralie2.gif";

ejs_banurl[3] = "http://www.e-australie.com/vols_touristes/#korean";



*/



ejs_banurl = new Array;

ejs_banimageUrl=new Array;


ejs_banimageUrl[0] = "http://www.australia-australie.com/gfx/pub_forum/pubbillet.gif";

ejs_banurl[0] = "http://www.gdaysundays.com/";

ejs_banimageUrl[1] = "http://www.australia-australie.com/gfx/pub_forum/vols-eaustralie.gif";

ejs_banurl[1] = "http://www.e-australie.com/vols_visa_vacances_travail/";

ejs_banimageUrl[2] = "http://www.australia-australie.com/gfx/pub_forum/asfe-pub.jpg";

ejs_banurl[2] = "http://www.whv-australie.com/asfe/";

ejs_banimageUrl[3] = "http://www.australia-australie.com/gfx/pub_forum/travelzen-pub.jpg";

ejs_banurl[3] = "http://www.whv-australie.com/travel-zen/";

ejs_banimageUrl[4] = "http://www.australia-australie.com/gfx/pub_forum/francaustralia-embassy.jpg";

ejs_banurl[4] = "http://www.whv-australie.com/cours-anglais-pass-whv/";

ejs_banimageUrl[5] = "http://www.australia-australie.com/gfx/pub_forum/promo-etihad.gif";

ejs_banurl[5] = "http://www.e-australie.com/promos/";

/*

*/


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=1 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()",8000);

   }



AffichePub();
