/*Any html tags can go in the htmlString variable, you just keep adding but make sure you use ' instead of ". 
  the html String += whatever lines. 
  copyright_footer.js
  Created 4 March 2005, Steve Merrill
  Modified beginning each year to stay current.
  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' color='#CCCCCC' face='Times New Roman, Times, serif'>"; 
       htmlString += "Copyright&nbsp;2008-10,&nbsp;BeachPortraitsbyDesign.com<br>";
       htmlString += "</font>";
document.write(htmlString);

                        
                        
                        
                        
                        
                        
                        
                        