/* Auto Copyright*/
function autoCopyright() {
		var data = new Date();
		var now_year = data.getFullYear();
		document.write('NOEVIR Co.Ltd ' + now_year +' All Rights Reserved.');
	}
