function zoeken(){
	zoekterm = document.getElementById('zoeken').value;
	document.location.href = '/zoeken/'+zoekterm;
}
