﻿// JavaScript Document
var html = '';

html +='<div id="footer">';
html +='<a href="http://www.meitetsufudosan.co.jp/" title="名鉄不動産" target="_blank"><img src="images/footer_d1.gif" alt="名鉄不動産" /></a><!--';
html +='--><a href="http://www.sanco-real.co.jp/" title="三交不動産" target="_blank"><img src="images/footer_d2.gif" alt="三交不動産" /></a><!--';
html +='--><a href="http://www.tobu.co.jp/" title="東武鉄道" target="_blank"><img src="images/footer_d3.gif" alt="東武鉄道" /></a><!--';
html +='--><a href="http://www.haseko.co.jp/hc/" title="長谷工&nbsp;コーポレーション" target="_blank"><img src="images/footer_d4.gif" alt="長谷工&nbsp;コーポレーション" /></a><!--';
html +='--><a href="http://www.haseko-sumai.com/" title="長谷工&nbsp;アーベスト" target="_blank"><img src="images/footer_d5.gif" alt="長谷工&nbsp;アーベスト" /></a>';
html +='</div>';
html +='<div class="copyright" align="center"><p>Copyright&nbsp;FOREST&nbsp;RESIDENCE&nbsp;All&nbsp;rights&nbsp;Reserved.</p></div>';

document.write(html);

