function evi_Footer( doc )
{
	var luDate = new Date( doc.lastModified );
	
	doc.writeln("<hr size=\"1\" noshade><p>All Information on these pages is<br>");
	doc.writeln("Copyright &copy; 1994-2008 by Electronic Visions, Inc.<br>");
	doc.writeln("All Rights Reserved<br>");

	doc.writeln("<i>This page was last updated on <b>" + luDate.toLocaleString() + "</b></i></p>" );
	return true;
}
