

function writeFooter()
{
	var str;
	
	/***	Footer with copyright for all pages	***/
	
	str = "<BR>\n";
	str += "<HR>\n";
	str += "<CENTER>\n";
	str += "<FONT CLASS=small><A HREF=/copyright.html>Important Legal Information</A>\n";
	str += " &copy; 1995-2009 GAMCO Investors, Inc. - All rights reserved - \n";
	str += "<A HREF=/privacy.html>Privacy Policy</A>.\n";
	str += "</FONT></CENTER>\n";
	return str;
}
