$("a.hide-panel").click(function() {
      findPanel($(this)).fadeOut("fast");
      return false;
    })