respond (in chat)


          function respond(){
                  chatpoint -- ; 
                  if( chatpoint < 0 ){ chatpoint = chatmax-1; }
                  chatter[chatpoint] += "\n> " + elizaresponse;
                  chatpoint ++ ; 
                  if( chatpoint >= chatmax ){ chatpoint = 0; }
                  return write();
          }