chatbox


  //***********************************************************//
  //* everything below here was originally in dia_1.html      *//
  //***********************************************************//
  
  // Chat Bot by George Dunlop, www.peccavi.com
  // May be used/modified if credit line is retained (c) 1997 All rights reserved
  
  // Put together an array for the dialog
      
          chatmax = 5;                                                // number of lines / 2
          chatpoint = 0;
          chatter = new Array(chatmax);