var txtList = new Array()
txtList[txtList.length]="<blockquote class=\"testimonial\">&#147;...From beginning to end Stonebridge performed in a professional manner.  Stonebridge is a quality builder and we would recommend them to anyone.&#148; - <a href=\"?p=4\">Andrea and Jeff H.</a></blockquote>";

txtList[txtList.length]="<blockquote class=\"testimonial\">&#147;I had a wonderful time partnering with Stonebridge homes. The subcontractors&#146; craftsmanship and Scott&#146;s professionalism made it possible to build my dream home...&#148; - <a href=\"?p=4\">Manny Bhakta</a></blockquote>";

j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));
