// include by  <script type="text/javascript" language="JavaScript" src="mast.js"></script>
//
document.write('<map name="mast">');
document.write('  <area href="http://icpc.baylor.edu/"           shape="circle" coords="55, 46, 13">');
document.write('  <area href="http://icpc.baylor.edu/"           shape="circle" coords="94, 46, 13">');
document.write('  <area href="http://icpc.baylor.edu/"           shape="circle" coords="128, 15, 12">');
document.write('  <area href="https://hq-icpc.baylor.edu/rcd"    shape="circle" coords="128, 46, 14">');
document.write('  <area href="http://www.acm.org/"               shape="rect" coords="187, 34, 245, 61">');
document.write('  <area href="http://icpc.baylor.edu/"           shape="rect" coords="250, 34, 390, 61">');
document.write('  <area href="http://www.software.ibm.com/acm"   shape="rect" coords="439, 33, 554, 61">');
document.write('</map>');

document.write('<map name="fit">');
document.write('  <area href="http://www.fit.edu/"  shape="default">');
document.write('</map>');

document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.write('  <tr valign="center">');
document.write('    <td>');
document.write('      <img alt="acm contest" align="top" border="0" src="../graphics/icpc_mast.png" usemap="#mast">');
document.write('    </td>');
document.write('    <td align="right">');
document.write('      <table border="0" cellpadding="0" cellspacing="0">');
document.write('        <tr><td align="center">');
document.write('            <img border="0" usemap="#fit" src="../graphics/wordmark.png" alt="fit wordmark" height=25px>');
document.write('        </td></tr>');
document.write('        <tr><td align="center">');
document.write('            <a href="http://www.cs.fit.edu/">Department of Computer Sciences</a></td>');
document.write('        </td></tr>');
document.write('      </table>');
document.write('    </td>');
document.write('  </tr>');
document.write('</table>');

document.write('<table bgcolor="#6580B6" cellpadding="8" width="100%">');
document.write('  <tr>');
document.write('    <td align="left"><font color="white" size="+2"><a href="./index.html" style="color: white; text-decoration: none">2007 Southeast USA Region -- Florida Tech site</a></font>');
document.write('    <td align="right"><font color="white" size="+2">' + document_title + '</font>');
document.write('  </tr>');
document.write('</table>');
