# File femto.rb, line 162
  def initialize(sect, head, desc)
    @section, @header, @description = sect, head, desc
    @time = Time.new
    @deleteid = Digest::MD5.hexdigest(@section + @header + rand(1000).to_s)
  end