

function writeFooter()
{
	
	
	var str;
	
	/***	Footer with copyright for all pages	***/
	
	str = "</div><div id=\"bottom1\"><BR>\n";
	str += "&copy; &nbsp;1995-2012 GAMCO Investors, Inc. - All rights reserved &nbsp; | &nbsp;\n";
	str += "<a href=\"/sitemap.html\" class=\"bottom\">Site Map</a> &nbsp; | &nbsp;\n";
	str += "<a href=\"/Gab_pdf/OurServices.pdf\" class=\"bottom\">Our Services</a> &nbsp; | &nbsp;\n";
	str += "<a href=\"/privacy.html\" class=\"bottom\">Privacy & Security</a> &nbsp; | &nbsp;\n";
	str += "<a href=\"/tou.html\" class=\"bottom\">Terms of Use</a> &nbsp; | &nbsp;\n";
	str += "<a href=\"/feedback.html\" class=\"bottom\">Feedback</a></div><BR>\n";
	
	//THIS PUTS IN THE BOTTOM IMAGE, BUT CREATES PROBLEMS IN THE ALTERNATIVES SECTION
	//str += "<img src=\"/background/bot.png\" width=\"1000\" height=\"28\" />\n";
	
	
	str += "<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\"> \n";
	str += "</script> \n";
	str += "<script type=\"text/javascript\"> \n";
	str += "_uacct = \"UA-3121010-1\"; \n";
	str += "urchinTracker(); \n";
	str += "</script> \n";

	return str;
	
}




