function clearInput(input){
	if(input.value == '  zoek'){
		input.value = '';
	}
	return;
}