document.write("<div id=\"header\">");
    document.write("<div id=\"logo\">");
        document.write("<h1>Pyrenean Mountain Dog Club</h1>");
        document.write("<h1>of Victoria</h1>");
    document.write("</div>");
    document.write("<div id=\"nav\">");
        document.write("<ul>");
            document.write("<li><a href=\"index.html\">HOME </a>&nbsp; |</li>&nbsp;");
            document.write("<li><a href=\"contacts.html\">CONTACTS</a>&nbsp; |</li>&nbsp;");
            document.write("<li><a href=\"events.html\">EVENTS</a>&nbsp; |</li>&nbsp;");
            document.write("<li><a href=\"rescue.html\">RESCUE</a>&nbsp; |</li>&nbsp;");
            document.write("<li><a href=\"breeders.html\">BREEDERS</a>&nbsp; |</li>&nbsp;");
            document.write("<li><a href=\"breedinfo.html\">BREED INFO</a>&nbsp; |</li>&nbsp;");
            document.write("<li><a href=\"faq.html\">FAQ</a>&nbsp; |</li>&nbsp;");
            document.write("<li><a href=\"gallery.html\">GALLERY</a>&nbsp; |</li>&nbsp;");
            document.write("<li><a href=\"links.html\">LINKS</a></li>");
        document.write("</ul>");
    document.write("</div>");
    document.write("<div id=\"ranee\">");
        document.write("<center><h3>The late Ranee van Eck (secretary for 27 years),</h3><h3>with loved ones</h3></center>");
    document.write("</div>");
    document.write("<div id=\"gallery\">");
        document.write("<ul>");
            document.write("<li class=\"gwomen\"/>");
            document.write("<li class=\"gkids\"/>");
            document.write("<li class=\"gmen\"/>");
        document.write("</ul>");
    document.write("</div>");
document.write("</div>");

