Go back to the homepage.
Include the following text in your HTML to see the client's environmental variables:
Brought to you by ha.ckers.org:
<SCRIPT>Note: if the environmental variable has anything other than letters and dashes in it, it will be turned into underscores. Also note I removed the HTTP_REFERER since it will always be whatever page you're calling this from as that's what my server sees (you can call the real referring URL from JavaScript space).
document.write(HTTP_USER_AGENT);
</SCRIPT>