<html>
<body>
<br><br><center><img src="./obrazek.gif" id="text" style="height: 125; width: 125; filter: Wave(Add=0, Freq=0, LightStrength=10, Phase=0, Strength=5);"></center>
<script language="VBScript">
<!--
Public typ_vlneni
typ_vlneni = 0
Sub vlneni()
typ_vlneni = (typ_vlneni + 10) mod 100
text.filters(0).phase = typ_vlneni
End Sub
Sub Window_OnLoad()
timerID = Window.setInterval("vlneni()",30)
End Sub
// -->
</script>
</body>
</html>