// JavaScript Document
function doCFCPageFooter(){
	
	//Base URL
	var baseUrl = "http://www.chattanoogacfc.org/10/";

	//HTML container
	var menuList = "";
	
	//Disclaimer
		
	menuList += "This is the official Combined Federal Campaign website for the 2010 Chattanooga Area CFC. This site has been reviewed and approved by the <a href='"  + baseUrl + "../09/docs/lfcc_committee_list_2011.pdf' target='_blank'>Chattanooga Local Federal Coordinating Committee</a> for the 2011 CFC campaign.<br /><a href='http://www.tva.gov/abouttva/privacy.htm' target='_blank'>TVA Privacy Policy</a> | <a href='mailto:deloreslewis@uwchatt.org?subject=Chattanooga CFC Web Site Comments&cc=lindamcreynolds@uwchatt.org'>Submit feedback regarding the campaign</a> | <a href='mailto:hsmith2@tva.gov?subject=Chattanooga CFC Web Site Comments&cc=rgwelch@tva.gov'>Contact the webmaster regarding technical issues</a>";
	
	//Output the HTML
	document.write(menuList);
}

/* End NPG menu function */
