if(!window.loadKEFile){function loadKEFile(el,callback){if(el.readyState){el.onreadystatechange=function(){if(el.readyState=="loaded"||el.readyState=="complete"){el.onreadystatechange=null;if(callback)callback();}};} else if(callback){el.onload=function(){callback();};} return el;}} if(!window.loadKEJS){function loadKEJS(url,callback){var script=document.createElement("script");script.type="text/javascript";script=loadKEFile(script,callback);script.src=url;document.getElementsByTagName("head")[0].appendChild(script);}} if(!window.loadKECSS){function loadKECSS(url,callback){var link=document.createElement("link");link.type="text/css";link.media="screen";link.rel="stylesheet";link.id="ke-widget-stylesheet";link=loadKEFile(link,callback);link.href=url;document.getElementsByTagName("head")[0].appendChild(link);}} if(!window.showKEWidget){function showKEWidget(){var $script_tag=jQuery("#ke-widget-script");var widget_type="narrow";var $parent=$script_tag.parent();var parent_width=$parent.width();while(parent_width===0){$parent=$parent.parent();parent_width=$parent.width();} if(parent_width>=570){widget_type="wide";} else if(parent_width<570&&parent_width>=350){widget_type="default-wide";} else if(parent_width<350&&parent_width>=230){widget_type="default";} else{widget_type="narrow";} var data={"sApiKey":$script_tag.data("widget-apikey"),"sWidgetType":widget_type,"sLang":$script_tag.data("widget-lang")};if(jQuery.fn.jquery.replace(".","").substring(0,2)<15){$script_tag.after("

jQuery 1.5 or higher is required for this widget

");}else{jQuery.ajax({"url":"http://www.kliniekervaringen.nl/json/widget.php?callback=?","data":data,"jsonpCallback":"showWidget","contentType":"application/json","dataType":"jsonp","success":function(json){$script_tag.after(json.html);}});}}} window.onload=function(){loadKECSS('http://direct.kliniekervaringen.nl/css/kliniekervaringen/widget.css?v=3');if(typeof(jQuery)=='undefined'){loadKEJS('//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js',function(){showKEWidget();});} else{showKEWidget();}}