!752 static O chat, bob; p { chat = runInclude("#1003081"); bob = includeDependent("#1003120"); set(bob, "name", "Bobbie"); simpleChatUse(bob, programID()); // use me as your chat! runMain(bob); } html { ret htmlForward(chat, uri, params); } sO getChat() { ret chat; }