$(function() {
  $('#financial_header').click(function(e) {
    $('#financial_details').toggle('blind');
    return false;
  });
});
