<!-- Hide from other browsers
// These is the footer table used by the Grimwithshire web site
document.writeln("<p>This is the recognized web site for the Shire of Grimwith ");
document.writeln('<a href="http://www.AnTir.SCA.org/">(Kingdom of An Tir)</A><br /> of the ');
document.writeln('<a href="http://www.SCA.org/">Society for ');
document.writeln("Creative Anachronism, Inc. (SCA).</a><br />"); 
document.writeln("It is not a corporate publication of the Society for Creative Anachronism, Inc.<br />and does not delineate SCA policies.<br />In cases of conflict with printed versions of material presented on this page or its links,<br />the dispute will be decided in favor of the printed version.</p>");

// document.writeln(thisPage);

if ( thisPage == "home" ) {
document.writeln("Grimwith Arms by Susan Patch<br />");
document.writeln("Side tile and flower bar by Paula Parkhurst<br />");
}

else {
document.writeln("Grimwith Arms and page tile and flower bar by Paula Parkhust<br />");
}

document.writeln("<p>All other original graphics and text are copyrighted &copy; 2010<br />"); 
document.writeln('by <a href="http://www.WebMaker-NW.com/">'); 
document.writeln("Darbie Marlin</a> for the Grimwithshire<br />and may not be used without permission.</p>"); 

document.writeln("<p>This site created by:");
document.writeln(' <a href="http://www.WebMaker-NW.com/">');
document.writeln("WebMaker</a> - Web Site Productions<br />Web Minister, "); 
document.writeln('<a href="mailto:Katla&#64;dragonlore.n&#101;&#116;">'); 
document.writeln("Katla jarnkona</a><br />");
document.writeln("Space donated by"); 
document.writeln('<a href="http://www.runway.net/">');
document.writeln("Runway.net</a> - Internet Service Provider</p>");
// Stop hiding from other browsers --- updated 06/06/10 --->