	// <!-- COPYRIGHT -->
  	document.write('<TABLE width="100%"  border=0>');
  	document.write('<TBODY>');
  	document.write('<TR>');
    document.write('	<TD bgColor=#f0f0f0 height=1></TD></TR>');
  	document.write('<TR>');
    document.write('	<TD class=navbar_footer height=18>');
	document.write('     	<DIV class=footer><A title="APBOSoft Email" <A HREF="mailto:support@ezautopayroll.com">Contact Us</A>&nbsp;|&nbsp;');
	document.write('			<A title="Privacy Statements" href="privacy.html">Privacy Policy</A>');
	document.write('		</DIV>');
	document.write('	</TD>');
	document.write('</TR>');
  	document.write('<TR>');
    document.write('	<TD bgColor=#ffffff height=1></TD>');
    document.write('</TR>');
  	document.write('<TR>');
    document.write('	<TD class=copyright_footer height=20>© 2006 APBOSOFT, LLC. All Rights Reserved');
    document.write('  	</TD>');
    document.write('</TR>');
    document.write('</TBODY>');
   	document.write(' </TABLE>');