Pod.prototype.expand = function() {
    this.$title.removeClass("collapsed").addClass("expanded");
    this.$content.show(Pod.expandDuration);
  };