var regex = /id=(.*)/i;
var match = regex.exec(window.location.search);
window.location.hash = "/" + match[1];
