<!--

function FormValidator(theForm)
{
  if (theForm.your_name.value.length < 3) { alert("Please enter your name in the \"Name\" field."); theForm.your_name.focus(); return (false); }
  if (theForm.phone.value.length < 10) { alert("Please enter a valid phone number, with area code, in the \"Phone\" field."); theForm.phone.focus(); return (false); }
  if (theForm.email.value.length < 6) { alert("Please enter a valid e-mail address in the \"E-mail\" field."); theForm.email.focus(); return (false); }
  if (theForm.email_confirm.value.length < 6) { alert("Please enter a matching e-mail address in the \"E-mail Confirm\" field."); theForm.email_confirm.focus(); return (false); }
  if (theForm.email.value != theForm.email_confirm.value) { alert("Please enter a matching e-mail address in the \"E-mail Confirm\" field."); theForm.email_confirm.focus(); return (false); }
  if (theForm.through.value == "None selected") { alert("Please tell us how you found our website."); theForm.through.focus(); return (false); }
  if (theForm.practice_area.value == "None selected") { alert("Please tell us which area of law is of interest."); theForm.through.focus(); return (false); }
  if (theForm.comments.value.length < 13) { alert("Please enter a message for us in the \"Comments/Questions\" field."); theForm.comments.focus(); return (false); }
  return (true);
}

document.write('<p class="paratext">If you have any questions regarding our legal services, please contact us using the following form, and we\'ll get back to you as soon as possible. We look forward to hearing from you.</p>');
document.write('<p class="paratext"><b>Important: </b>Any unsolicited information you may transmit will not be treated as confidential. Please do not send any information regarding any current or potential legal matter');
document.write(' before you have written confirmation of our engagement as your legal counsel. Submitting unsolicited information will not constitute a confidential or privileged communication and we cannot guarantee the');
document.write(' non-disclosure of such submission. Please be aware that the transmission, receipt, and/or display of a message is not intended to create, does not constitute, and is not considered to establish, an ');
document.write(' attorney-client relationship.&nbsp; Be sure to carefully <a href="disclaimer">read our disclaimer</a> for more details.&nbsp;</p>');
document.write('<p class="paratext"><br></p>');

document.write('<center><p class="paratext">');

document.write('<TABLE BORDER="0" cellpadding="0" cellspacing="0" width="100%"><TR><TD>');

document.write('<form method=POST action="/cgi-sys/formmail.pl" target="_top" onsubmit="return FormValidator(this)" language="JavaScript" name="ContactForm">');
document.write('<INPUT TYPE="HIDDEN" NAME="recipient" VALUE="krpa-sdGVkX1I1UcEo-address-expires-2012-02-06@kielsky.com">');
document.write('<INPUT TYPE="HIDDEN" NAME="subject"  VALUE="WebSite Inquiry from KRazLaw.com"> ');
document.write('<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://krazlaw.com/thanks.html">');
document.write('<INPUT TYPE="HIDDEN" NAME="required" VALUE="comments,email,email_confirm,phone,your_name"> ');
document.write('<input type=hidden name="sort" value="through,your_name,phone,company_name,email,email_confirm,comments">');

document.write('<TABLE BORDER="0" cellpadding="1" cellspacing="0" width="100%" class="contact-text"><TR><TD>');

document.write('Name:<br></TD></TR><TR><TD><INPUT TYPE="TEXT" NAME="your_name" SIZE="30" CLASS="shadeform"><br></TD></TR><TR><TD>');

document.write('Company:<br></TD></TR><TR><TD><INPUT TYPE="TEXT" NAME="company_name" SIZE="30" CLASS="shadeform"><br></TD></TR><TR><TD>');

document.write('Phone:<br></TD></TR><TR><TD><INPUT TYPE="TEXT" NAME="phone" SIZE="30" CLASS="shadeform"></TD></TR><TR><TD>');

document.write('E-mail:<br></TD></TR><TR><TD><INPUT TYPE="TEXT" NAME="email" SIZE="30" CLASS="shadeform"><br>');

document.write('E-mail Confirm:<br></TD></TR><TR><TD><INPUT TYPE="TEXT" NAME="email_confirm" SIZE="30" CLASS="shadeform"><br></TD></TR><TR><TD><br>');

document.write('How did you find us or our website?<br></TD></TR><TR><TD>');
document.write('<select name="through" class="dropdown">');
document.write('<option selected value="None selected">Please Select One ----&gt;</option>');
document.write('<option value="Alltheweb">Alltheweb</option>');
document.write('<option value="AltaVista">AltaVista</option>');
document.write('<option value="AOL">America Online</option>');
document.write('<option value="AOLFind">AOLFind</option>');
document.write('<option value="Ask_Jeeves">Ask Jeeves</option>');
document.write('<option value="Backpage">Backpage</option>');
document.write('<option value="Banner-Ad">Banner Ad</option>');
document.write('<option value="Bing">Bing</option>');
document.write('<option value="Craigslist">Craigslist</option>');
document.write('<option value="Excite">Excite</option>');
document.write('<option value="FreedomsPhoenix.com">FreedomsPhoenix.com</option>');
document.write('<option value="Friend">Friend</option>');
document.write('<option value="Google">Google</option>');
document.write('<option value="Go">Go</option>');
document.write('<option value="Goto">Goto</option>');
document.write('<option value="Hotbot">Hotbot</option>');
document.write('<option value="Infoseek">Infoseek</option>');
document.write('<option value="Lycos">Lycos</option>');
document.write('<option value="Magazine_Newspaper">Magazine/Newspaper</option>');
document.write('<option value="Mix6.com">Mix6.com</option>');
document.write('<option value="MSN">MSN</option>');
document.write('<option value="News_Group">News Group</option>');
document.write('<option value="Northern_Lights">Northern Lights</option>');
document.write('<option value="Radio">Radio</option>');
document.write('<option value="snap">Snap</option>');
document.write('<option value="Web_Crawler">Web Crawler</option>');
document.write('<option value="yahoo">Yahoo</option>');
document.write('<option value="website">Website</option>');
document.write('<option value="other">Other</option>');
document.write('</select>');
document.write('<br><br>');

