﻿//-------------------------------------------------------------------
//* Name:    finePrint.js 
// * Date:    4/15/2010
// * Author:  Heather Olsen
// * Purpose: 
// 
//  hide code from non-javascript enabled browsers
//-------------------------------------------------------------------
  <!--  
  
document.write('<div id="finePrint">');
document.write('<p id="disclaimer"><i>We are a debt relief agency, helping people file for bankruptcy relief under the bankruptcy code.</p></i>');
document.write('<p id="disclaimer">The information you obtain at this site is not, nor is it intended to be, legal advice.&nbsp;&nbsp;You should consult an attorney for individual advice regarding your situation.</p>');
document.write('<p id="copyright">');
document.write('Copyright © 2009 by ');
document.write('<a href="http://www.BankruptcyAttorneyPeoria-AZ.com">The Olsen Law Firm, LLC</a>');
document.write('.&nbsp;&nbsp; All rights reserved. You may reproduce materials available at this site for your own personal use only.');
document.write('</p>');


//document.write('<p id="branding">');
//document.write('<a href="http://www.BankruptcyAttorneyPeoria-AZ.com" target="_blank">www.BankruptcyAttorneyPeoria-AZ.com</a>');
//document.write(' by ');
//document.write('<a href="http://www.BankruptcyAttorneyPeoria-AZ.com" target="_blank">The Olsen Law Firm, LLC</a>');
//document.write('</p>');

document.write('</div>');
 //--> 
