<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="Hello Wave" width="400" height="320">
	<Require feature="wave" />
</ModulePrefs>
<Content type="html">
	<![CDATA[
	
	<script type = "text/javascript">
		document.getElementById("txt").value = wave.getViewer().getId();
	</script>
	<input type = text value = "id" id = "txt" />
	<input type = button value = "show" onClick = "showId()" />
	]]>
</Content>
</Module>

