<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2">
<meta http-equiv="refresh" content="10">
<script>
function hattercsere()
{
var hatter = new Array()
hatter[0] = "0.jpg"
hatter[1] = "1.jpg"
hatter[2] = "2.jpg"
hatter[3] = "3.jpg"
hatter[4] = "4.jpg"
if (document.body)
{
document.body.background = hatter[Math.round(Math.random()*4)]
}
}
</script>
</head>
<body onload="javascript:hattercsere()">
Tóth János 13/p
</body>
</html>