/*
This is so there is only one place the upsdates to the footer need to go.
*/

function PopIt(filename, h, w) 	{  
	Popup = window.open(filename,"popDialog","height="+h+",width="+w+",scrollbars=no,left=200,top=100")
}

function subwindow() {
today = new Date()
var linker = (linkDateString(today))
window.location.href = "/notebook/archives/"+linker+".html";
}   // The statement starting with "NewWindow" must be on ONE line.

document.write('<div style="text-align:center"><p>');
document.write('<font size=-1><a href="/index.html">Home</a> | <a href="/notebook/archive.html">The Archive</a> | <a href="/church.htm">Church in the Son</a> | <a href="/about.html">About Dr. Neal</a> | <a href="/steps">Steps Through Difficult Days</a><br>');
document.write('<a href="/m">Mobile</a> | <a href="/guestbook.html">Guestbook</a> | <a href="/knot.php">The Marriage Knot</a> | <a href="/etc.html">Etc. Page</a> | <a href="/awards.html">Awards Page</a> | <a href="/presence.html">His Presence</a><br />');
document.write('<a href="/memorizing_scripture.htm">Jesus\' 45 Memory Verses</a> | <a href="/cassettes.html">Free Audio Cassettes</a> | <a href="/hell/">Hell Video</a><br />');
document.write('<a href="/salvation.html">Salvation Illustrated</a> | <a href="/look.html">Where to Look When</a> | <a href="/tears.php">Tears in a Bottle</a> | <a href="/command_packet.html">Home Commandments</a><br>');

document.write('<a href="15min.htm">15 Minutes With Jesus</a> | <a href="http://www.audio-bible.com/bible/bible.html">Audio Bible</a> |');
document.write('<a href=\"javascript:void(0);\"onClick=\"PopIt(\'memorial.htm\', 400, 750)\" >'); 
document.write('In Memory</a>');
document.write(' | <a href="/die_gain/index.htm">To Die is Gain</a> |<a href="/young/">Kid\'s Korner</a></font><br /><br /><br />');
document.write('</p></div> <!-- centered -->');

