var date=new Date();
document.write('<DIV id=ds-footer>');
document.write('  <DIV id=ds-footer-content>');
document.write('    <DIV id=ds-footer-copyright>');
document.write('    Copyright &copy;2001-');
document.write(date.getFullYear()); 
document.write(' MathThinking Technologies, Inc. All Rights Reserved.');
document.write('    </DIV>');
document.write('   </DIV>');
document.write('</DIV>');