(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. Boxer Wachler did my Intacs for keratoconus, of which I am very pleased with the result. I see well with my left eye and now that I have been fitted with a soft contact lens for my other eye. I have worn hard/RGP contact lenses. It is a real joy to wear a soft contact lens.
William Smoot, MD
\"Excellent!\"
I’m very happy with the outcome. Truly a gifted surgeon, restoring one’s sight with amazing results. Absolutely comfortable procedure. Dr. Brian has one of the most incredible bedside manners I’ve seen in a surgeon.
Maria Karantza, MD
\"Excellent!\"
Excellent experience. Staff was accommodating at every step and very professional. Dr. Boxer Wachler and staff were great in answering all questions and explaining steps during the procedure and what to expect afterwards.
Ardavan Afshar, MD
\"Excellent!\"
I am very impressed with Dr. Boxer Wachler and the entire staff. During the procedure they were very comforting and reassuring. I would highly recommend them to my family and friends. I will never forget sitting up from the laser bed and seeing the clock on the wall. Entirely worth the drive from Irvine! Don’t let traffic hold you back.
Julie Kuniyoshi, MD
\"Excellent!\"
Vision better than before surgery with corrective lenses. Reading vision greatly improved. I was a prior RK patient and slowing my vision faded. Dr. Brian restored my vision and enhanced my ability to take care of my own patients.
Kent Takemoto, MD
'; $("#dca_review_widget_preview").html(reviews); }); } })();