$(document).ready(function(){
	$("input.search").focus(function (){
		if( this.value == "Typ hier uw zoektermen in" ){
			this.value = '';
		};
	});
});
