document.write('<BR>');
document.write('<TABLE WIDTH="100%" ALIGN="center">');
document.write('  <TR><TD ALIGN="center">');
document.write('    <HR>');
document.write('    <FONT SIZE="-2" COLOR="black" STYLE="font-family: Arial, Helvetica, sans-serif;"><I>');

var firstYear = '1998';
var today = new Date();
var currentYear = today.getFullYear();
document.write('    This page and its constituent works Copyright &copy; '+firstYear);
if(currentYear > firstYear) document.write('-'+currentYear);

document.write('    <A HREF="http://www.infonetx.com/" TARGET="new">');
document.write('    INFONETICS, Inc.</A><BR>');
document.write('    For more information write INFONETICS, Inc. at');
document.write('    <A HREF="mailto:webmaster@infonetx.com">');
document.write('    webmaster@infonetx.com</A>');
document.write('    </I></FONT>');
document.write('</TABLE>');
document.write('</FONT>');
