function writeCopyright() {
	today=new Date();
    y0=today.getFullYear();
	document.write('Copyright &copy; '+y0+' Fitness Concepts Inc. All Rights Reserved.');
}