var yr = new Date().getYear();
if ( yr < 2000 ) yr += 1900;
document.write( '<p>&copy; Copyright 2007-' + yr + ' Trailside Center. All rights reserved.<br/>' + 
			   	'Website design by Linda K. Lewis, <a href="http://joco-ks.genweb.us">CottonHills Interactive</a>.<br/>' +
			   	'Powered by <a href="http://www.starionhost.net">Starion Technologies</a>' +
				'</p>' );
				
