
document.write('<table width="800" border="0" cellspacing="0" cellpadding="0" class="footer">');
document.write('  <tr>');
document.write('    <td valign="top">');
document.write('	');
document.write('<a href="index.html">Portfolio</a><!-- &nbsp;|&nbsp; <a href="about.html">About Me</a>--> &nbsp;|&nbsp; <a href="contact.html">Contact</a>');
document.write('<br /><img src="images/spacer.gif" width="1" height="4" /><br />');
document.write('&copy; 2010 Glen Levy, All Rights Reserverd.');
document.write('	');
document.write('	</td>');
document.write('  </tr>');
document.write('</table>  ');
