jQuery.fn.time = function(type) {
  return this.each(function() {
    time.event(this, type);
  });
};
