// following are passed from each page: //
//   cry = copyright year //
//   arc = anchor code and link to section archive page //
//   btn = if 1, display "close" button; if 0, don't display button //


var dt = new Date();

// cur = current year //
var cur = dt.getFullYear();
var btn = 0;


document.write('<p><hr /></p>');
// NIV copyright notice
if (arc == "sermon" || arc == "def") { 
	document.write('<center><font size="1">Unless otherwise noted, Scriptures are taken from <i>The Holy Bible</i>, New International Version. &copy; 1973, 1978, 1984 International Bible Society. Used by permission of Zondervan Bible Publishers.</font></center><br /><hr /><br />')
   if (arc == "sermon") { btn == 1 };
};

if (window.self.name == "") {
   if (arc > "" && arc != "def" ) {
   	  if (arc == "cell") { arc = '../cellgroups.html">Cell Group Studies Archive Page' }
   	  if (arc == "family") { arc = '../family.html">Family of the Month Archive Page' }
   	  if (arc == "sermon") { arc = '../sermarch.html">Sermon Archive Page' }
   
      document.write('<center><table width="100%" border="0" cellpadding="0" cellspacing="0" summary="This table contains links to the home page and to the sermon archive page.">')
   	  document.write('<tr><td align="left"><a href="../default.asp">Home Page</a></td>')
	  document.write('<td align="right"><a href="' + arc + '</a></td>')
	  document.write('</tr></table></center><br />')
   };
};

//if (window.self.name > "") {
if (btn == 1) {
   document.write('<p><form><center><input type="button" value="Close" onclick="window.close();"></center></form></p>')
};

if (cur > cry) { cur = cry + "-" + cur };

function escramble(){
	var a,b,c,d,e,f,g,h,i
	a='<a href=\"mai'
	b='web'
	c='\">'
	a+='lto:'
	b+='@'
	e='</a>'
	b+='stjohnswoodstock.com'

	document.write('<p align="center"><font size="-1"><b>&copy;' + cur + ' - St. John&#039;s Lutheran Church - All Rights Reserved<br />');
	document.write('401 St. John&#039;s Road, Woodstock, Illinois 60098 (<a href="map.php" class="reg">Map</a>)<br />');
	document.write('Phone: 815-338-5159</font><br />');
	document.write('Mobile Web Site:</b> <a href="http://mobile.stjohnswoodstock.com">mobile.stjohnswoodstock.com</a></p>');
}

escramble();

