timeline.divId = function (name) {
    if (!arguments.length) return divId;
    divId = name;
    return timeline;
  };