user = 'info';
site = 'hendricom.com';
notice = '<font color="#000080" face="Verdana" size=1>copyright &copy; 1998 ';
var d=new Date(); 
yr=d.getFullYear();
if (yr!=1998)
	notice = notice + '- ' + yr;
notice = notice + ' hendrickson software components, all rights reserved.';

document.write('<div align="center">')

document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%"')

document.write('<tbody>')

document.write('<td bgcolor="#ffffff" style = "text-align:center;"')
document.write('<tr>')
document.write(notice);
document.write('<br><a href=\"mailto:' + user + '@' + site + '?subject=Web Inquiry">');
document.write('<font color="#000080">contact us</font></a></font>');
document.write('</tr>')
document.write('</td>')

document.write('</tbody>')

document.write('</table>') 

document.write('</div>')
document.write('<br>&nbsp;<br>')




