(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. Ritu Walia is extremely professional and skilled at her work.
\"Excellent!\"
Excellent doctor, with a great bedside manner ,she is the best Paeds gastroenterologist I know
Ashutosh chaudhari
\"Excellent!\"
Exceptional physician, offering quality care with compassion.
Sachin Kunde
\"Excellent!\"
Dr. Walia is an excellent Pediatric Gastroenterologist. She is very professional, knowledgeable and compassionate with a great bedside manner. Her patients are lucky to have an awesome physician like her.
Vera Okwu
\"Excellent!\"
Dr. Walia is wonderful physician have know her for years. She is very passionate and is very caring towards her patients and would like to nominate her for the doctor choice award.
Sanjeev Tendolkar
'; $("#dca_review_widget_preview").html(reviews); }); } })();