﻿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>');
}

