Referrer of a document (URL of the document)
<html> <body> The referrer of this document is: <script type="text/javascript"> document.write(document.referrer) </script> </body> </html>