// JavaScript Document



//START QUOTES
var textnumber = 1 ; 
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>';


var mytext = text[rand];
//END QUOTES

