// JavaScript Document
//
//  Side Menu

 document.write ("<div id=\"nav-row\">");
 
  document.write ("<ul id=\"navigation\">");
    document.write ("<li><a class=\"head\" href=\"index.html\">Home</a></li>");
    document.write ("<li><a class=\"head\" href=\"tattoo.html?p=1.1.1\">Tattoo</a>");
      document.write ("<ul>");
        document.write ("<li class=\"divider\"><b>@ the Seattle Shop</b></li>");
        document.write ("<li><a href=\"tattoo-gallery-berger.html?p=1.1.1.1\" title=\"link to artist profile for Berger\">Berger</a></li>");
        document.write ("<li><a href=\"tattoo-gallery-dag.html?p=1.1.1.2\" title=\"link to artist profile for Dag\">Dag</a></li>");
        document.write ("<li><a href=\"tattoo-gallery-dana.html?p=1.1.1.3\" title=\"link to artist profile for Dana\">Dana</a></li>");
        document.write ("<li><a href=\"tattoo-gallery-gustavo.html?p=1.1.1.4\" title=\"link to artist profile for Gustavo\">Gustavo</a></li>");
        document.write ("<li><a href=\"tattoo-gallery-jerm.html?p=1.1.1.5\" title=\"link to artist profile for Jerm\">Jerm</a></li>");
        document.write ("<li><a href=\"tattoo-gallery-john-cimperman.html?p=1.1.1.6\" title=\"link to artist profile for John Cimperman\">John Cimperman</a></li>");
        document.write ("<li><a href=\"tattoo-gallery-nina.html?p=1.1.1.7\" title=\"link to artist profile for Nina\">Nina</a></li>");
        document.write ("<li><a href=\"tattoo-gallery-thomas-wade.html?p=1.1.1.8\" title=\"link to artist profile for Thomas Wade\">Thomas Wade</a></li>");
      document.write ("</ul>");
    document.write ("</li>");
    document.write ("<li><a class=\"head\" href=\"cosmetic-tattoo.html?p=1.1.2\">Cosmetic Tattoo</a>");
      document.write ("<ul>");
        document.write ("<li><a href=\"cosmetic-tattoo-gallery-raegan.html?p=1.1.2.1\" title=\"link to artist profile for raegan mckibbin\">Raegan McKibbin</a></li>");
      document.write ("</ul>");
    document.write ("</li>");
    document.write ("<li><a class=\"head\" href=\"henna-art.html?p=1.1.3\">Henna Art</a>");
      document.write ("<ul>");
        document.write ("<li><a href=\"henna-gallery-kira.html?p=1.1.3.1\" title=\"link to artist profile for kira\">Kira</a></li>");
      document.write ("</ul>");
    document.write ("</li>");
    document.write ("<li><a class=\"head\" href=\"piercing.html?p=1.1.4\">Piercing</a>");
      document.write ("<ul>");
        document.write ("<li class=\"divider\"><b>@ the Seattle Shop</b></li>");
        document.write ("<li><a href=\"piercing-gallery-john-d.html?p=1.1.4.1\" title=\"link to artist profile for John D\">John D</a></li>");
        document.write ("<li><a href=\"piercing-gallery-chris.html?p=1.1.4.2\" title=\"link to artist profile for Chris\">Chris</a></li>");
        document.write ("<li class=\"divider\"><b>@ the California Shop</b></li>");
        document.write ("<li><a href=\"piercing-gallery-airick.html?p=1.1.4.3\" title=\"link to tattoo gallery for Airick\">Airick</a></li>");
        document.write ("<li><a href=\"piercing-gallery-sarah.html?p=1.1.4.4\" title=\"link to tattoo gallery for sarah\">Sarah</a></li>");
      document.write ("</ul>");
    document.write ("</li>");
    document.write ("<li><a class=\"head\" href=\"aftercare.html\">Aftercare</a></li>");
    document.write ("<li><a class=\"head\" href=\"prices.html\">Prices</a></li>");
    document.write ("<li><a class=\"head\" href=\"ocart/\" target=\"_blank\">Body Jewelry</a></li>");
    document.write ("<li><a class=\"head\" href=\"links.html\">Links</a></li>");
    document.write ("<li><a class=\"head\" href=\"faq.html\">FAQ</a></li>");
    document.write ("<li><a class=\"head\" href=\"media.html\">Media</a></li>");
    document.write ("<li><a class=\"head\" href=\"contact.html\">Contact</a></li>");
  document.write ("</ul>");
document.write ("</div>");
