
var copyright = "Copyright 1998-" + new Date().getFullYear() + " Forensic Accounting Information and Education Center, LLC";

/**
* Writes the copyright info to the page.
*/
function writeCopyright() {
	document.write(copyright);	
}