/*
Gestion de banni&egrave;re
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

ejs_banurl = new Array;
ejs_banimageUrl=new Array;



ejs_banimageUrl[0] = "http://www.prophetis.com/images/banniere_rentree.gif";
ejs_banurl[0] = "http://www.prophetis.com/Commandez themes.htm";

ejs_banimageUrl[1] = "http://www.prophetis.com/images/banniere_voyanceonline.gif";
ejs_banurl[1] = "http://prophetis.free.fr/voyanceonline.htm";

ejs_banimageUrl[2] = "http://www.prophetis.com/images/banniere_voydirecte2.gif";
ejs_banurl[2] = "http://voyanceaudiotel.free.fr";

ejs_banimageUrl[3] = "http://lefilderyane.free.fr/images/banniere_eryane.gif";
ejs_banurl[3] = "http://lefilderyane.free.fr";

ejs_banimageUrl[4] = "http://www.prophetis.com/images/runique.gif";
ejs_banurl[4] = "http://www.prophetis.com/magie_runique.htm";

ejs_banimageUrl[5] = "http://www.voyanciel.com/images/voyanciel.gif";
ejs_banurl[5] = "http://www.allopass.com/check/red.php4?CA=X282795N5P3S57";

ejs_banimageUrl[6] = "http://www.prophetis.com/images/banniere-prophetispub.gif";
ejs_banurl[6] = "http://www.prophetis.com";

ejs_banimageUrl[7] = "http://www.prophetis.com/images/magic2.jpg";
ejs_banurl[7] = "http://www.prophetis.com/magie.htm";

ejs_banimageUrl[8] = "http://www.ljvg.com/artemis/images/banniere_artemis.jpg";
ejs_banurl[8] = "http://www.ljvg.com/artemis";

ejs_banimageUrl[9] = "http://www.france-horoscope.com/images/bannieres/horoscope-girl.gif";
ejs_banurl[9] = "http://www.allopass.com/check/red.php4?CA=X110022ME526S8";

ejs_banimageUrl[10] = "http://nebnefert.free.fr/images/banniere_nebnefert.gif";
ejs_banurl[10] = "http://nebnefert.free.fr";

ejs_banimageUrl[11] = "http://astralmania.free.fr/images/banniere_astralmania.gif";
ejs_banurl[11] = "http://astralmania.free.fr";

ejs_banimageUrl[12] = "http://www.prophetis.com/images/directe_468.jpg";
ejs_banurl[12] = "http://www.prophetis.com/chat_gratuit.htm";

ejs_banimageUrl[13] = "http://poseidonis.ljvg.com/images/banniere_poseidonis.gif";
ejs_banurl[13] = "http://poseidonis.ljvg.com";

ejs_banimageUrl[14] = "http://www.france-horoscope.com/bannieres/tirage-tarot.gif";
ejs_banurl[14] = "http://www.allopass.com/check/red.php4?CA=X31679237UG2Y6";

ejs_banimageUrl[15] = "http://www.prophetis.com/images/banniere_voydirecte2.gif";
ejs_banurl[15] = "http://voyanceaudiotel.free.fr";

ejs_banimageUrl[16] = "http://prophetis.free.fr/images/banniere_chateso.png";
ejs_banurl[16] = "http://voyancechat.visiovoyance.net";

ejs_banimageUrl[17] = "http://www.ljvg.com/voyancechat/images/banniere.png";
ejs_banurl[17] = "http://voyancechat.visiovoyance.net";

ejs_banimageUrl[18] = "http://www.monsitevoyance.com/images/468x60_2.gif";
ejs_banurl[18] = "http://prophetis.tchatvoyance.net" ;



affiche = false;

function popup (page) {
 window.open(page,'popup','width=610,height=420,resizable=1,toolbar=1,scrollbars=yes');
 }

function AffichePub()
   {
   if(!affiche)
      {
      numimage= Math.round(Math.random()*(ejs_banurl.length-1));
      document.write ('<A HREF="#" onClick="popup(ejs_banurl[numimage],\'_top\')"><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()",40000);
   }

AffichePub();

