// This file should be included in every page
function displayCopyright() {
	document.write("&copy; 1996-2008");
}