<!--
function text() {
};
text = new text();
number = 0;
// textArray
text[number++] = "<span class=testimonial><font size='2'>&quot;Josiah and Seanna are very nice, and really care about their customers.&quot;</span><br/></font><br><span class=testimonialsig>R. Cox</span></div>"


text[number++] = "<span class=testimonial><font size='2'>&quot;Excellent service!  Very satisfied, and will recommend to others!&quot;</span><br/></font><br><span class=testimonialsig>B. Paldering</span></div>"

text[number++] = "<span class=testimonial><font size='2'>&quot;Great customer service, clean shop, reasonable cost.  What more could a person ask for?!&quot;</span><br/></font><br><span class=testimonialsig>C. Reeves</span></div>"

text[number++] = "<span class=testimonial><font size='2'>&quot;We would (and have) definitely recommend your shop to others.  You are courteous, timely, and go the extra mile.&quot;</span><br/></font><br><span class=testimonialsig>R. Cox</span></div>"

text[number++] = "<span class=testimonial><font size='2'>&quot;I love coming into your shop!   Everyone is so very friendly and helpful!  Thanks for everything, you rock!&quot;</span><br/></font><br><span class=testimonialsig>A. Nason</span></div>"

text[number++] = "<span class=testimonial><font size='2'>&quot;Thank you for always checking things out, since I hardly know one noise from another!  It’s a good feeling to feel safe every time I leave!&quot;</span><br/></font><br><span class=testimonialsig>B. Grow</span></div>"

text[number++] = "<span class=testimonial><font size='2'>&quot;Medford Automotive is of the highest integrity.  The service is excellent and all of the staff are most pleasant to deal with.  It is the nicest repair shop I have ever dealt with.&quot;</span><br/></font><br><span class=testimonialsig>Janice Reese</span></div>"
text[number++] = "<span class=testimonial><font size='2'>&quot;I just moved here and was very worried about finding a quality shop...it is reassuring to know that you can get good service here, thanks!&quot;</span><br/></font><br><span class=testimonialsig>Tracy Carey-Weston</span></div>"
text[number++] = "<span class=testimonial><font size='2'>&quot;A honest mechanic and high quality of work make for a winning combination. I think we have found that in you!&quot;</span><br/></font><br><span class=testimonialsig>Ron and Jaquie Morris</span></div>"

// keep adding items here.
increment = Math.floor(Math.random() * number);
document.write(text[increment]);
//-->