<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="d1" style="position:absolute; background-color:blue; left:5; width:150; height:150"> </div>
  <t:set attributeName="left" to="350" begin="2" dur="2" targetElement="d1" repeatCount="2" /><br><br>
  <!--*******************************************************************************-->
  <!--***************everything past this line is informational**********************-->
  <!--*****Timer that displays activeTime and shows persistence*****-->
  <div style="position:absolute; top:170">
  <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>
  t:SET will begin at 2 seconds and have a duration of 2 seconds.<br>
  At 1 second, blue box will appear.<br>
  At 2 seconds, blue box will move left to 350.<br>
  At 4 seconds, this will repeat.<br>
  At 6 seconds, blue box will move back to original position.<br><br>
  <B>SAMPLE CODE:</B><br>
  <div id="d1" style="position:absolute; background-color:blue; left:5; width:150; height:150"><br>
  <t:set attributeName="left" to="350" begin="2" dur="2" targetElement="d1" repeatCount="2" /><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=left, targetElement, begin, dur, repeatCount<br>
  File Name: set_attName_left_target_begin_dur_repeatCount.htm<br>
  Media Components: none<br><br>
  </div>
</BODY>
</HTML>