$(document).ready(function() {
    $('#SearcherForm_keyword').click(function(){
        $(this).val('');
    })
});



