$.getJSON("/events/"+get_current_event_id()+"/why_surprised", function(data) {
        old_surprised = data.why_surprised;
    $("#why_surprised").html(markdown.toHTML(data.why_surprised));
});