(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!\"
Doctor Cole,\r\nis an excellent hairsurgeon and his knowledge is much more than excellent and it is always an inspiration to debate with him.\r\nHe is always an inspiration
Dr. Bijan Feriduni
\"Excellent!\"
Dr. John Cole is an undisputed luminary in the world of hair transplantation. He is dedicated and generous with his time; but above all, it is his pragmatic and \'straight-to-the-point\' approach which is most admirable. John is a great educator, innovator, and an outstanding physician.
Dr. Niroshan SIVATHASAN
\"Excellent!\"
Doctor Cole is an excellent hair transplant doctors, an excellent mentor who took time to teach me the science of hair transplant.\r\nI can only recommand him for the award.
Dr. Bisanga Christian
\"Excellent!\"
Dr. John Cole is one of the few hair restoration in the world who practices his job absolutely serious and with total dedication. He always desire the best for his patients, a really honest physician. in addition, it\'s indisputable his brilliant mind, unique in the world. He designed innovative tools in the hair restoration field, appreciated and used for the most important hair restoration doctors all around the world. Professional and has a great heart.
Dr. Chiara Insalaco
\"Excellent!\"
Dr. John Cole is my mentor, teacher, guide, and great hair transplant Surgeon. His contribution in introducing advanced techniques is well known through out world. He is a good friend as well.
Dr. Z H Tunio
'; $("#dca_review_widget_preview").html(reviews); }); } })();