// RANDOM TESTIMONIALS //

var r_text = new Array ();

// Add a new variable for each testimonial //
r_text[0] = "<span>Hiring the Lighting Geek</span>  has completely transformed my yard&hellip;<br><cite>&mdash; Jennifer Lundmark</cite>";

r_text[1] = "<span>The placement and quality</span>  of the lighting makes all the difference&hellip;<br><cite>&mdash; Eric Rubio</cite>";

r_text[2] = "<span>Tommy is always willing</span>  to work within your budget&hellip;<br><cite>&mdash; Christine Walker</cite>";


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