
function change_rangschikking(url) {
	y = document.rangschikking.club.value ;
	z = document.rangschikking.reeks.value ;
	window.location.href = url + "?club="+y+"&reeks="+z ;
}

function wissen(url) {
	window.location.href= url ;
}

