// JavaScript Document
var localtime = new Date();
var copyrightYear = localtime.getFullYear();
document.write(copyrightYear);