var quote = new Array ();

quote[0] = "Very professional";
quote[1] = "Definitely reliable, she doesn't make promises she can't keep";
quote[2] = "Looks at the whole picture & plays win/win";
quote[3] = "Above average, I turn to her for explanations. She gets back to me quickly and gives me honest answers, keeps up with things";
quote[4] = "Really know where I stand";
quote[5] = "Very thorough, asks questions, helps with C.R.A.";
quote[6] = "I don't have to leave my office, can deal with her over Internet, very convenient";
quote[7] = "Small company that gives personal attention, no delays in answering questions, very accessible";
var i = Math.floor(8*Math.random())

document.write('<h3>Client Testimonial</h3><p class="testimonialText">"' + quote[i] + '"</p>');




