script


        Script {
        field SFNode shape USE shape
        field SFNode node IS node
        field SFTime cycle IS cycle
        url "javascript:
        function initialize() {
          if (node) shape.geometry = node;
          if (cycle == 0) time.enabled = FALSE;
        }
        "
        }
     ]
  }