document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#CCCCCC" valign="bottom"><img src="' + homedir + 'images/white.gif" height="1" width="250" border="0">');
document.write('<br>');
document.write('<img src="' + homedir + 'images/yellow_square.gif" alt="" border="0">');
document.write('<img src="' + homedir + 'images/white.gif" height="125" width="1" border="0">');
document.write('<img src="' + homedir + 'images/haggerty.jpg" width="125" height="125" alt="Haggerty Hall">');
document.write('<br>');
document.write('<img src="' + homedir + 'images/white.gif" height="1" width="250" border="0"></td>');
document.write('</tr>');
document.write('</table>');

//begin footer
document.write('<table width="100%" cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td width="100%" height="25" bgcolor="#003366" align="right" class="footerCell">');
document.write('<a href="mailto:patrick@clemins.name" class="footer" title="Contact">Contact</a>&nbsp;&nbsp;</td>');
document.write('</tr>');
document.write('</table>');
document.write('<table width="100%" cellpadding="0" cellspacing="0" border="0">');
document.write('<tr bgcolor="white">');
document.write('<td height="25" class="copyright" align="left">Website Design: &copy Marquette University</td>');
document.write('<td height="25" class="copyright" align="right">Site last updated: October 28, 2003</td>');
document.write('</tr>');
document.write('</table>');
