var mess = new Array('<img src="images/Testimonial_Carter-new.gif" width="252" height="117">','<img src="images/Testimonial_Damiani-new.gif" width="252" height="117">','<img src="images/Testimonial_Morley-new.gif" width="252" height="117">','<img src="images/Testimonial_Schaeffer-new.gif" width="252" height="117">','<img src="images/Testimonial_TReid-new.gif" width="252" height="117">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
