ejs_banurl = new Array;
ejs_banimageUrl=new Array;

/*ejs_banimageUrl[0] = "http://www.floraclic.fr/images/fdm2-2011.gif";
ejs_banurl[0] = "http://www.floraclic.fr/achat/cat-fleurs-fete-des-meres-134.html";*/

ejs_banimageUrl[0] = "http://www.floraclic.fr/images/anim2-1.gif";
ejs_banurl[0] = "http://www.floraclic.fr/index.html";

ejs_banimageUrl[1] = "http://www.floraclic.fr/images/anim-noel.gif";
ejs_banurl[1] = "http://www.floraclic.fr/achat/cat-fleurs-noel-bonne-annee-121.html";

ejs_banimageUrl[2] = "http://www.floraclic.fr/images/anim1-1.gif";
ejs_banurl[2] = "http://www.floraclic.fr/index.html";

ejs_banimageUrl[3] = "http://www.floraclic.fr/images/anim-noel.gif";
ejs_banurl[3] = "http://www.floraclic.fr/achat/cat-fleurs-noel-bonne-annee-121.html";

ejs_banimageUrl[4] = "http://www.floraclic.fr/images/anim3-1.gif";
ejs_banurl[4] = "http://www.floraclic.fr/index.html";

/*ejs_banimageUrl[5] = "http://www.floraclic.fr/images/auto-promo-muguet2.gif";
ejs_banurl[5] = "http://www.floraclic.fr/achat/cat-fleurs-muguet-1er-mai-123.html";*/

/*ejs_banimageUrl[6] = "http://www.floraclic.fr/images/auto-promo-paques.gif";
ejs_banurl[6] = "http://www.floraclic.fr/achat/cat-livraison-fleurs-paques-133.html";*/

/*ejs_banimageUrl[7] = "http://www.floraclic.fr/images/anim-val.gif";
ejs_banurl[7] = "http://www.floraclic.fr/achat/cat-fleurs-saint-valentin-131.html";*/

/*ejs_banimageUrl[8] = "http://www.floraclic.fr/images/anim-fdgm.gif";
ejs_banurl[8] = "http://www.floraclic.fr/achat/cat-fleurs-fete-des-grands-meres-184.html";*/



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=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()",5000);
}

AffichePub();





