// 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="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_cropped.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" border="0" cellspacing="4" width="100%">');
document.write('  <tr>');
document.write('    <td width="400px" align="left"><font color="white" size="+2"><a href="./index.html" style="color: white; text-decoration: none">2008 Southeast USA Region</a></font>');
document.write('    <td align="center"><img border="0" height="50px" src="../graphics/aasu_nt_logo.png"></td>');
document.write('    <td align="center"><img border="0" height="50px" src="../graphics/fit_logo.png"></td>');
document.write('    <td align="center"><img border="0" height="50px" src="../graphics/usa_logo.png"></td>');
document.write('    <td width="400px" align="right"><font color="white" size="+2">' + document_title + '</font></td>');
document.write('  </tr>');
document.write('</table>');
