// JavaScript Document - generic page footer
document.write(' <hr align="left" width="775" size="1" noshade> ');
document.write(' <table width="775"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> ');
document.write(' <tr>  <td bgcolor="#FFFFFF"> <p class="footer"> ');
document.write(' Copyright &copy; 1998-2010 Bridgehead International, all rights reserved. ');
document.write(' <br> ');
document.write(' No part of this publication may be redistributed in any form without prior permission.');
document.write(' <br> ');
document.write(' <a href="../footer/index.htm" target="_self"> Privacy policy. </a> ');
document.write(' <br> <br> </p> ');
document.write(' </td> </tr> </table> ');