// JavaScript Document

window.onload = function(){
	document.getElementById('current-year').innerHTML = new Date().getFullYear();
	
	}
