document.write('<BR>');
document.write('<TABLE ALIGN="center">');
document.write('  <TR><TD ALIGN="center">');
document.write('    <HR>');
document.write('    <FONT SIZE="-2"><I>');

var firstYear = '2002';
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://youngwelding.com" TARGET="new">');
document.write('    Young Welding Supply Company, 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('</TABLE>');
document.write('</FONT>');
