hello & wait


  // Wait function to allow our pieces to get here prior to starting
  
          function hello(){
                  chatter[chatpoint] = "> Hello, how are you?"; 
                  chatpoint = 1;
                  return write();
          }