$(document).ready(function(){
	$('#search_terms').focus(function() {
  		$(this).attr('value','');
	});
});
