/* Javascript program written by LRH, October 2000
This program appears at the end of all BVQ pages to list BVQ name, webmaster name and last date modified */
document.write("BRANDYWINE VALLEY QUILTERS (NQA &#35;PA369), Est. 1987<BR>");
document.writeln("www.brandywinevlyquilters.org<BR>");
document.writeln("Last revised on ");
document.writeln(document.lastModified)