document.write('More details about how you found us:<br></TD></TR><TR><TD><TEXTAREA NAME="through_details" ROWS="2" COLS="35" CLASS="textarea2"></TEXTAREA><br><br>');

document.write('With which area of law might you need legal counsel?<br></TD></TR><TR><TD>');
document.write('<select name="practice_area" class="dropdown">');
document.write('<option selected value="None selected">Please Select One ----&gt;</option>');
document.write('<option>Other / Uncertain');
document.write('<option>1031 Exchange');
document.write('<option>Administrative');
document.write('<option>Admiralty/Maritime');
document.write('<option>Adoption');
document.write('<option>Agriculture');
document.write('<option>Alternative Dispute Resolution');
document.write('<option>Animal &amp; Dog Bite');
document.write('<option>Antitrust Trade Regulation');
document.write('<option>Appellate');
document.write('<option>Arbitration');
document.write('<option>Assault and Battery');
document.write('<option>Asset Protection');
document.write('<option>Auto Accidents');
document.write('<option>Aviation Law');
document.write('<option>Bailbonds');
document.write('<option>Banking &amp; Finance');
document.write('<option>Bankruptcy');
document.write('<option>Birth Injury');
document.write('<option>Boating Accident');
document.write('<option>Business Law');
document.write('<option>Business Litigation');
document.write('<option>Catastrophic/Serious Injury');
document.write('<option>Child Custody');
document.write('<option>Child Protective Services (CPS)');
document.write('<option>Child Support');
document.write('<option>Civil Law');
document.write('<option>Civil Rights');
document.write('<option>Class Action');
document.write('<option>Collections-Creditors Rights');
document.write('<option>Commercial Litigation');
document.write('<option>Computer Crime');
document.write('<option>Constitutional');
document.write('<option>Construction');
document.write('<option>Consumer Protection');
document.write('<option>Corporate Law');
document.write('<option>Criminal Law');
document.write('<option>Debt Relief');
document.write('<option>Defective Products');
document.write('<option>Discrimination');
document.write('<option>Divorce');
document.write('<option>Domestic Violence');
document.write('<option>Drug/Narcotics');
document.write('<option>Drunk Driving Defense');
document.write('<option>E Commerce Law');
document.write('<option>Education Law');
document.write('<option>Elder Abuse');
document.write('<option>Elder Law');
document.write('<option>Eminent Domain/Condemnation');
document.write('<option>Entertainment and Sports');
document.write('<option>Environmental');
document.write('<option>ERISA');
document.write('<option>Estate Planning');
document.write('<option>Family Law');
document.write('<option>Family Visas');
document.write('<option>Father\'s Rights');
document.write('<option>Foreclosure');
document.write('<option>Franchise');
document.write('<option>General Practice');
document.write('<option>Health Law');
document.write('<option>Heart Device Litigation');
document.write('<option>Identity Theft');
document.write('<option>Immigration');
document.write('<option>Insurance');
document.write('<option>Intellectual Property');
document.write('<option>International Law');
document.write('<option>Internet Law');
document.write('<option>Juvenile Law');
document.write('<option>Labor &amp; Employment');
document.write('<option>Landlord/Tenant');
document.write('<option>Legal/Professional Malpractice');
document.write('<option>Lemon Law');
document.write('<option>Litigation');
document.write('<option>Loan Modification');
document.write('<option>Long Term Care');
document.write('<option>Mediation');
document.write('<option>Medical Malpractice');
document.write('<option>Mergers and Acquisitions');
document.write('<option>Military');
document.write('<option>Patents Trademarks and Copyrights');
document.write('<option>Pension and Benefits');
document.write('<option>Personal Injury');
document.write('<option>Pharmaceutical');
document.write('<option>Probate');
document.write('<option>Products Liability');
document.write('<option>Rail Roads');
document.write('<option>Real Estate');
document.write('<option>Refinancing');
document.write('<option>Securities');
document.write('<option>Sexual Harassment');
document.write('<option>Slip &amp; Fall');
document.write('<option>Small Business');
document.write('<option>Social Security Disability');
document.write('<option>Taxation');
document.write('<option>Tax Litigation');
document.write('<option>Traffic Violations');
document.write('<option>Trial');
document.write('<option>Trusts');
document.write('<option>Veteran\'s Benefits');
document.write('<option>Veterans Law');
document.write('<option>White Collar Crime');
document.write('<option>Wills');
document.write('<option>Workers\' Compensation');
document.write('<option>Worksite Accidents');
document.write('<option>Wrongful Death');
document.write('</select>');
document.write('<br><br>');

document.write('Comments/Questions:<br></TD></TR><TR><TD><TEXTAREA NAME="comments" ROWS="6" COLS="35" CLASS="textarea"></TEXTAREA><br><br>');

document.write('<input type="submit" value="Send Message" name="Submit"><br>');

document.write('</td></tr></table>');

document.write('</FORM>');

document.write('</td></tr></table>');
document.write('</center>');

//document.write('<iframe src="phone.php" frameborder="0" scrolling="no" height="150" width="450"></iframe>');

//-->

