$.fn.hideShowText = function(options) {
    return this.each(function() {
      new HideShowText(this, options);
    });
  };