function footer(){
var foot = '<!-- Start Footer -->';
    foot = foot + '<div align="center"><br><br>';
    foot = foot + '<font face="sans-serif" size="1" color=white>';
    foot = foot + '<font size="+1">&copy;</font>';
    foot = foot + '2000-2009 TheMoMI.org&nbsp;&nbsp;&nbsp;-- All Rights Reserved';
    foot = foot + '<br>By using this site, you agree to abide by the ';
    foot = foot + '<a href="http://www.themomi.org/museum/terms.html">';
    foot = foot + 'Terms of Use</a>';
    foot = foot + '</font>';
    foot = foot + '<br><br></div>';
    foot = foot + '<!-- End Footer -->';
document.write(foot);
}


