  <!--
    // IF AGENTS ARE AVAILABLE:
    function agents_available() 
    {
      document.getElementById('smartbutton').innerHTML = '<A HREF="" onClick="window.open(\'https://admin.instantservice.com/links/6143/21031\',' + 
        '\'custclient\',\'width=600,height=160,scrollbars=0\');return false;">' + 
        '<IMG SRC="https://www.lakechamplainchocolates.com/images/site_pieces/Icn_LiveChat.gif" border="0"></A>';
      return true;
    }
    // IF AGENTS ARE NOT AVAILABLE:
    function agents_not_available() 
    {
      document.getElementById('smartbutton').innerHTML = '<IMG SRC="https://www.lakechamplainchocolates.com/images/site_pieces/Icn_LiveChatOff.gif" border="0"></A>';
      return true;
    }
  //-->
