tutorial.eyehunts.com
JavaScript get URL | Current URL - Simple example code
Use window.location.href to Get Current URL With JavaScript. if you need a relative path, simply use window.location.pathname;
Rohit