function wpr_weergave_cookie(value) {
	jQuery.cookie("wpr_weergave", value, { path: '/' });
	location.reload();
}
