thinking?


  // Fake time thinking to allow for user self reflection
  // And to give the illusion that some thinking is going on
          
          var elizaresponse = "";
          
          function think(){
                  document.Eliza.input.value = "";        
                  if( elizaresponse != "" ){ respond(); }                
                  else { setTimeout("think()", 250); }
          }