//This file contains the footer that is to appear on every page of the SEC web site.
//make changes to the copyright date in this file only.
// -- OHC April 12, 2000

function printVirtualFooter() {
// Now display the Copyright information
	document.write ('<font size=-6 face="arial, sans serif">');
	document.write ('<center>');
	document.write ('The SEC Institute, Inc. is not affiliated with the U.S. Securities and Exchange Commission (SEC). <br>');
	document.write ('&copy; 2010 The SEC Institute, Inc. All Rights Reserved. <br>');
	document.write ('The format, design, content and arrangement of this web site constitute a trademark of The SEC Institute, Inc. <br>');
	document.write ('</center>');
	document.write ('</font>');
}