function footer()
{
	document.write("<div align='center'><span class='footer'>");
	document.write("Copyright &copy; 2006-2010 The Cahaba Group, LLC All rights reserved.");
	document.write("</span></div>");
}

