/**
  * allow users to go a #hashified state of the page as though it were a permalink
  */
$(document).ready(function() {
  var hash = location.hash.replace('#', '');

});