You didn't say which variables you want to access, but document.domain and document.referrer are both accessible to JavaScript. If your mirrors are in different domains, you should be able to tell where a page is being served up from with the document.domain variable.
|