// author: Bill Becker "wjbecker@yahoo.com"
// January 2000
// don't format the text within the 'single quotes', leave it all one line.  
// It has to be a continuous statement to work.

document.write("<font face=arial,helvetica size=1>Last Modified: " + document.lastModified + "</font><br>");

footertext='<span class="footer"><font face="arial,helvetica" size="1" color="#000000">' + 
'All Contents Copyright &copy; 2004 ' + 
'<a class="footer" href="http://www.wku.edu">Western Kentucky University</a> <br>' + 
'Webmaster: <a class="footer" href="mailto:kranthikumar.dudam@wku.edu">kranthikumar.dudam@wku.edu</a> <br>' + 
'Best viewed in Internet Explorer 5+ or Netscape 6+.<br></font></span>';
document.write(footertext);
