function why_surprised_undo_button() {
    $.getJSON("/events/"+get_current_event_id()+"/why_surprised", function(data) {
            $('#why_surprised').val(data.why_surprised);
        });
}