// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Dr. Karen E. Boyle Labiaplasty Male Infertility Vasectomy Reversal Maryland Virginia Washington, D.C. female sexual health genital aesthetic surgery";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2008 ");
