var FAQ=new Array() // do not change this!

FAQ[0] = "\<ul\>\<li class=\"q\"\>Should I provide a statement to an insurance company  without a lawyer&rsquo;s help?\</li\>\<li class=\"a\"\>When you first contact your insurance company to tell a representative about your accident, do not give any more information than that. The more significant your  injuries, the more imperative it becomes to seek legal counsel before providing  any statement.&nbsp;Insurance companies are in the game to make money for their shareholders, not to shell out payments to their policyholders. Your lawyer is your safeguard against low-ball settlements insurance companies typically offer.&nbsp;\</li\>\</ul\>"
FAQ[1] = "\<ul\>\<li class=\"q\"\>Will I have to go to trial to recover damages?\</li\>\<li class=\"a\"\>About 95 percent of personal injury cases filed settle prior to trial. However, if a settlement offer does not adequately cover your damages, Gary Sernaker will take your case to trial.\</li\>\</ul\>"
FAQ[2] = "\<ul\>\<li class=\"q\"\>What is considered &ldquo;pain and suffering?&rdquo;\</li\>\<li class=\"a\"\>Pain and suffering includes harm caused by physical injury and mental anguish  experienced through avoiding activities you engaged in prior to your accident  and the potential of surgery.\</li\>\</ul\>"
FAQ[3] = "\<ul\>\<li class=\"q\"\>What determines the amount I might recover?\</li\>\<li class=\"a\"\>Every case addresses three issues: (1) Liability&mdash;establishing someone&rsquo;s negligence; (2) Damages&mdash;the amount that will fairly and adequately compensate you for your  injuries; and (3) Source of collection&mdash;insurance or other assets from which damages can be  recovered.\</li\>\</ul\>"
FAQ[4] = "\<ul\>\<li class=\"q\"\>Is there a minimum or maximum amount that can be  recovered in a personal injury settlement?\</li\>\<li class=\"a\"\>No.\</li\>\</ul\>"
FAQ[5] = "\<ul\>\<li class=\"q\"\>What is a typical settlement amount?\</li\>\<li class=\"a\"\>An experienced personal injury lawyer reviews and analyzes your case  information to determine the appropriate value for your claim: (1) The amount of Incurred medical bills; (2) Future medical bills; (3) Loss of past income...\</li\>\</ul\>"
FAQ[6] = "\<ul\>\<li class=\"q\"\>How much is my case worth?\</li\>\<li class=\"a\"\>Many factors determine how much compensation you may receive, including the  severity of your injuries, your past medical history and the amount of  insurance coverage that the responsible person or company has. An attorney can  assess the potential value of your claim.\</li\>\</ul\>"

var Q = FAQ.length;
var whichFAQ=Math.round(Math.random()*(Q-1));
function showFAQ(){document.write(FAQ[whichFAQ]);}
//showFAQ(); 


