// jQuery.noConflict();
(function($){
  $(function(){
    $('#q').focus(function(){
      $(this).val('')
    })
  });
})(jQuery);