<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'


document.write('<span class ="copyright">&copy;Copyright 2008 ');


document.write('The Law Office of Doyle & Doyle  ');


document.write('All Rights Reserved<br>');
document.write('For more information please '); 


document.write(' <A HREF="contact.htm">Contact Us  </a>');
document.write('/');
document.write(' <A HREF="disclaimer.htm">Disclaimer </a>');
document.write('/');
document.write(' <a href="privacy policy.pdf" target="_blank"> Privacy Policy</a>');



document.write('</span><br>');



//  End -->