if (response.availableEndorsements <= 0) {
          $('#endorse .endorsements').remove();
          $('#endorse .notification').remove();
          $('#endorse .message').html("You used up all your endorsements. Unlock additional achievements to make more endorsements.");
        } else if (response.remainingEndoresments <= 0) {