// JavaScript Document


document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-bottom: 20px">');
document.writeln('   <tr>');
document.writeln('      <td align="center" class="footer">Copyright © 2007 Freedom Institute. All rights reserved.<br>');
document.writeln('			<a class="footer" href="/privacy.html">Privacy Policy and Terms of Use</a> ');
document.write('			</td>');
document.writeln('   </tr>');
document.writeln('</table>');
