

document.write("<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">");

document.write("<head>");
document.write("  <title>Mermaid Cafe</title>");
document.write("  <meta http-equiv=\"content-type\" content=\"application/xhtml+xml; charset=UTF-8\" />");
document.write("  <meta name=\"author\" content=\"studio7designs.com\" />");
document.write("  <meta name=\"description\" content=\"Site Description Here\" />");
document.write("  <meta name=\"keywords\" content=\"keywords, here\" />");
document.write("  <meta name=\"robots\" content=\"index, follow, noarchive\" />");
document.write("  <meta name=\"googlebot\" content=\"noarchive\" />");

var curFname = window.location.pathname;
if (curFname.match("20[0-9][0-9]") || curFname.match("199[0-9]")) {
	document.write("<script type=\"text/javascript\" src=\"../js/prototype.js\"></script>");
	document.write("<script type=\"text/javascript\" src=\"../js/scriptaculous.js?load=effects,builder\"></script>");
	document.write("<script type=\"text/javascript\" src=\"../js/lightbox.js\"></script>");
	document.write("  <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/layout.css\" media=\"screen, projection, tv \" />");
	document.write("  <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/html.css\" media=\"screen, projection, tv \" />");
	document.write("  <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/lightbox.css\"  media=\"screen\" />");
}
else {
	document.write("<script type=\"text/javascript\" src=\"js/prototype.js\"></script>");
	document.write("<script type=\"text/javascript\" src=\"js/scriptaculous.js?load=effects,builder\"></script>");
	document.write("<script type=\"text/javascript\" src=\"js/lightbox.js\"></script>");
	document.write("  <link rel=\"stylesheet\" type=\"text/css\" href=\"css/layout.css\" media=\"screen, projection, tv \" />");
	document.write("  <link rel=\"stylesheet\" type=\"text/css\" href=\"css/html.css\" media=\"screen, projection, tv \" />");
	document.write("  <link rel=\"stylesheet\" type=\"text/css\" href=\"css/lightbox.css\"  media=\"screen\" />");
}


document.write("  <style type=\"text/css\">");
document.write("<!--");
document.write(".style2 {color: #627E9A}");
document.write(".style3 {color: #62CC3C}");
document.write(".style6 {color: #5C8096}");
document.write("-->");
document.write("  </style>");
document.write("</head>");

document.write("<body>");

document.write("<!-- #content: holds all except site footer - causes footer to stick to bottom -->");
document.write("<div id=\"content\">");

document.write("  <!-- #header: holds the logo and top links -->");   
document.write("  <div id=\"header\" class=\"width\">");
  
if (curFname.match("20[0-9][0-9]") || curFname.match("199[0-9]")) {
	document.write("<a href=\"../index.html\" >");
	document.write("  <img src=\"../images/logo.png\" />");
	document.write("</a>");
}
else {
	document.write("<a href=\"index.html\" >");
	document.write("  <img src=\"images/logo.png\" />");
	document.write("</a>");
}  
document.write("    <ul>");
document.write("      <li><a href=\"http://www.mermaidcafe.com\">Back to Main page</a></li>");
document.write("      <li><a href=\"http://www.mermaidcafe.com/about.html\">About</a></li>");



document.write("    </ul>");

document.write("  </div>");
document.write("  <!-- #header end -->");

document.write("  <!-- #headerImg: holds the main header image or flash -->");
document.write("  <div id=\"headerImg\" class=\"width\"></div>");


document.write("  <!-- #menu: the main large box site menu -->");
document.write("  <div id=\"menu\" class=\"width\">");

document.write("    <ul>");
document.write("      <li>");
document.write("        <a href=\"/2008/\" onfocus=\"blur()\">");
document.write("          <span class=\"title \">Current Photos</span>");
document.write("          <span class=\"desc\">View photos from 2008</span>");
document.write("        </a>");
document.write("      </li>");

document.write("      <li>");
document.write("        <a href=\"http://www.mermaidcafe.com/savannah/\" onfocus=\"blur()\">");
document.write("          <span class=\"title \">Savannah</span>");
document.write("          <span class=\"desc\">View Savannah's pages</span>        </a>      </li>");
document.write("      <li>");
document.write("        <a href=\"http://www.mermaidcafe.com/delaney/\" class=\"forum\" onfocus=\"blur()\">");
document.write("          <span class=\"title \">Delaney</span>");
document.write("          <span class=\"desc style3\">View Delaney's pages</span>        </a>      </li>");
document.write("      <li>");
document.write("        <a href=\"http://www.mermaidcafe.com/about.html\" onfocus=\"blur()\">");
document.write("          <span class=\"title \">About</span>");
document.write("          <span class=\"desc\">About this site</span>");
document.write("        </a>");
document.write("      </li>");
document.write("    </ul>");

document.write("  </div>");
document.write("  <!-- #menu end -->");



document.write("<!-- #page: holds the page content -->");
document.write("<div id=\"page\">");

document.write("  <!-- #columns: holds the columns of the page -->");
document.write("  <div id=\"columns\" class=\"widthPad\">");
