function onloadYear(){
	var myDate=new Date();
	document.getElementById('copy').innerHTML = '&copy; ' + myDate.getFullYear() + ' Dimidium Solutions';
}