var currentTime = new Date()
var thisyear = currentTime.getFullYear()
if(eval(thisyear) == 2008) {
	document.write('&copy; 2008 Center Grove Trojan Baseball | Innovative Solution by <a href="http://www.web-pros.com" target="_blank">Web-Pros, Inc.</a>');
}
else {
	document.write('&copy; 2008-'+thisyear+' Center Grove Trojan Baseball | Innovative Solution by <a href="http://www.web-pros.com" target="_blank">Web-Pros, Inc.</a>');
}