function displayFooter() { str ="<table width=\"700\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">"     +"      <tr>"     +"        <td width=\"700\" align=\"center\" bgcolor=\"#CCCCCC\">"	 +"         <table width=\"700\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">"	 +"	          <tr>"	 +"	            <td width=\"700\" height=\"20\" valign=\"top\" align=\"right\" class=\"footerMenu\">| <a href=\"http://www.geibunsha.co.jp/kaisha/index.html\">会社案内</a> | <a href=\"http://www.geibunsha.co.jp/kikaku/index.html\">企画募集</a>  | <a href=\"http://www.geibunsha.co.jp/koukoku/index.html\">広告出稿</a>  | <a href=\"http://www.geibunsha.co.jp/saiyou/index.html\">採用情報</a>  | <a href=\"http://geibunsha.co.jp/tokutei/\">特定商取引法に基づく表記</a>  | <a href=\"javascript:send_mail('infomation')\">お問合せ</a>  | <a href=\"http://www.geibunsha.co.jp/goriyou/index.html\">ご利用に際して</a> | <a href=\"http://www.geibunsha.co.jp/k/\" target=\"_blank\">携帯サイト</a> | <a href=\"http://www.geibunsha.co.jp/sitemap.html\">サイトマップ</a>&nbsp;&nbsp;</td>"	 +"	          </tr>"	 +"         </table>"	 +"       </td>"     +"      </tr>"     +"      <tr>"     +"        <td width=\"700\" align=\"center\" background=\"http://www.geibunsha.co.jp/img/bg.gif\">"     +"	         <table width=\"700\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" height=\"15\">"     +"            <tr>"     +"	     	    <td align=\"right\" valign=\"bottom\"><font color=\"#000000\" size=\"1\">Copyrighted 2008 Geibunsha all rights reserved. </font></td>"     +"            </tr>"     +"          </table>"	 +"         </td>"     +"       </tr>"	 +"	   </table>" ;    document.write(str);}

