jQuery(document).ready(function(){

   jQuery("#search #term").focus(function () {
      jQuery(this).removeAttr("value");
   });

});   