$(document).ready(function(){
	$('#searchTerm').val('Minst 4 tecken')
	.focus(function() {
					$(this).val('');
					})
});
