﻿// We use JavaScript as a way to easily include this footer
// information in several HTML pages.

//   note: uses the 'top' anchor from header_hpctools.js
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');

// horizontal rule
document.write('<tr>');
document.write('<hr>');
document.write('</tr>');

// General links and copyright 

document.write('<tr>');
document.write('<td align="left">');
document.write('  &copy;2000-2006 <a title="Rice University" href="http://www.rice.edu/">Rice University</a>');
document.write('</td>');
document.write('<td align="right">');
document.write('  [ <a title="Contact Us" href="http://hpff.rice.edu/contacts/index.htm">Contact Us</a> |');
document.write('  <a title="HiPerSoft" href="http://www.hipersoft.rice.edu/">HiPerSoft</a> |');
document.write('  <a title="Computer Science at Rice University" href="http://compsci.rice.edu">Computer Science</a> ]');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
