# File lib/callsign.rb, line 105
        def frn
                @callinfo.elements.each("callook/otherinfo") do |ele|
                        return ele.elements['frn'].text
                end
        end