UI.select('#layout-select', function (val) {
      queryKeys.layout = val;
      window.location.search = $.param(queryKeys);
    });