var testimonials=new Array() // do not change this!

testimonials[0] = "&#8220;You're the third and, thankfully, final host I have tried... thank you.&#8221;<br /><span>says Dr. Clark, vachirocenter.com</span>";
testimonials[1] = "&#8220;Thank you for the excellent service!&#8221;<br /><span>says Cindy, elitepayroll.com</span>";


var t = testimonials.length;
var whichtestimonials=Math.round(Math.random()*(t-1));
function showtestimonials(){document.write(testimonials[whichtestimonials]);}
showtestimonials();