function copyRight() {
	var dDate = new Date();
	var Year = dDate.getFullYear();
	document.write('Copyright &copy; 2000-'+Year+' by SysConnections, Incorporated. All rights reserved.');
}

copyRight();
