# File lib/relevance/tarantula/html_document_handler.rb, line 15
      def html_doc_without_stderr_noise(html)  
        body = nil
        Recording.stderr do
          body = Hpricot html
        end       
        body
      end