// RANDOM TESTIMONIALS //

var r_text = new Array ();

// Add a new variable for each testimonial //
r_text[0] = "&ldquo;I feel you are the best in Sacramento&rdquo;<br /><br /> &ndash; C. McCarthy";

r_text[1] = "&ldquo;Great customer service reputation. Always excellent service, no rushing, careful, clean.&rdquo;<br /><br />&ndash; R. &amp; K. Inzenllo";

r_text[2] = "&ldquo;It&rsquo;s wonderful to be cared for by a company who is interested in their customers&rdquo;<br /><br />&ndash; R. &amp; B. VanderVlugt";

r_text[3] = "&ldquo;Thank you for providing outstanding attention to detail and excellent customer service&rdquo;<br /><br />&ndash; J. &amp; M. Farmer";

r_text[4] = "&ldquo;Your entire staff was very professional, helpful and knowledgeable&rdquo;<br /><br />&ndash; P. Gormley";

r_text[5] = "&ldquo;Park Mechanical should be very proud of such an efficient and professional crew&rdquo;<br /><br />&ndash; P. Yeretzian ";

r_text[6] = "&ldquo;We received excellent service, start-to-finish&rdquo;<br /><br />&ndash; G. and J. Nyland";

r_text[7] = "&ldquo;Keep up the wonderful work and giving people that personal attention&rdquo;<br /><br />&ndash; E. Sloss";

r_text[8] = "&ldquo;Your professionalism and work ethic should be a role model for any customer-facing service industry&rdquo;<br /><br />&ndash; H. &amp; S. Maple";

r_text[9] = "&ldquo;Consider us permanent customers for all our HVAC system needs&rdquo;<br /><br />&ndash; J. Miles";

// Randomize array of quotes //
var i = Math.floor(7*Math.random())