function test1()
{
//1
var ranNum= Math.round(Math.random() * 5);
if (ranNum == 0){document.write('<div style="padding: 5px;">"We were told the house would be done in a year, and it was completed on schedule."<br>- Bob and Marianne Honey'); } // clients1
if (ranNum == 1){document.write('<div style="padding: 5px;">"I was told that Engelmann residential construction projects are recognized time and time again for their high quality and craftsmanship. Now I share that belief!  Your experienced craftsmen, employees, and subcontractors produced a product that is second to none, and for that I commend you."<br>- Meyer Berlow'); } // clients1
if (ranNum == 2){document.write('<div style="padding: 5px;">"Engelmann worked with us as a team member to value engineer the design and construction with regard to cost, detail and material choices. This team approach successfully brought the project in both on time and with the highest degree of quality."<br> - Caroline N. Sidnam, <i>Sidnam, Petrone and Gartner Architects</i>'); } // clients1
if (ranNum == 3){document.write('<div style="padding: 5px;">"Engelmann, Inc did an excellent job of building a high quality house for us and following up on al the details that go into a custom home.  We were told the house would be done in a year, and it was completed on schedule."<br> - Bob and Marianne Honey'); } // clients1
if (ranNum == 4){document.write('<div style="padding: 5px;">"We had a very positive experience with Engelmann Construction and would like to provide an unsolicited testimonial to their integrity, professionalism, and competence.  Very simply, they performed beyond expectations - and built a complex, unique home on budget and on time to the week!"<br> - Phil and Gail Handy'); } // clients1
if (ranNum == 5){document.write('<div style="padding: 5px;">"We want to express our sincere appreciation for the excellent work your firm has done in the building of a complex addition that was a challenging engineering and construction task. Hearty cheers to Team Engelmann!"<br> - Annette, Bill and Graham Smith'); } // clients1
}
