(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!\"
I first met Dr Chegini in 2007, she has an unquenchable thirst for knowledge. Dr Chegini holds herself to the highest standards, and provides nothing less than excellent care to her patients. You might ask what are my qualifications to make these judgements; I have taught reconstructive dentistry in many countries, I have addressed annual meetings as keynote speaker 5 times. I am past president of IAO, have held many offices in that organization. All offices dealing with member dentists and their quest to receive sophistication of their knowledge. From that perspective I can assure you that Dr Chegini is special, and extraordinarily dedicated to excellence.
William F Buckley Jr
\"Excellent!\"
As a surgeon that has spent much of my career training other doctors, I can recognize really good medical talent when I I see it. Dr. Chegini is clearly a talented doctor that I have trusted with not only my extensive amount of successful reconstructive dental work that she has performed, but with the work she provides for my sons and my wife as well. One striking thing that o have learned is that top tier surgeons always remain calm and controlled, even during challenging cases. This always leads to the entire team feeling comfortable and reassured, this leading to better results.\r\nThis is a quality that has been exemplified by Dr. Chegini on numerous occasions over the years that she has worked on my mouth. I know I always feel completely relaxed when she is working, knowing that she will do the right thing and achieve the right result. Thanks for all you have done for my family Dr. Chegini!
Kerwyn Jones
'; $("#dca_review_widget_preview").html(reviews); }); } })();