// JavaScript Document
Cufon.replace('h1');
Cufon.replace('h2');
Cufon.replace('h3');

if(document.location.protocol=='http:'){
 var Tynt=Tynt||[];Tynt.push('aIf_YK9-Cr37FEadbi-bnq');Tynt.i={"ap":"Lees meer op"};
 (function(){var s=document.createElement('script');s.async="async";s.type="text/javascript";s.src='http://tcr.tynt.com/ti.js';var h=document.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);})();
}

function initoverlay(){
	if(window.location.hash) {
		var hash = window.location.hash.substring(1); //Puts hash in variable, and removes the # character
		var thediv = document.getElementById("wensoverlay");
		if(hash == "goedevoornemens") {
			thediv.style.display="block";
		}
		if(hash == "goedevoornemens/") {
			thediv.style.display="block";
		}
	}
}
function initoverlay_off(){
	var thediv = document.getElementById("wensoverlay");
	thediv.style.display="none";
}
