////  show_copyright.js  ////
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright © 1997-"+ update + "&nbsp;&nbsp;&nbsp;&nbsp;All rights reserved." + " <br/> " + "Permission to copy any portions of this document should be obtained from the<br/>College of Charleston Office of Research &amp; Grants Administration.");
////////////////////////