if(document.createStyleSheet) {
	document.createStyleSheet('//services.zorgkaartnederland.nl/css/widget/v1.php');
} else  {
	var styles = "@import url('" + window.location.protocol + "//services.zorgkaartnederland.nl/css/widget/v1.php');";
	var newSS=document.createElement('link');
	newSS.rel='stylesheet';
	newSS.href='data:text/css,'+escape(styles);
	document.getElementsByTagName("head")[0].appendChild(newSS);
}
document.write('<div class="zkn-widget-type3"><div class="zkn-widget-container"><div class="zkn-widget-top"><div class="zkn-widget-bottom"><div class="zkn-widget-content"><h4>Zoek, vind &amp; waardeer uw zorg</h4><form name="zkn_widget" action="http://www.zorgkaartnederland.nl" method="get" target="_blank" onsubmit="if(this.zoekterm.value==\'Naam zorgverlener of -instelling\'){this.zoekterm.disabled=true}if(this.plaats.value==\'Plaats of postcode\'){this.plaats.disabled=true}this.elements[2].focus();"><div class="input first"><div class="input-left"></div><div class="input-middle"><input name="zoekterm" type="text" onfocus="this.value=\'\'" onblur="if (this.value==\'\') { this.value = \'Naam zorgverlener of -instelling\' }" value="Naam zorgverlener of -instelling" /></div><div class="input-right"></div></div><div class="input second"><div class="input-left"></div><div class="input-middle"><input name="plaats" type="text" onfocus="this.value=\'\'" onblur="if (this.value==\'\') { this.value = \'Plaats of postcode\' }" value="Plaats of postcode" /></div><div class="input-right"></div></div><input type="submit" value="Zoeken" title="Zoeken" class="submit" /><img src="//services.zorgkaartnederland.nl/ga.php?d=' + document.domain + '&amp;p=zkn-widget-3&amp;n=' + Math.floor(Math.random() * 2147483647) + '" alt="" width="1" height="1" /></form></div></div></div></div></div>');
var zknFormReset = function(){for(i=0;i<document.forms['zkn_widget'].elements.length;i++){document.forms['zkn_widget'].elements[i].disabled=false}};
if (window.attachEvent) { window.attachEvent("onblur", zknFormReset); }
if (window.addEventListener) { window.addEventListener("blur", zknFormReset, false); }
