<!-- Begin
images = new Array(
        "../../fr/images/testimonial1.gif",
     	"../../fr/images/testimonial2.gif",
		"../../fr/images/testimonial3.gif",
		"../../fr/images/testimonial4.gif",
		"../../fr/images/testimonial5.gif",
		"../../fr/images/testimonial6.gif",
		"../../fr/images/testimonial7.gif",
		"../../fr/images/testimonial8.gif",
		"../../fr/images/testimonial9.gif",
		"../../fr/images/testimonial10.gif",
		"../../fr/images/testimonial11.gif",
		"../../fr/images/testimonial12.gif",
		"../../fr/images/testimonial13.gif",
		"../../fr/images/testimonial4.gif");

        
ri= Math.floor(images.length*Math.random());
ri='<img alt="" src="'+images[ri]+ '" border=0>';

//  End -->