<!-- Begin
images = new Array(
        "../../en/images/testimonial1.gif",
     	"../../en/images/testimonial2.gif",
		"../../en/images/testimonial3.gif",
		"../../en/images/testimonial4.gif",
		"../../en/images/testimonial5.gif",
		"../../en/images/testimonial6.gif",
		"../../en/images/testimonial7.gif",
		"../../en/images/testimonial8.gif",
		"../../en/images/testimonial9.gif",
		"../../en/images/testimonial10.gif",
		"../../en/images/testimonial11.gif",
		"../../en/images/testimonial12.gif",
		"../../en/images/testimonial13.gif",
		"../../en/images/testimonial14.gif",
		"../../en/images/testimonial15.gif",
		"../../en/images/testimonial16.gif",
		"../../en/images/testimonial17.gif",
		"../../en/images/testimonial18.gif",
		"../../en/images/testimonial19.gif",
		"../../en/images/testimonial20.gif",
		"../../en/images/testimonial21.gif");

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

//  End -->
