// MIFFF Navigation section

document.write('<a href="index2.html">HOME</a>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="news.html">NEWS</a>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="submissions.html">SUBMIT FILM</a>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<!--<a href="films2011.html">FILMS/SCHEDULE</a>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;-->');
document.write('<a href="aboutus.html">ABOUT US</a>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="links.html">LINKS</a>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="sponsors.html">SPONSORS</a>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="contact.html">CONTACT</a>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;HISTORY:&nbsp;');
document.write('<a href="films2009.html">2009</a>');
document.write('&nbsp;&nbsp;');
document.write('<a href="films2010.html">2010</a>');
document.write('&nbsp;&nbsp;');
document.write('<a href="films2011.html">2011</a>');

