function familylinks()
{
document.writeln("<p class=\"navbot\"> This website is sponsored by Mike and Karen.<br>");
document.writeln("Places you can go on Mike and Karen's other websites:<br><br>");
document.writeln("| <a href=\"http://www.magazineart.org\">MagazineArt Home Page</a>");
document.writeln("| <a href=\"http://www.hidden-knowledge.com/index.html\">Hidden Knowledge Home Page</a>");
document.writeln("|<br>");
document.writeln("| <a href=\"http://www.travelhistory.org\">Travel History Home Page</a>");
document.writeln("| <a href=\"http://www.burtonholmes.org\">Burton Holmes, Extraordinary Traveler</a>");
document.writeln("|<br>");
document.writeln("| <a href=\"http://www.rafaelsabatini.com\">Homage to Writer Rafael Sabatini</a>");
document.writeln("| <a href=\"http://www.travelhistory.org/siberia\">The Trans-Siberian Railroad</a>");
document.writeln("|<br>");
document.writeln("<>  Blogs: <>");
document.writeln("<br>");
document.writeln("| <a href=\"http://www.mkpix.org/blogs/early_radio/\">Early Radio</a>");
document.writeln("| <a href=\"http://www.mkpix.org/blogs/mikes_rail_blog/\">Mike's Rail</a>");
document.writeln("| <a href=\"http://pictorio.blogspot.com/\">Picture History</a>");
document.writeln("| <a href=\"http://oldhightech.blogspot.com/\">Old High Tech</a>");
document.writeln("| <a href=\"http://www.mkpix.org/blogs/chromolitho/\">Chromolithography</a>");
document.writeln("| </p>");
}
