ejs_banurl=new Array;

ejs_banimageUrl=new Array;





ejs_banimageUrl[0] = "nean";

ejs_banurl[0] = "http://http://www.zapaweb.com/partenaire/sortie.php?id=311";


ejs_banimageUrl[1] = "http://www.boutique-des-terroirs.com/images/mbandeau/bou1bleu.gif";

ejs_banurl[1] = "http://http://www.zapaweb.com/partenaire/sortie.php?id=43";


ejs_banimageUrl[2] = "http://www.esprit-feminin-masculin.com/images/bouton88x31.gif";

ejs_banurl[2] = "http://http://www.zapaweb.com/partenaire/sortie.php?id=92";


ejs_banimageUrl[3] = "http://laser2.free.fr/bt_laser2.jpg";

ejs_banurl[3] = "http://http://www.zapaweb.com/partenaire/sortie.php?id=99";


ejs_banimageUrl[4] = "http://www.mondedesmots.com/bouton88.gif";

ejs_banurl[4] = "http://http://www.zapaweb.com/partenaire/sortie.php?id=75";


ejs_banimageUrl[5] = "http://www.bijouxetfantaisiesexpress.fr/logoo88x31.gif";

ejs_banurl[5] = "http://http://www.zapaweb.com/partenaire/sortie.php?id=107";


ejs_banimageUrl[6] = "http://img7.xooimage.com/files/6/1/6/bouton-ef0cf.gif";

ejs_banurl[6] = "http://http://www.zapaweb.com/partenaire/sortie.php?id=109";


ejs_banimageUrl[7] = "http://www.elevagesoska.com/images/bouton2.png";

ejs_banurl[7] = "http://http://www.zapaweb.com/partenaire/sortie.php?id=312";


ejs_banimageUrl[8] = "http://lotobingo.com/partenaires.html";

ejs_banurl[8] = "http://http://www.zapaweb.com/partenaire/sortie.php?id=324";


ejs_banimageUrl[9] = "http://fricavolonte.free.fr/banniere/bouton.gif";

ejs_banurl[9] = "http://http://www.zapaweb.com/partenaire/sortie.php?id=71";




affiche = false;


function AffichePub()

   {

   if(!affiche)

      {

      numimage= Math.round(Math.random()*(ejs_banurl.length-1));

      document.write ('<A HREF='+ejs_banurl[numimage]+' target=_blank><IMG SRC="' + ejs_banimageUrl[numimage] + '" BORDER=0 width=88 height=31 alt="Un partenaire"></a>')

      affiche = true;

      }

   else

      {

      if(numimage == (ejs_banurl.length-1))

         numimage = 0;

      else

         numimage++;

      document.src=ejs_banimageUrl[numimage];

      }

   setTimeout("AffichePub()",10000);

   }


AffichePub();