function footer(flag){
if (!flag) {
document.write('<table width="800" cellpadding="5" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td align="right">');
document.write('<table cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td>');
document.write('<a href="/kouhou/mail.html"><img src="/img/contact_b1.gif" alt="お問い合わせ" width="120" height="20" border="0"></a>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
}
document.write('<table width="810" cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td bgcolor="#8599E1"><img src="/img/sp.gif" alt="" height="5"></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table width="800" cellpadding="0" cellspacing="1">');
document.write('<tr>');
document.write('<td class="text_g">');
document.write('<span class="red">■</span>本ホームページは新潟国際情報大学の<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#107;o&#117;h&#111;&#117;&#119;&#101;&#98;&#64;n&#117;is.a&#99;&#46;&#106;p">広報委員会</a>が管理しています。');
document.write('</td>');
document.write('<td class="text_g">');
document.write('<p align="right"><span class="copyright">Copyright (C) 2005 NUIS. All Rights Reserved.</span></p>');
document.write('</tr>');
document.write('</table>');
}
