// JavaScript Document

var Faq=new Array() // do not change this!

Faq[0] = "\<div id=\"question-container\"\>\<h3\>Q:\</h3\>\<p\>I am buying a house. Do I need a lawyer?\</p\>\</div\>\<div id=\"answer-container\"\>\<h3\>A:\</h3\>\<p\>Yes, what buyers must understand is that the banks attorney is responsible for looking out for and representing the interests of the bank. In many circumstances, the interests of the bank and the buyers are not the same.&nbsp; Do not leave yourself unprotected because having your own attorney in a real estate transaction is your best and only protection. Buying a home is one of the most complicated purchases you can make and a lawyer can help you understand your legal rights and obligations.\</p\>\<a href=\"/faq/\"\>Read More\</a\> \</div\>"
Faq[1] = "\<div id=\"question-container\"\>\<h3\>Q:\</h3\>\<p\>What is a purchase contract?\</p\>\</div\>\<div id=\"answer-container\"\>\<h3\>A:\</h3\>\<p\>The purchase contract maybe the most important step in purchasing a home. The details of this contract determine what you buy and how you buy it. A lawyer can help you with your purchase contract by...\</p\>\<a href=\"/faqs/auto-accident-faqs/\"\>Read More\</a\> \</div\>"
Faq[2] = "\<div id=\"question-container\"\>\<h3\>Q:\</h3\>\<p\>What to do after a car accident?\</p\>\</div\>\<div id=\"answer-container\"\>\<h3\>A:\</h3\>\<p\>A car accident may involve dealing with injuries, insurance companies, lawyers, and witnesses.&nbsp; The personal injury attorneys at Gianola Barnum Wigal &amp; London L.C. recommend doing the following after a car accident...\</p\>\<a href=\"/faqs/auto-accident-faqs/\"\>Read More\</a\> \</div\>"
Faq[3] = "\<div id=\"question-container\"\>\<h3\>Q:\</h3\>\<p\>What factors does the court consider to divide marital property?\</p\>\</div\>\<div id=\"answer-container\"\>\<h3\>A:\</h3\>\<p\>West Virginia courts consider the following criteria in property division...\</p\>\<a href=\"/faqs/family-law-faqs/#factors\"\>Read More\</a\> \</div\>"
Faq[4] = "\<div id=\"question-container\"\>\<h3\>Q:\</h3\>\<p\>Can property acquired prior to marriage be divided upon divorce?\</p\>\</div\>\<div id=\"answer-container\"\>\<h3\>A:\</h3\>\<p\>Generally, assets owned by either spouse prior to the marriage will remain that spouse's separate property after the marriage ends, and won't be distributed by a court as marital property. In some states, the court can define the starting date of a marriage as being earlier than the actual marriage date if it is ''equitable'' to do so.\</p\>\<a href=\"/faq/\"\>Read More\</a\> \</div\>"
Faq[5] = "\<div id=\"question-container\"\>\<h3\>Q:\</h3\>\<p\>My ex is behind on alimony and child support.  What recourse do I have?\</p\>\</div\>\<div id=\"answer-container\"\>\<h3\>A:\</h3\>\<p\>You can go to the court clerk's office in the court that ordered child support and request the clerk issue a garnishment against the supporting parent's wages. To do this, you need to know your ex's place of employment, address, and Social Security number. If your ex is at least one month behind, the court sends a garnishment to the employer and the support will be taken out of his or her paycheck. You could also go after your ex's property, but this is a longer process and might not be as satisfying, since cars and homes are often leased and mortgaged. Another option is to file a petition for contempt and get an order to show cause why the payments are not being made. This puts your ex back in court. A skilled family law attorney can review the options with you and guide you to the best solution for your needs.\</p\>\<a href=\"/faq/\"\>Read More\</a\> \</div\>"
Faq[6] = "\<div id=\"question-container\"\>\<h3\>Q:\</h3\>\<p\>My ex is behind on alimony and child support.  What recourse do I have?\</p\>\</div\>\<div id=\"answer-container\"\>\<h3\>A:\</h3\>\<p\>You can go to the court clerk's office in the court that ordered child support and request the clerk issue a garnishment against the supporting parent's wages. To do this, you need to know your ex's place of employment, address, and Social Security number. If your ex is at least one month behind, the court sends a garnishment to the employer and the support will be taken out of his or her paycheck. You could also go after your ex's property, but this is a longer process and might not be as satisfying, since cars and homes are often leased and mortgaged. Another option is to file a petition for contempt and get an order to show cause why the payments are not being made. This puts your ex back in court. A skilled family law attorney can review the options with you and guide you to the best solution for your needs.\</p\>\<a href=\"/faq/\"\>Read More\</a\> \</div\>"
Faq[7] = "\<div id=\"question-container\"\>\<h3\>Q:\</h3\>\<p\>What is the procedure for adoption?\</p\>\</div\>\<div id=\"answer-container\"\>\<h3\>A:\</h3\>\<p\>In West Virginia, the court's primary concern is the best interests of the child. An experienced attorney familiar with the state's adoption procedures can help ease the adoption process.\</p\>\<a href=\"/faqs/family-law-faqs/#adoption\"\>Read More\</a\> \</div\>"
Faq[8] = "\<div id=\"question-container\"\>\<h3\>Q:\</h3\>\<p\>I would like to legally adopt my stepchild.  How do I do that?\</p\>\</div\>\<div id=\"answer-container\"\>\<h3\>A:\</h3\>\<p\>If you want to adopt your stepchild, the process is similar to other adoptions. This includes the child's consent if the child is 14 or older. In addition, the natural parent must also consent and have his or her parental rights terminated as part of the adoption proceedings.\</p\>\<a href=\"/faq/\"\>Read More\</a\> \</div\>"

var Q = Faq.length;
var whichFaq=Math.round(Math.random()*(Q-1));
function showFaq(){document.write(Faq[whichFaq]);}
