function renderIssuesPopover() {
  setWidth(400);
  HEIGHT = 150;

  message = "<h2 style='margin-left:15px;margin-right:15px;margin-top:15px;margin-bottom:12px;'>ILQ is experiencing an operational difficulty.  If you need to place or exit a trade, need help managing your account, or have any questions, please contact us at 1 (989) 349-3042.</h2>";

  var buttons = '<div id="formButtons" style="width:80px;">';
  buttons +=  '<div class="button"> ';
  buttons +=  '    <a href="javascript:closePopover();">';
  buttons +=  '        <div class="leftCap leftCaphover"><div class="leftHighlight"></div></div>';
  buttons +=  '        <div class="slice slicehover">';
  buttons +=  '            <div class="sliceHighlight">';
  buttons +=  '                <div class="buttonText">Close</div>';
  buttons +=  '            </div>';
  buttons +=  '        </div>';
  buttons +=  '               <div class="rightCap rightCaphover"><div class="rightHighlight"></div></div>';
  buttons +=  '    </a>';
  buttons +=  '</div></div>';

  showPopover(message + buttons);
}

 /*==!!EMERGENCY $(document).ready(function() {
    renderIssuesPopover();
}); EMERGENCY!!==*/
