function copyRight() {
	var dDate = new Date();
	var Year = dDate.getFullYear();
	document.write('&copy; 2001-'+Year+' Troy Wilson. All Rights Reserved.');
}

copyRight();