<Module> 
	<ModulePrefs 
		title="DimanoidTest" 
		height="250" 
		description="Проверка..." 
		author="Dimanoid" 
		author_email="dimanoid2007@gmail.com"> 
		<Require feature="rpc" /> 
	</ModulePrefs> 
	
	<UserPref name="words" datatype="hidden" /> 
	<Content type="html"> 
		<![CDATA[ 
			<script type="text/javascript">
			window.onload = function(){
				setTimeout('document.getElementById("text").innerHTML = "<b>Привет!</b>"', 3000);
			};
			</script>
			<div id="chat"></div><br/>
			<div id="msg"><input type="text" name="textMsg" value=""/></div>
		]]>
	</Content> 
</Module> 
