in style/js/public.js [94:98]
$('input[name="brooklyn-search"]').focus(function() { if ($(this).val() === $(this).attr('placeholder')) { $(this).val(''); } })