<!-- Older browsers will ignore the javascript between the comments
webmaster_name = "R. Louie"
webmaster_address = "louie";
site = "plu.edu";

document.write('<div align="left"><img src="graphics/colored-bar.gif" width="600" height="1"></div><br>');
document.write('<div align="center">Website maintained by ');
document.write('<a href="mailto:' + webmaster_address + '@' + site + '">');
document.write(webmaster_name +'</a>'+ ". Questions, comments and suggestions are welcome."+"<br>" );
document.write("Last modified on: "+ document.lastModified + ". ");
document.write('<a href="copyright.htm"> Contents &#169; PLU Physics Department, 1996-2009 '+'</a>');
document.write('</div>');
document.write('<p align="right"><img src="graphics/colored-bar.gif" width="600" height="1"></p>');
//-->