﻿function jre_footer(path) {
	document.write('<div id="footer">');
	document.write('<ul>');
	document.write('<li><a href="'+path+'../e/policy/index.html">隱私保護(僅英文)</a>|</li>');
	document.write('<li><a href="'+path+'../e/termsofuse/index.html">使用條款(僅英文)</a>|</li>');
	document.write('<li><a href="'+path+'sitemap/index.html">網站地圖</a>|</li>');
	document.write('<li><a href="'+path+'../e/downloads/index.html">地圖與介紹(僅英文)</a>|</li>');
	document.write('<li><a href="'+path+'../e/links/index.html">鏈接(僅英文)</a></li>');
	document.write('</ul>');
	document.write('<p class="copyright">Copyright &copy; East Japan Railway Company All Rights Reserved.</p>');
	document.write('</div>');
}

