// display career content to table on web page
function displayJobList()
{
  document.write(window.careers);
}