<HTML>
<!-- Basic Chat by Diane Dumas -->
<!-- Brought to you by Net4TV Voice -->
<!-- Change host=, port=, and channel=#, to your chat room -->
<!-- Permission is granted to copy, modify, and transload -->
<HEAD>
<TITLE>Basic Chat</TITLE>
<wtvchat host=chat.talkcity.com port=6667 channel=#DianesChatRoom>
<SCRIPT>
function addMessage() {
Chat.addChannelMessage(document.chat.input.value)
document.chat.input.value=""
}
</SCRIPT>
</HEAD>
<BODY bgcolor=181818>
<table><tr>
<td colspan=2>
<wtvchattranscript height=300 width="100%">
</td></tr>
<tr>
<td>
<form id="chat" action="javascript:addMessage()//">
<input id="input" width="100%" bgcolor=181818 text=gold cursor=gold font=proportional autoactivate nohighlight></td>
<td>
<input type="button" text=gold value="Whisper" borderimage=file://ROM/Borders/ButtonBorder2.bif onClick="window.open('whisper.panel','whisper')">
</td></tr>
</table>
</BODY>
</HTML>