// RANDOM TESTIMONIALS //

var r_text = new Array ();

// Add a new variable for each testimonial //
r_text[0] = "&ldquo;The ROI for a 100 dog capacity pet resort is expected after the second year of operation&rdquo;";

r_text[1] = "&ldquo;My business has grown almost 200% month over month during the first 18 months of business&rdquo;<br />&ndash; Jim Ezell";

r_text[2] = "&ldquo;Where else can one invest and enjoy a 50% return?&rdquo;<br />&ndash; Model Location, Royal Oak, MI";

r_text[3] = "&ldquo;Experience the passion, love the product, and reap the benefits&rdquo;";

r_text[4] = "Our Mission:  To become the industry&rsquo;s most recognized pet care franchisor known for the highest standards in pet care and the highest return on investment for franchisees.";

r_text[5] = "&ldquo;I expanded the capacity of my pet resort during the first year of operation &mdash; I just didn&rsquo;t have enough room for all of the pets&rdquo;!  <br />&ndash;Amy Michalski";

r_text[6] = "Seeing is believing &mdash; see our product before you make a decision about your future";

r_text[7] = "What other pet care franchise can offer 30 years experience in the business?";

r_text[8] = "&ldquo;I run my pet resort from 3,000 miles away.  It&rsquo;s all about training, staffing, customer service, marketing, technology &amp; measurements.&rdquo;<br />&ndash; Art Rimbold";

r_text[9] = "In business for yourself not by yourself &mdash; Live your dream";

r_text[10] = "&ldquo;The future belongs to those who believe in the beauty of their dreams&rdquo;<br />&ndash;  Eleanor Roosevelt";

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