function thisYear(){
 var day=new Date();
 var year=day.getFullYear();
 return document.write(year);
}

document.write( '<div id="FOOTER_UNIT">' );
document.write( '<ul><li><a href="/reg/index.html" title="会員規約">会員規約</a></li>' );
document.write( '<li><a href="/reg/copyright.html" title="著作権・商標">著作権・商標</a></li>' );
document.write( '<li><a href="/reg/link.html" title="リンクについて">リンクについて</a></li>' );
document.write( '<li><a href="http://www.fnj.co.jp/" title="会社案内" target="_blank">会社案内</a></li>' );
document.write( '<li><a href="/reg/jyohohogo.html" title="個人情報保護方針">個人情報保護方針</a></li>' );
document.write( '<li><a href="/reg/browser.html" title="推奨ブラウザ">推奨ブラウザ</a></li>' );
document.write( '<li id="FTNV_END"><a href="/channel/sitemap.html" title="サイトマップ">サイトマップ</a></li></ul>' );
document.write( '<address><a href="http://www.fnj.co.jp/" target="_blank">' );
document.write( '&copy; 2000-' );
thisYear();
document.write( ' FAMILYNET &middot; JAPAN CORPORATION. All Rights Reserved.</a></address>' );
document.write( '</div>' );
