// Displays the correct year(s) for the copyright statement (primarily used in the footer page)
<!--
if (copyrightYear == 2007) {
	document.getElementById('thisFullYear').innerHTML = ""+copyrightYear+"";
	}
else {
	document.getElementById('thisFullYear').innerHTML = "2007-"+copyrightYear+"";
	}
//-->
document.write('');
document.write('');