<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="xhtml2xhtml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:t="urn:schemas-microsoft-com:time">
<head>
<?IMPORT namespace="t" implementation="#default#time2"?>
<title>Bouncing W3C!</title>
<style type="text/css">
#w3cLogo { position: absolute; left: 10px; top: 150px; cursor: hand; }
#bottom { position: absolute; top: 350px; left: 10px; }
</style>
</head>
<body>
<p><a href="http://www.w3.org/"><t:img id="w3cLogo"
src="../../Icons/w3c_home.png" /></a></p>

<t:animateMotion targetElement="w3cLogo"
path="m 0 0 c 25 -150 75 -150 100 25" dur="2"
repeatCount="6" accumulate="sum" fill="freeze" />

<hr id="bottom" />
</body>
</html>

