// JavaScript Document



//START QUOTES
var textnumber = 3 ; 
var randomnumber = Math.random() ; 
var rand = Math.round( (textnumber-1) * randomnumber) + 1 ; 
text = new Array 

text[1] = '<p>APEX laid new tile work in our kitchen and we couldn&acute;t be happier! The kitchen looks brand new now and the fellow that did the installation was meticulous, thoughtful and very friendly. <br />...Susan Friesen.</p>';

text[2] = '<p>The granite is absolutely beautiful - perhaps better than I expected!!!  I have had so many compliments, but the main thing is how well everything coordinates. Thank you so much for all of your hard work - it was such a pleasure working with Apex and Kevin in particular. <br />...Katrina.</p>';

text[3] = '<p>You have to know how satisfied my wife and I are with the work your crew(s) have done. It looks great. It is very important to us that when workmen come to our house that they are good people. Your crew goes way beyond that. I would recommend  your company to anyone.<br />...Jerry Falk.</p>';


var mytext = text[rand];
//END QUOTES


