$(document).ready(function() {
  $("#q").focus(function() {
    if ( $(this).val() == "Search...")
        $(this).val('');
  });
});
