var hash = document.location.href hash = hash.split(".html#"); var active = hash[1];
var active = document.location.href.replace(/^.*#/g,'')