How do you get the address of the page you are on in JavaScript?
For example, if i had a script at somesite.com/javascript/home.html and I want to find out the request address (somesite.com/javascript/home.html) how do I get this information in javascript ?