init = function() {

      $(".close-bar").click(function() {
        $($(this).attr('data-target')).hide();
      });