function copyrit() {
now = new Date;
theYear=now.getYear();
if (theYear < 1900){
theYear=theYear+1900;}
document.write('<td align="center"><font color="#000000" size="2">'+
               'Copyright &copy; 1997 - '+theYear+' NeoLink, Inc.'+
               '</font></td>');
}

