function copyRight() {
	var dDate = new Date();
	var Year = dDate.getFullYear();
	document.write('&copy;'+Year+' DiCarlo Seafood Company. All Rights Reserved.');
}

copyRight();
