$(document).ready(function() {
	
	$("input#term").focus(function() {
		this.value = '';
	});
		
});