var today = new Date() 
var year = today.getYear() 
if(year<1000) year+=1900 

document.write('<div class="Footertxt">');
document.write('  &nbsp;Copyright &copy; 2004 - ' + year + '.&nbsp; VeriSolv Technologies, Inc. &nbsp; All Rights Reserved.');
document.write('</div>');