$('.finishes').click(function(e){
    e.preventDefault();
    e.stopPropagation();
    $('table h2').hide();