// JavaScript Document

function getCopyright(){
	document.write('Copyright &copy;');
	var now = new Date()
	document.write(now.getFullYear());
	document.write(' NAVITIME JAPAN Co., Ltd. All rights reserved.');
}
