(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. Sasson is a wonderful plastic surgeon. Above and beyond his surgical acumen, he is a phenomenal cosmetic injector of toxins and fillers. His work is subtle and very natural. In addition, many of his patients I have seen after having been to Dr. Sasson for breast augmentation and abdominoplasties experience the most amazing results and are happy across the board.
RLC, MD
\"Excellent!\"
Dr. Sasson manifests all the qualities of a great physician. Smart, compassionate, excellent technical work, great bedside manner, and caring just to name a few. He has always been willing to come to the Emergency Room to treat patients with extreme professionalism. I would strongly recommend him without reservations.
Frederic Bakhchi, M.D.
\"Excellent!\"
Dr. Sasson and I have shared many patients over the years. His kindness, compassion and meticulous surgical skills are second to none. I recommend him highly to all my patients for anything plastics or hand related.
James Kashanian
\"Excellent!\"
Excellent physician. Amazing work, very caring with his patients. I would use him anytime!
Frank Nyberg
\"Excellent!\"
He took care of my injury with excellent results. \r\nBesides being a excellent hand and plastic surgeon, a great human being.\r\nRecommend him without any reservations
Amir Sitafalwalla MD, FACEp
'; $("#dca_review_widget_preview").html(reviews); }); } })();