// 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 id="testimonials">I look forward to working more with Alvin Epp. He knows the right people and who to contact at City Hall. His work with the administration departments of both Abbotsford and Surrey have helped me move two important projects along. If I need to talk to just about anybody in town, I call Alvin.<br/><br/>~ KJ Kim, SMK Investments Inc.</p>';



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


//START QUOTES
var textnumber1 = 1 ; 
var randomnumber1 = Math.random() ; 
var rand1 = Math.round( (textnumber1) * randomnumber1) + 1 ; 
text1 = new Array 

text1[1] = '<img src="/images/grey-circle-pattern.jpg" alt="Grey Circle Pattern" width="195" height="204" align="left" />';
text1[2] = '<img src="/images/grey-circle-pattern.jpg" alt="Grey Circle Pattern" width="195" height="404" align="left" />';



var mytext1 = text1[rand1];
//END QUOTES


