<HTML XMLNS:t ="urn:schemas-microsoft-com:time">
<HEAD>
    <?IMPORT namespace="t" implementation="#default#time2">
    <style>
        .time         {BEHAVIOR: url(#default#TIME2)}
    </style>
</HEAD>
<BODY bgcolor="#eeffcc">
  <!-- Time Content for testing -->
  <div id="div1" style="width:150; height:150; background-color:blue">
  <t:set attributeName="background-color" to="red" begin="2" dur="2"/>
  </div><br><br>
  <!--*******************************************************************************-->
  <!--***************everything past this line is informational**********************-->
  <!--*****Timer that displays activeTime and shows persistence*****-->
  <B>TIMER:</B><BR>
  Timer:
  <span id="Timer" class="time" dur=".01"  repeatCount="indefinite" fill="hold" onrepeat="innerText=parseInt(document.body.currTimeState.activeTime);">0</span><br><br>
  <!--*****Expectations, Sample Code, and Information*****-->
<B>EXPECTED BEHAVIOR:</B><br>
SET will begin at 2 seconds and have a duration of 2 seconds.<br>
At 1 second, blue div will appear.<br>
At 2 seconds, div turns red.<br>
At 4 seconds, red div is removed, leaving a blue div visable indefinitly.<br>
**Note: the set is a child element of the div so targetElement is not needed.<br><br>
  <B>SAMPLE CODE:</B><br>
  <div id="div1" style="width:150; height:150; background-color:blue"><br>
  <t:set attributeName="background-color" to="red" begin="2" dur="2"/><br>
  </div><br><br>
<B>INFORMATION:</B><br>
Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Debbie Newman, Microsoft<br>
Version: 11/01/2000<br>
Module: Set<br>
Feature: attributeName=background-color, begin, dur<br>
File Name: set_attName_background-color_nested_to_begin_dur.htm<br>
Media Components: none<br><br>
</BODY>
</HTML>