/*
call this file with:
<script type="text/javascript" src="js/header.js"></script>
*/

// here is our real header
document.write('<div id="header" ><img src="images/EvenTide9aa_01.jpg" border=0 alt="" usemap="#link" />');
document.write('<map name="link" id="link">');
document.write('<area shape="rectangle" coords="20, 10, 250,50" href="http://www.eventidefunds.com" alt="" />');
document.write('</map>');
document.write('    <div id="sublinks">');
document.write('	<a  href="financial.html" class="style2">FINANCIAL ADVISOR</a>&nbsp; |&nbsp; <a href="https://secure.matrixfsonline.com/PAWeb/Logins/Login.aspx?planname=eventide" class="style2">MY ACCOUNT</a>&nbsp; |&nbsp;');
document.write('<a  href="account_open.html" class="style2">OPEN ACCOUNT</a>');
//document.write('<a  href="prospectus.html" class="style2">FACT SHEET & PROSPECTUS</a> ');
document.write('    </div>');
document.write('  </div>');




