(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.doctorschoiceawards.org/widget-generator/css/widget.css" }); css_link.appendTo('head'); var reviews = '
\"Doctors
\"Excellent!\"
Dr. Weigand is an amazing dentist. As an Oral and Maxillofacial Surgeon I treat complex patients. I trust Dr. Weigand with my cases to ensure that the dental prosthetic portion is the best. His results are fantastic! He is honest and dedicate to patient care, and always has the patients overall health at the forefront.
David Gailey, DDS
\"Excellent!\"
As an endodontist, I\'ve worked with Dr. Weigand professionally since 1994, collaborating with him in the endodontic/restorative care of our mutual patients. Dr. Weigand continually demonstrates a commitment to excellence in his craft and compassion for his patients. He\'s an outstanding dentist. I\'m also proud to say that my family and I are his patients.
Rod Tataryn, DDS
\"Excellent!\"
As an oral surgeon collaborating in the mutual care of patients, I can share that Dr. Weigand is unequivocally one of the best dentists I have worked with in 15 years. He is not only compassionate and thoughtful, but also has the skill set to deliver beautiful results!
Chad Collins, DMD
\"Excellent!\"
I have worked with Dr. Weigand for 25 years and and I can attest to his excellent level of care for our joint patients. As a periodontist, my therapy is only as good as the dentist who is in charge of the patient\'s restorative care. In every case I feel that there is a collaborative effort between our offices that is based on the patient\'s best interest. I can confidently recommend Dr. Rick Weigand.\r\nAnthony Giardino, DDS
Anthony Giardino, DDS
'; $("#dca_review_widget_preview").html(reviews); }); } })();