/*
This is so there is only one place the upsdates to the footer need to go.
*/
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="/about.html">About Dr. Neal</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><br>');
// document.write('<font size=-1><a href="/index.html">Home</a> | <a href="#">Today\'s Words</a>| <a href="/notebook/archive.html">The Archive</a> | <a href="/about.html">About Dr. Neal</a> | <a href="/guestbook.html">Guestbook</a> | <a href="/etc.html">Etc. Page</a> | <a href="/awards.html">Awards Page</a><br>');
document.write('<a href="/salvation.html">Salvation Illustrated</a> | <a href="/look.html">Where to Look When</a> | <a href="/presence.html">His Presence</a> | <a href="/cassettes.html">Free Audio Cassettes</a><br>');
document.write('<a href="http://www.audio-bible.com/bible/bible.html">Audio Bible</A> | <a href="/command_packet.html">Home Commandments</A> | <a href="http://www.wordsforcourageousliving.com/bio.html">In Memory Kim</a> | <a href="/young/">Kid\'s Korner</a> | <a href="/hell/">Hell</a></font><br /><br /><br />');
document.write('</p></div> <!-- centered -->');