var Testimonial=new Array()

Testimonial[0] = '<p><span class="test-quote">“</span> My vet likes to say that you poured a little water from the Fountain of Youth into Sammy when you opened him up! Again, I cannot thank you enough for all you and the clinic did for us during those hard times.</p><p>I plan to trailer Sammy to the clinic one day for a visit.  He would like to see you all again.<span class="test-quote">”</span></p><span class="test-quote">–</span> Carol';
Testimonial[1] = '<p><span class="test-quote">“</span> Nikki is doing great!<br />I very much appreciate your call and am grateful for how well you and your staff took care of her. I will absolutely recommend the clinic at any time.</p><p>Thank you again! <span class="test-quote">”</span></p><span class="test-quote">–</span> Sarah Nevitt';

var Z = Testimonial.length;
var TheTest=Math.round(Math.random()*(Z-1));

document.write(Testimonial[TheTest]);
