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