document.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" ")
document.write("    \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"> ")
document.write("<html lang=\"en\" xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\"> ")

document.write("<head> ")
document.write("  <title>\"Buckeye Keeshond Club\"</title> ")
document.write("  <meta name=\"description\" content=\"Welcome to Buckeye Keeshond Club\" >")
document.write("  <meta name=\"keywords\" content=\"keeshond, keeshonden, BKC, KCA, AKC, Conformation, Obediance, Agility\" >")
document.write("  <link rel=\"stylesheet\" type=\"text/css\" href=\"../style/bkc.css\" >  ")
document.write("  <meta http-equiv=\"Content-Type\" content=\"text/html;charset=iso-8859-1\" >  ")
document.write("</head>  ")

document.write("<body>  ")
document.write("  <div class=\"entirepagediv\" summary=\"entirepagediv\"> ") 

document.write("    <div class =\"bkclogodiv\"> ")
document.write("      <img alt=\"BKC\" src=\"../images/main/BKCLogo.gif\" > ")
document.write("      <center class=\"bkclogotext\"> Buckeye Keeshond Club </center> ")
document.write("    </div> ") 

document.write("    <ul class=\"navbarlist\"> ")
document.write("        <li><a href=\"../main/index.html\">Home</a></li> ") 
document.write("        <li><a href=\"../information/information.html\">Information</a></li> ") 
document.write("        <li><a href=\"../events/events.html\">Events</a></li> ") 
document.write("        <li><a href=\"../membership/membership.html\">Membership</a></li> ") 
document.write("        <li><a href=\"../litters/litters.html\">Puppies</a></li> ") 
document.write("        <li><a href=\"../national/national2011.html\">2011 KCA Specialty</a></li> ") 
document.write("    </ul> ") 

