// JavaScript Document
var r_text = new Array ();
r_text[0] = "<p class='quotes'>&quot;we have been recommending him to our costumers and have not " +
"had a single complaint about his work or the way he presents himself to the customers&quot;</p>" +
"<p class='quotesSig'>  Royal City Colours, <br /> Benjamin Moore Paints, <br /> New Westminster </p>";
r_text[1] = "<p class='quotes'>&quot;We are extremely pleased with the outcome and plan on having" +
  " Alan and his team come back to do some more work for us in the near future.&quot;</p>" +
"<p class='quotesSig'>  Rima and John Alevras <br /> Vancouver B.C</p>" ;
r_text[2] = "<p class='quotes'>&quot;His attitude and skill" +
 "  was a refreshing experience and I would hire him again and recommend him" +
  "   to all my clients.&quot;</p>" +
"<p class='quotesSig'>  Geoff Jarman <br /> www.jarmanrealestate.com</p>";
//r_text[3] = "<h3>heading 3. On a winter's day</h3>";
//r_text[4] = "I'd be safe and warm";
//r_text[5] = "If I was in L.A.";
//r_text[6] = "California dreaming, On such a winter's day";
var i = Math.floor(2*Math.random())





  


  
