var quotes = new Array;

//Truett B. Akin
quotes.push('<p>&quot;Success in my view is  not solely determined by a positive outcome. It is equally determined by the  quality of the journey. Client relationships  and the partnerships we build are a hallmark of how we work. I think that  combination of how we work and what we achieve is what sets us apart from other firms.&quot;<br /<span class="green">Attorney  Truett B. Akin.</span>');

//Michelle L. Mears
quotes.push('<p>&quot;I believe that an individual&acute;s right to trial by jury is a cornerstone in this country&acute;s foundation. As a plaintiffs&acute; attorney I work every day for justice and to keep the courthouse doors open and accessible to all people.&quot;<br /<span class="green">Michelle L. Mears</span>');
//---------------------------------------------------------------------------



document.write(quotes[(Math.floor(Math.random() * quotes.length))]);


