
/**************************************************
* CopyRight.js                                    *
* Copyright 2006 by Kevin Questad.                *
* Web address: http://www.questad.com             *
* Last update: April 25, 2006.                    *
**************************************************/

/***********************************************************************
* This line of code needs to appear in the copyright section of every  *
* page in order to list the disclaimer and copyright notice:           *
*                                                                      *
* <!-- This script is for writing the options -->                      *
* <script language="Javascript" src="/Scripts/CopyRight.js"></script>  *
*                                                                      *
***********************************************************************/

document.write('<table width="100%" border="0" align="center">')
document.write('<tr><td align="center" class="copyright">')
document.write('<hr />Copyright &copy; 2011 Apostolic Lutheran Church of Seattle')
document.write('</td></tr>')
document.write('</table>')



