//  File Name: http://www.cislessons.com/updated.js

// This is the code to display the updated timestamp on the webpage

document.write('<div align="center">');
document.write('<font size="2">');

document.write('Send email to: <a href="mailto:aweberp51@aol.com">Armin Weber</a> <nbsp><nbsp><nbsp>aweberp51@aol.com<br>'); 
document.write('Copyright &#169; 2003-2004 <br>');
document.write('<br>');
document.write("Last updated: ");  
document.write(document.lastModified);

document.write('</font>');
document.write('</div>');

