function copyright() { 

document.write('<div align="center">')

// type the following statements on one line (no hard returns)

document.write('Copyright 2012 Respective Publishers/Authors/Artists.<br>') 

document.write('Webpage Design Copyright © 2001-2012 <a href="mailto:webmaster@romancereaderatheart.com">Romance Reader at Heart</a>.<br>')

document.write('All rights reserved.')

document.write('</div>') }
