// JavaScript Document

function footer()
{
document.write("	<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
document.write("		<tr>");
document.write("			<td>&nbsp;</td>");
document.write("		</tr>");
document.write("		<tr>");
document.write("			<td class='ERDarkBar'><img width='100%' height='1'></td>");
document.write("		</tr>");
document.write("		<tr>");
document.write("			<td class='ERSideLinkBG'><span class='Content'>&copy;2004 Flex-Plan Services, Inc. <a href='#'>Privacy Statement</a> </span> </td>");
document.write("		</tr>");
document.write("	</table>");
}
