    document.write('<a href="index.html">Main Page</a><br> ');
    document.write('<a href="http://www.timwylie.com/blog?cat=10">News</a><br> ');
    document.write('<a href="sitemap.html">Site Map</a><br> ');
    document.write('<a href="family.html">My Family</a><br>   ');
    document.write('<a href="electronics.html">Electronics</a><br> ');
    document.write('<a href="build.html">Building<a/><br/> ');
    document.write('<a href="math.html">Math Lab</a><br> ');
    document.write('<a href="code.html">The Code</a><br>');
    document.write('<a href="cube.html">Rubik\'s Cube</a><br> ');
    document.write('<a href="bowling.html">Bowling</a><br>');
    document.write('<a href="music.html">Deft Music</a><br> ');
    document.write('<a href="art.html">Artwork</a><br> ');
    document.write('<a href="writing.html">BL Writing</a><br>');
    document.write('<a href="costume.html">Costumes</a><br> ');
    document.write('<a href="batmobile.html">Batmobile</a><br> ');
    document.write('<a href="jetpack.html">Jetpacks</a><br> ');
    document.write('<a href="mailto:timwylie AT yahoo.com">Email Tim</a>');


