# File lib/scrubyt/core/navigation/agents/firewatir.rb, line 131
          def self.store_host_name(doc_url)
            @@host_name = doc_url.match(/.*\..*?\//)[0] if doc_url.match(/.*\..*?\//)
            @@original_host_name ||= @@host_name
          end