// Footer for all pages, including home

var footerCode;
function writeFooterCode() {
	// blanked out first; separated and spaced for easier viewing/editing
	footerCode = '';
	footerCode += '<div id="footer" class="footer">';
	footerCode += ' <table width="90%" class="footer" border="0" cellspacing="0" cellpadding="0" align="center">';
	footerCode += '  <tr>';
	footerCode += '   <td class="footer" align="center">Copyright © 2010 OrthoNet LLC. All rights reserved. Without limitation, no portion of this website may be reproduced, copied or otherwise used without the express prior written consent of OrthoNet LLC. ';
	footerCode += '   OrthoNet&trade; is a registered trademark of OrthoNet, LLC.</td>';
	footerCode += '  </tr>';
	footerCode += '  <tr>';
	footerCode += '    <td class="footer" align="center"><a class="footer" href="legal.html">Legal Notice</a></td>';
	footerCode += '  </tr>';
	footerCode += ' </table>';
	footerCode += '</div>';
	// write it out
	document.write(footerCode);
	
	}

writeFooterCode();

	
		
			
			
		
	



		
			
			
			
			
			
			
		
	

