path: d.gs(function () {
        return this.pathname + this.search;
      }, function (value) {
        this.location.path = this.basename + value;
      }),