// ********** nom ***********
Nom = new Array(25);
Nom[0]="fleureasy";
Nom[1]="VertBaudet - fc";
Nom[2]="body bloom - fc";
Nom[3]="GrosBill - fc";
Nom[4]="e-sante - fc";
Nom[5]="VirginMega - fc";



// ********* tableau des liens *****
Pub = new Array(25);
Pub[0]="http://www.fleureasy.com"
Pub[1]="http://tracker.affistats.com/dirclick.php?id=a6497b8018c411276e1f2g1h222i1k3";
Pub[2]="http://tracker.affistats.com/dirclick.php?id=a6497b7393c411276e1f2g1h553i1k3";
Pub[3]="http://tracker.affistats.com/dirclick.php?id=a6497b5126c411276e1f2g1h287i1k3";
Pub[4]="http://tracker.affistats.com/dirclick.php?id=a6497b387c411276e1f2g1h57i1k3";
Pub[5]="http://tracker.affistats.com/dirclick.php?id=a6497b10106c411276e1f2g1h330i1k3";

// ***** Tableau des images *****
Imgpub = new Array(25);
Imgpub[0]="http://amneo.com/pub/FleurEasy468x60.gif";
Imgpub[1]="http://tracker.affistats.com/dirtag.php?id=a6497b8018c411276e1f2g1h222i1k3";
Imgpub[2]="http://tracker.affistats.com/dirtag.php?id=a6497b7393c411276e1f2g1h553i1k3";
Imgpub[3]="http://tracker.affistats.com/dirtag.php?id=a6497b5126c411276e1f2g1h287i1k3";
Imgpub[4]="http://tracker.affistats.com/dirtag.php?id=a6497b387c411276e1f2g1h57i1k3";
Imgpub[5]="http://tracker.affistats.com/dirtag.php?id=a6497b10106c411276e1f2g1h330i1k3";

// ***** index sortant un nombre aléatoire compris entre 0 et le nombre de ligne de pub *****
idx=(a=new Date()).getSeconds()%6;