﻿
function displayTestimonial()
{
  
    var rndtesti = new Array ();
    var rndtesto = new Array();
    rndtesti[0] = "&ldquo;American does a great job!  I love the follow through and again, the communication is awesome!&rdquo;";
    rndtesti[1] = "&ldquo;We have come to rely upon American Project & Repair because of the things you can do that others haven&rsquo;t done for us in the past.  It seems like, no matter what I throw at you, you get it done.  And sometimes it&rsquo;s in a real hurry, too.  There&rsquo;s a lot of knowledge and caring there and we really appreciate it.&rdquo;";
    rndtesti[2] = "&ldquo;I&rsquo;m sure you have noticed that I have been using you more lately. I just wanted to let you know that I trust you in handling my projects and I appreciate the level of service you have been providing.&rdquo;";
    rndtesti[3] = "&ldquo;Hot Topic as a company is very interested in green initiatives and it is awesome to be able to partner with another company that finds importance in that as well. We wish you many more prosperous years!&rdquo;";
    rndtesti[4] = "&ldquo;I really like the fact that your AP&R team works so closely with our installers.  They make sure that the installation methods are down pat before you handle our rollouts.  We wind up saving time on site, which makes our customers happier.  We wind up saving money, which makes us happier. And it also makes our jobs much easier.&rdquo;";
    
    rndtesto[0] = "Thank you,<br>Melanie Annazone<br>Store Facilities Coordinator<br>Chico's, White House|Black Market, and Soma";
    rndtesto[1] = "Adrienne Ruebusch<br>Project Manager Store Design,<br>Luxottica Retail";
    rndtesto[2] = "Chris Lang<br>Project Manager<br>Fleetwood Fixtures"
    rndtesto[3] = "Holland Haines, RFMP<br>Store Facilities and Special Projects Coordinator<br>Hot Topic, Inc."
    rndtesto[4] = "Deb Hollenbach<br>Manager New Accounts Development<br>Fleetwood Fixtures"
    
    var i = Math.floor(4*Math.random());

    document.all['testim'].innerHTML = rndtesti[i];
    document.all['testio'].innerHTML = rndtesto[i];
    
}