jQuery(document).ready(function(){
	jQuery(".contactgegevens").click(function(){
    	window.location=jQuery(this).find("a").attr("href");return false;
	});
	jQuery(".contact").click(function(){
    	window.location=jQuery(this).find("a").attr("href");return false;
	});
	jQuery(".nieuwsitem_wrap").click(function(){
    	window.location=jQuery(this).find("a").attr("href");return false;
	});	
});	
