document.write('<!-- footer javascript borrowed and modified from Matt Johnson -->');
document.write('<hr />');
document.write('<table width="100%" border="0">');
document.write('  <tr>');
document.write('    <td class="footer" align="left">');
document.write('     ');
document.write('    </td>');
document.write('    <td class="footer" align="right">');
document.write('      Copyright &copy; 1994-2008 Dead City Productions<br />');
document.write('      Portions copyright &copy; <a href="http://www.white-wolf.com/" target="_blank" class="off-site">White Wolf Games</a><br />');
document.write('      All other copyrights belong to their respective owners.<br />');
document.write('    </td>');
document.write('  </tr>');
document.write('</table>');