The domain Property
The document.domain property is initialized to the hostname of the server from which the document was loaded
This property may be set to any valid domain suffix of itself
For example, if document.domain is “home.netscape.com”, it may be set to “netscape.com” (but not “ape.com”)