<html>
<head><title>Test IFrame</title>
<script>
function clear() {
Source=document.body.firstChild.data;
document.open();
document.close();
document.body.innerHTML=Source;
}
</script>
</head>
<body onload=clear()>
<!--
<Iframe name=tag align=center width="100%" src="http://www.nkstars.org/beat/" scrolling="no" frameborder="0" onload="this.height=tag.document.body.scrollHeight"></iframe>
-->
</body>
</html>