function footer() {
var footer_content = '<div id="footer_box1"><A href="#"><img src="http://www.shinhori.com/img/p_up.gif" alt="このページの先頭へ移動"></A></div>';

footer_content += '<div id="footer_box2">';
footer_content += '<ul class="f_menu">';
footer_content += '<li><A href="http://www.shinhori.com/privacy/index.htm" target="_top">個人情報の取り扱いについて</A></li>';
footer_content += '<li><A href="https://sv29.plus-server.net/~shinhori/contact/index.htm" target="_top">お問い合わせ</A></li>';
footer_content += '</ul>';
footer_content += '</div>';
footer_content += '<div id="footer_box3">&copy; 2008 SHINHORI Atelier</div>';
document.write(footer_content);
}