// RANDOM TESTIMONIALS //

var r_text = new Array ();

// Add a new variable for each testimonial //
r_text[0] = '<img src="/images/refresh/photo-1.jpg" alt="Phoenix Local Pet Care and Resort" />';

r_text[1] = '<img src="/images/refresh/photo-2.jpg" alt="Phoenix Local Pet Care and Resort" />';

r_text[2] = '<img src="/images/refresh/photo-3.jpg" alt="Phoenix Local Pet Care and Resort" />';

r_text[3] = '<img src="/images/refresh/photo-4.jpg" alt="Phoenix Local Pet Care and Resort" />';

r_text[4] = '<img src="/images/refresh/photo-5.jpg" alt="Phoenix Local Pet Care and Resort" />';

r_text[5] = '<img src="/images/refresh/photo-6.jpg" alt="Phoenix Local Pet Care and Resort" />';

r_text[6] = '<img src="/images/refresh/photo-7.jpg" alt="Phoenix Local Pet Care and Resort" />';

r_text[7] = '<img src="/images/refresh/photo-8.jpg" alt="Phoenix Local Pet Care and Resort" />';

r_text[8] = '<img src="/images/refresh/photo-9.jpg" alt="Phoenix Local Pet Care and Resort" />';

r_text[9] = '<img src="/images/refresh/photo-10.jpg" alt="Phoenix Local Pet Care and Resort" />';

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