
function writeNavigationLinks()
{
document.write('<h1>Main Navigation</h1>');
document.write('<ul>');
document.write('<li><a href="index.html">HOME</a></li>');
document.write('<li><a href="Hell.html">Everlasting Torment - Don&#8217;t be Misled!</a></li>');
document.write('<li><a href="TheGreatestNewsEver.html">The Greatest News Ever!</a></li>');
document.write('<li><a href="WarningToAllSinners.html">Warning to All Sinners</a></li>');
document.write('<li><a href="ZealforGodsWord.html">Zeal for God');
document.write("'s Word</a></li>");
document.write('<li><a href="FalseChurch.html">False Church</a></li>');
document.write('</ul>');

document.write('<h1>More Articles</h1>');
document.write('<ul>');
document.write('<li><a href="PutHalloweenToTheTest.html">Would the Holy God approve of His children participating in Halloween?</a></li>');
document.write('</ul>');
}

