// フッダインポート用 javascript


if (location.protocol == 'http:'){
	cntstr = '';
	hlink = '';
}else{

//	cntstr  = '<div id="secure"><script type="text/javascript">';
//	cntstr += 'TrustLogo';
//	cntstr += '("/images/secure_site.gif", "SC", "none");</script><p>当サイトでは、実在性の証明とプライバシー保護のため、SSLを使用し、暗号化通信を実現しています。TrustSealをクリックすると、検証結果をご確認頂けます。</p></div>';
	cntstr  = '<div id="secure">';
	cntstr += '<p>当サイトでは、実在性の証明とプライバシー保護のため、SSLを使用し、暗号化通信を実現しています。</p></div>';
	hlink = 'http://www.tsuruha.co.jp';
}

//tmptmp = "[" + location.protocol + "]"

//cntstr += tmptmp;

cntstr += '<div id="footermenu">';
cntstr += '<h2 id="site_id2">株式会社ツルハ</h2>';
cntstr += '<ul>';
cntstr += '<li><a href="' + hlink + '/">トップ</a></li>';
cntstr += '<li><a href="http://www.tsuruha-hd.co.jp/" target="blank">会社概要</a></li>';
cntstr += '<li><a href="' + hlink + '/recruit/">採用情報</a></li>';
cntstr += '<li><a href="' + hlink + '/etc/aboutsite.html">サイトについて</a></li>';
cntstr += '<li><a href="' + hlink + '/etc/privacypolicy_houshin.html">個人情報保護方針</a></li>';
cntstr += '<li><a href="' + hlink + '/etc/sitemap.html">サイトマップ</a></li>';
cntstr += '<li><a href="' + hlink + '/contact/">お問い合わせ</a></li>';
cntstr += '<li><a href="' + hlink + '/etc/link.html">リンク</a></li>';
cntstr += '</ul>';
cntstr += '<p id="copyright">Copyright (C) 2006 TSURUHA CO., LTD. All Rights Reserved.</p>';
cntstr += '</div>';


document.open();
document.write(cntstr);
document.close;
