var frontierServerUrl = 'https://frontier.parabon.com';

function frontierUrl(path) {
  document.location = frontierServerUrl + path;
}

