function fastaccess(base, path) {
  if(path == "#") return;

  self.location.href = base + path;
}


