var Cuts = {

  display: function() {
    
    document.location='cuts/authority/'+$F('AuthorityId');
    
  }

}

