The Doctor is in.
Here is a web based browser that emulates sort of the old Eliza program that has been around for years. The code: [code] <HTML><HEAD> <META NAME="Description" CONTENT="Talk to Eliza!"> <TITLE>Eliza, Computer Therapist</TITLE> <SCRIPT language="JavaScript"><!-- // Chat Bot by George Dunlop, www.peccavi.com // Note - Eliza is a Classic Model of chat Bots.. but this implementation is mine :) // May be used/modified if credit line is retained (c) 1997 All rights reserved loaded = false; // load flag for interlocking the pages // OBJECT TYPE DEFINITIONS // Keys maxKey = 36; keyNotFound = maxKey-1; keyword = new Array(maxKey); function key(key,idx,end){ this.key = key; // phrase to match this.idx = idx; // first response to use this.end = end; // last response t