info='<div id="footer">' + 
'	<div class="footerLinks">' + 
'		&nbsp;&ordm;&nbsp;' + 
'		<a href="index.html">Home</a>' + 
'		&nbsp;&ordm;&nbsp;' + 
'		<a href="becomeamember.html">Become a Member</a>' + 
'		&nbsp;&ordm;&nbsp;' + 
'		<a href="store.html">Store</a>' + 
'		&nbsp;&ordm;&nbsp;' + 
'		<a href="contactus.html">Contact Us</a>' + 
'		&nbsp;&ordm;&nbsp;' + 
'	</div>	' + 
'	<div id="copyrightNotice">&copy;1998 - 2008 Save The Light, Inc. All rights reserved. See <a href="credits.html">Credits</a></div>' + 
'</div>' + 
''

document.write(info)
