function setContent(){
  html = '<div class=axiomLinks>';
  html += '<a href="http://www.axiomsoftware.com/" target=_top><img src=_images/link_axiom.gif width=156 height=25 alt="Axiom Homepage"></a>';
  html += '<a href="http://www.axiomsoftware.com/portals/business.php" target=_top><img src=_images/link_commercial.gif width=156 height=25 alt="Commercial Profiling"></a>';
  html += '<a href="http://www.axiomsoftware.com/features/personal.php" target=_top><img src=_images/link_personal.gif width=156 height=25 alt="Personal Profiling"></a>';
  html += '<a href="http://www.axiomsoftware.com/features/engine.php" target=_top><img src=_images/link_reselling.gif width=156 height=25 alt="Reselling and Hosting"></a>';
  html += '<a href="http://www.axiomsoftware.com/portals/disc.php" target=_top><img src=_images/link_disc.gif width=156 height=25 alt="DISC Profiling"></a>';
  html += '</div>';
  document.getElementById('separator').innerHTML = html;
}