function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "&quot;We were  told to get several bids on our windows.   Brian was our first, he was so pleasant and informative we decided to go  with his company.  His crew was excellent  and worked together amazingly well.  We  felt no worry about the job.  This has  been the best home project yet.  Great  windows and a good job done.  Thank You!&quot; <strong>J &amp; M</strong>"

text[number++] = "&quot;As always, your guys are pros. I have to get another building for you to work on - we can't keep doing the same one over and over! Thanks again for the prompt service.&quot; <b>Barry</b>"

text[number++] = "&quot;I would like to thank you for a job well done in installing the windows for my house. You were also polite, professional, and courteous.&quot;<br><b>Victoria P.</b>"

text[number++] = "&quot;Thanks for the great job. We will refer you to our friends.&quot;<br><b>BB</b>"

text[number++] = "&quot;When my wife and I need to look into replacing windows, we will be sure to contact you.&quot;<br><b>G.D.</b>"


text[number++] = "&quot;We just wanted to say &quot;Thank You&quot; for a job well done! We love the windows!&quot;<br><b>S.C.</b>"

text[number++] = "&quot;I want to express my thanks for your involvement in our door replacement project at our house...&quot;<br><b>B&amp;L B</b>"

text[number++] = "&quot;We are pleased with the product and the installation. Brian – you did a professional job in the estimating of the job and figuring a solution...&quot;<br><b>B&amp;L B</b>"


text[number++] = "&quot;For the installation, you all did a great job, and you all work well together as a team...&quot;<br><b>B&amp;L B</b>"

text[number++] = "&quot;...You were also prompt in starting and finishing the job. I would definitely recommend your company to others...&quot;<br><b>B&amp;L B</b>"

text[number++] = "&quot;Thank you for all your hard  work – I will call you again.&quot; <b>E &amp; G. S, Seattle</b>"
text[number++] = "&quot;Your crew did just an  awesome job on the windows and cleaning everything up!!  They were great!  I can’t thank you enough again!!&quot; <b>J.I., Black Diamond</b>"
text[number++] = "&quot;Thanks again for such a  great job and please pass on our special thanks to your crew.&quot; <b>S &amp; A. B, Seattle</b>"
text[number++] = "&quot;Thanks so much!  Everything is perfect.  What a pleasure doing business with you.&quot; <b>A.M., Kirkland</b>"
text[number++] = "&quot;I appreciate your timeliness  and cleanliness!&quot; <b>B. Anderson, Redmond</b>"
text[number++] = "&quot;The Stansell Glass team did  a great job on removing and replacing the windows and doors.  Very professional and I am very happy with  the results.&quot;"
text[number++] = "&quot;Thank you Dan for all the  work you've done!  It looks great!  I’ll be calling when I’m ready for the other  4 windows later on in the year. Thanks again!&quot; <b>Scott</b>"







// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);