/*Any html tags can go in the htmlString variable, you just keep adding but make sure you use a ' instead of a ". 
  the html String += whatever lines. 
  java/copyright_footer.js
  Created 2 March 2005, Steve Merrill
  Copyright information to be placed as the footer on each page.
  Date updated does not work as a script in this footer.
*/ 

var    htmlString = "<font SIZE='1' FACE='Verdana,Arial,Helvetica,sans-serif'><br>"; 
       htmlString += "&nbsp;&nbsp;&nbsp;&copy;&nbsp;Copyright&nbsp;2001-06,&nbsp;Wallace&nbsp;State&nbsp;Community&nbsp;College. All&nbsp;rights&nbsp;reserved.<br>";
       htmlString += "</font>";
document.write(htmlString);

                        
                        
                        
                        
                        
                        
                        
                        