(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!\"
Dr Hart and her entire staff create an experience that is like a day at the spa! Start with the lovely visual wow that you get when you walk inside. Then, enjoy the peaceful, warm, friendly staff and the efficiency, excellence, and EXPERTise that is provided for you as a patient EVERY time! You may be thinking that I have an easy visit, no cavities, no extra return visits, but that is not the case. Even though I have little, if any dental coverage as a retiree, I choose to spend my money for Dr. \r\nHart\'s care. She and her team make it a great day for me, and never any painful or uncomfortable aftermath, as with others. Thank you Virginia Biological Dentistry!
Sally
\"Excellent!\"
Professional, welcoming and the only way to true consistent health.
Jim
'; $("#fca_review_widget_preview").html(reviews); }); } })();