footerstr = '<table border="0" cellpadding="0" cellspacing="0" width="100%">\n';
footerstr += '<tr><td bgcolor="#5DD210"><img src="img/00.gif" width="866" height="2"></td></tr>\n';
footerstr += '</table><img src="img/00.gif" width="1" height="4"><br>\n';
footerstr += '<table><tr><td><div class="footxt">\n';
footerstr += '<a href="https://ssl.club.jp/my/bin/menu.php">ユーザー機能メニューへ</a> | \n';
footerstr += '<a href="https://ssl.club.jp/reg/bin/sub_1st.php">ユーザー登録</a> | \n';
footerstr += '<a href="https://ssl.club.jp/reg/bin/unsub_pc.php">登録解除</a> | \n';
footerstr += '<a href="https://ssl.club.jp/bin/password.php">パスワード再発行</a> | \n';
footerstr += '<a href="http://club.jp/reg/bin/bbq_address_lookup.php">BBQアドレス確認</a> | \n';
footerstr += '<a href="http://club.jp/bin/info.php">インフォメーション</a> | \n';
footerstr += '<a href="http://club.jp/bin/agreement.php">利用規約</a> | \n';
footerstr += '<a href="http://club.jp/bin/fq_glance.php">良くあるご質問</a> | \n';
footerstr += '<a href="http://club.jp/bin/contact.php">お問合せ</a> | \n';
footerstr += '<a href="http://club.jp/bin/privacy.php">プライバシーポリシー</a></div>\n';
footerstr += '</td></tr>\n';
footerstr += '<tr><td><div class="footxt">Copyright 2007 <a href="http://www.ishare1.com">iSHARE INC</a>. All Right Reserved. Powered by <a href="http://kikakuya.net" target="_blank">KIKAKUYA INC</a>.</div></td></tr>\n';
footerstr += '</table>\n';


document.open();
document.write(footerstr);
document.close();
