(function() { var jQuery; if (window.jQuery === undefined || window.jQuery.fn.jquery !== '1.4.2') { var script_tag = document.createElement('script'); script_tag.setAttribute("type","text/javascript"); script_tag.setAttribute("src","//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"); if (script_tag.readyState) { script_tag.onreadystatechange = function () { // For old versions of IE if (this.readyState == 'complete' || this.readyState == 'loaded') { scriptLoadHandler(); } }; } else { // Other browsers script_tag.onload = scriptLoadHandler; } // Try to find the head, otherwise default to the documentElement (document.getElementsByTagName("head")[0] || document.documentElement).appendChild(script_tag); } else { // The jQuery version on the window is the one we want to use jQuery = window.jQuery; main(); } /******** Called once jQuery has loaded ******/ function scriptLoadHandler() { jQuery = window.jQuery.noConflict(true); main(); } /******** Our main function ********/ function main() { jQuery(document).ready(function($) { var font_link = $("", { rel: "stylesheet", type: "text/css", href: "//fonts.googleapis.com/css?family=Open+Sans" }); font_link.appendTo('head'); var css_link = $("", { rel: "stylesheet", type: "text/css", href: "https://www.fanschoice.org/wp-content/themes/fca/includes/ajax/widget.css" }); css_link.appendTo('head'); var reviews = '
\"Doctors
\"Excellent!\"
I’m a HUGE fan of Dr Hart because she does thing right. She cares and she is the most gentle dentist that has existed! She pulled out two of my teeth, put in an implant and bone graft, yet I slept through most of it and was doing dishes that night. It’s as much of a spa experience as possible in a dental office! Warm cozy blanket, talent and concern. What else can you ask for?
Francine Porter
\"Excellent!\"
From the moment I walked into the office, I knew I had found the right place. The waiting area was filled with thoughtful resources—books, supplements, and information about the microbiome that immediately affirmed the kind of whole-body approach to dentistry I’ve been seeking.\r\n\r\nAs someone who has asked conventional dentists questions like, “Why are we still using fluoride?” or “Can we explore holistic alternatives?”, I’ve often been met with confusion or dismissal. So, to discover a place where my research and values align with the practice’s philosophy felt like a true moment of serendipity.\r\n\r\nWhile I haven’t met Dr. Hart yet, the staff I interacted with particularly the assistant who conducted my x-rays was knowledgeable, intuitive, and incredibly accommodating. She made me feel heard and respected, which is rare and meaningful.\r\n\r\nMy visit was for diagnostic x-rays, particularly to explore concerns around previous root canals and whether there may be underlying infection. I’m looking forward to reviewing everything with Dr. Hart and developing a personalized, holistic treatment plan.\r\n\r\nOverall, I’m hopeful and excited about what this journey with biological dentistry will bring for my oral health and overall well-being.
Khidhra Poole
'; $("#fca_review_widget_preview").html(reviews); }); } })();