diff --git a/README.md b/README.md
index 00764ab..f3ca4b6 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,13 @@ mobile devices and VR environments. The intent is that these be included in X3D
Documentation for V4 nodes is at http://tools.realism.com/specification/x3d-v40
Documentation for specific nodes is at http://tools.realism.com/specification/x3d-v40/changes-additions-x3d-v33
+2016-09-16 Nodes
+Nodes are generally not fully implemented. This initial work is to make sure the concept is correct and workable.
+
+ * Animate (combines TimeSensor and various Interpolators in an efficient handling of events)
+ * Macro (node expansion with string substitution)
+ * LookSensor (Handles events when staring at a shape)
+
Welcome to X3DOM
================
diff --git a/test/LookSensor.html b/test/LookSensor.html
index 65d2780..efe4546 100644
--- a/test/LookSensor.html
+++ b/test/LookSensor.html
@@ -16,13 +16,13 @@
-
+
-
+
@@ -47,8 +47,8 @@
flags.X3D = tf[flags.X3D];
if (flags.DESKTOP) {
- document.writeln ('');
- document.writeln ('');
+ //document.writeln ('');
+ //document.writeln ('');
}
@@ -156,7 +156,7 @@