Getting a hashed parameter from the URL From http://www.etechbuddy.com/blog/8-useful-jquery-snippets-url%E2%80%99s-querystrings.html
// Get # parameter var param = document.URL.split('#')[1];