function copyRight() {
	var dDate = new Date();
	var Year = dDate.getFullYear();
	document.write('<a class="textFooter" href="/pages/copyright/">&copy;'+Year+' Fitness Wave, Inc. All Rights Reserved.</a>');
}

copyRight();