(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. Shapsis is the most knowledgeable and compassionate doctor. He has the best bedside manner
Lillian Kelner
\"Excellent!\"
Doctor Alexander Shapsis is fantastic gastroenterologist. His knowledge is available to me as a referring physician at anytime. He always helps in a difficult situations and always available for urgent matters. I recommend Dr. Shapsis for all my patien
Boris Sagalovich MD
\"Excellent!\"
Dr Shapsis is an excellent physician with incredible knowledge in his field. He is extremely compassionate as a physician and his ability to diagnose and treat is extremely rare to find.
Yelena Rubinshteyn
\"Excellent!\"
Dr Alexander Shapsis is an excellent gastroenterologist in the whole of New York city. He is the person with exceptional and highly qualified skills. Dr Shapsis is fully updated with advanced medical knowledge and treatment . My patients all love him as he has superb quality of being kind, sincere and caring .
Dr. Sharique Nazir
\"Excellent!\"
Dr. Shapsis is among the best clinicians I\'ve ever worked with. He\'s a terrific diagnostician and any patient I send to him feels fully heard and cared for. Referrals are seamless and I feel informed about all patients sent to Atlantic Gastroenterology. Highly recommended.
Robert Kachko
'; $("#dca_review_widget_preview").html(reviews); }); } })();