The Source Code:
<a name="top">Top of page</a><br>
<script language="javascript">
document.write("document.location is <b>"+document.location+"</b><br>");
document.write("location.href is <b>"+location.href+"</b><br>");
document.write("location.protocol is <b>"+location.protocol+"</b><br>");
document.write("location.hostname is <b>"+location.hostname+"</b><br>");
document.write("location.host is <b>"+location.host+"</b><br>");
document.write("location.port is <b>"+location.port+"</b><br>");
document.write("location.pathname is <b>"+location.pathname+"</b><br>");
document.write("location.hash is <b>"+location.hash+"</b><br>");
</script>