 $(document).ready(function() {
	$('a.top[href="/diensten/"]').attr('href', '#');
	$('a.top[href="/open_deuren_dag/"]').attr('href', '#');
	$('a.top[href="/contact/"]').attr('href', '#');
	$('a.top[href="/aanbod/"]').attr('href', '#');
 });
 
 
