<!-- Test used by RedirectTest.ClientFragments to make sure non-user initiated
location changes (within page) are flagged as client redirects.-->
<html>
<body onload="document.location.href='#myanchor'">
<a name="myanchor">Anchor</a><br/>
</body>
</html>