
//specify total # of random links
var totalcomment=9

var comment=new Array(totalcomment)

comment[0]="Thank you for giving us our life back."

comment[1]="You are the first attorney I\’ve come across who didn\’t talk down to me, who listened and spoke to me, not at me."

comment[2]="Thank you for all of the hard work you are doing for me."

comment[3]="Thank you so much for everything you did. I was finally able to get my life back, and I\’ve started my own business."

comment[4]="You got me more than I asked for. Any time I need anything else, I\’ll come back to this firm."

comment[5]="You are wonderful and I can\’t thank you enough...They finally backed down on saying I had to use their bank. Because when I told the salesman I was calling my lawyer and did, he jumped up and went to the manager."

comment[6]="I have never seen a lawyer work so hard for her client. I will always go to her, She covers all the bases."

comment[7]="Thank-you so much for helping him thru his situation. He and his family want you to know we all appreciate everything you have done for him. Again, thank-you!"

comment[8]="Thank you so much, you helped me through a very hard period in my life."

var FeaturedComment=Math.floor(Math.random()*totalcomment)

document.write("<table width=100% cellpadding=0 cellspacing=0 border=0 bgcolor=\"#6699CC\"><tr>")
document.write("<td width=8 height=23 background=\"interface/module-sidebar-01.jpg\" align=left valign=middle>")
document.write("<img src=\"interface/spacer.gif\" border=0 width=8 height=23 alt=\"\"><br></td>")
document.write("<td width=11 height=23 background=\"interface/module-sidebar-02.jpg\" align=left valign=middle>")
document.write("<img src=\"interface/spacer.gif\" border=0 width=11 height=23 alt=\"\"><br></td>")
document.write("<td width=50% height=23 background=\"interface/module-sidebar-03.jpg\" align=left valign=middle>")
document.write("<SPAN class=module-header><NOBR>")

document.write("Client Comments")

document.write("</NOBR></SPAN></td><td width=13 height=23 background=\"interface/module-sidebar-04.jpg\" align=left valign=middle>")
document.write("<img src=\"interface/spacer.gif\" border=0 width=13 height=23 alt=\"\"><br></td>")
document.write("<td width=50% height=23 background=\"interface/module-sidebar-05.jpg\" align=left valign=middle>")
document.write("<img src=\"interface/spacer.gif\" border=0 width=1 height=23 alt=\"\"><br></td>")
document.write("<td width=8 height=23 background=\"interface/module-sidebar-06.jpg\" align=left valign=middle>")
document.write("<img src=\"interface/spacer.gif\" border=0 width=8 height=23 alt=\"\"><br></td></tr><tr>")
document.write("<td colspan=6 width=100% height=1 align=center valign=top>")
document.write("<table width=100% cellpadding=0 cellspacing=0 border=0 bgcolor=\"#6699CC\"><tr>")
document.write("<td width=8 background=\"interface/module-sidebar-07.jpg\" align=left valign=top>")
document.write("<img src=\"interface/spacer.gif\" border=0 width=8 height=1 alt=\"\"><br></td>")
document.write("<td width=100% align=left valign=top><SPAN class=module-text>")

document.write("We’re very proud of the results obtained at our firm. Our clients have regularly told us ...<br><br>")

var cont="<i>\""+comment[FeaturedComment]+"\"</i>"
document.write(cont)

document.write("</SPAN></td><td width=8 background=\"interface/module-sidebar-09.jpg\" align=left valign=top>")
document.write("<img src=\"interface/spacer.gif\" border=0 width=8 height=1 alt=\"\"><br></td></tr><tr>")
document.write("<td width=8 height=6 background=\"interface/module-sidebar-11.jpg\" align=left valign=top>")
document.write("<img src=\"interface/spacer.gif\" border=0 width=8 height=6 alt=\"\"><br></td>")
document.write("<td width=100% height=6 background=\"interface/module-sidebar-12.jpg\" align=left valign=top>")
document.write("<img src=\"interface/spacer.gif\" border=0 width=8 height=6 alt=\"\"><br></td>")
document.write("<td width=8 height=6 background=\"interface/module-sidebar-13.jpg\" align=left valign=top>")
document.write("<img src=\"interface/spacer.gif\" border=0 width=8 height=6 alt=\"\">")
document.write("<br></td></tr></table></td></tr></table><SPAN class=module-header><br></SPAN>")
