function footerwrite(){
	var thispage=this.location.href;
	str='<div id="footer">';
	str+='<div id="footerNavi">';
	str+='<a href="../index.html">HOME</a>｜<a href="../corporate/index.html">企業情報</a>｜<a href="../service/index.html">サービス紹介</a>｜<a href="../merit/index.html">ドラフトの特徴</a>｜<a href="../corporate/vision.html">ビジョン</a>｜<a href="../works/index.html">実績紹介</a>｜<a href="../news/index.html">ニュース</a>｜<a href="../recruit/index.html">採用情報</a>｜<a href="../corporate/privacypolicy.html">個人情報保護</a>｜<a href="../sitemap.html">サイトマップ</a>｜<a href="../contact/index.html">お問合わせ</a>';
	str+='</div>';
	str+='<div id="address">';
	str+='<strong>株式会社ドラフト</strong><br />';
	str+='東京都新宿区谷左内町27-1 LALLAビル3F　　TEL 03-5261-7980　　FAX 03-5261-7981<br />';
	str+='Copyright © 2009 DRAFT co. All Right Reserved.';
	str+='</div></div>';
document.write(str);
}

