function copyright() { 

document.write('<div align="center">')

// type the following statements on one line (no hard returns)

document.write('<font color="#FFFFFF">Copyright 2008 New Life Beginnings Church.</font><br>') 



document.write('</div>') }

