function copyright() { 

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

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

document.write('Copyright © 2001-2012 Romance Reader at Heart.<br>')

document.write('All rights reserved.')

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