// JavaScript Document

//This is a simple script to write out the header of every page so that it's simple to change it on all pages.


document.write("<div align=\"center\">");
document.write("<img align=\"center\" src=\"images/header.jpg\">");
document.write("<br />");
document.write("<a href=\"index.html\" target=\"_self\" onmouseover=\"on('home')\" onmouseout=\"off()\"><img src=\"images/menu/home_inactive.jpg\" alt=\"Home\" width=\"108\" height=\"59\" hspace=\"0\" vspace=\"0\" border=\"0\" id=\"home\" name=\"home\" /></a><a href=\"http://about.sjrdesign.net/hobbies.html\" target=\"_self\" onmouseover=\"on('about')\" onmouseout=\"off()\"><img src=\"images/menu/about_inactive.jpg\" alt=\"About\" width=\"108\" height=\"59\" hspace=\"0\" vspace=\"0\" border=\"0\" id=\"about\" name=\"about\" /></a><a href=\"collection.html\" target=\"_self\" onmouseover=\"on('collection')\" onmouseout=\"off()\"><img src=\"images/menu/collection_inactive.jpg\" alt=\"My Collection\" width=\"153\" height=\"59\" hspace=\"0\" vspace=\"0\" border=\"0\" id=\"collection\" name=\"collection\" /></a><a href=\"links.html\" target=\"_self\" onmouseover=\"on('links')\" onmouseout=\"off()\"><img src=\"images/menu/links_inactive.jpg\" alt=\"Links\" width=\"109\" height=\"59\" hspace=\"0\" vspace=\"0\" border=\"0\" id=\"links\" name=\"links\" /></a>");
document.write("</div>");