$(document).ready(function(){
	$('#zoekterm').click(function(){ this.select();  });
	
	if(this.value=='Zoekterm')
	{	
		this.value='';
	}
	
	
});
