function writeFooter()
{

document.write("<a class=\"footer\" href=\"/index.html\">Home</a>\n");
document.write("<span class=\"boldtext\">::&nbsp;</span>");
document.write("<a class=\"footer\" href=\"/photos/index.php\">Photos</a>\n");
document.write("<span class=\"boldtext\">::&nbsp;</span>");
document.write("<a class=\"footer\" href=\"/links.html\">Links</a>\n");
document.write("<span class=\"boldtext\">::&nbsp;</span>");
document.write("<a class=\"footer\" href=\"/news.html\">News</a>\n");
document.write("<br>");
document.write("<a class=\"footer\" href=\"/webcal/index.php\">Calendar</a>\n");
document.write("<span class=\"boldtext\">::&nbsp;</span>");
document.write("<a class=\"footer\" href=\"/timeline.html\">Timeline</a>\n");
document.write("<br>");
document.write("<a class=\"footer\" href=\"/index.html\">ransoms.net</a>\n");

}

