<html>
<head>
<title>Infpage</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1251" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="refresh" content="180; URL=./index.html" />
<script type="text/javascript">
function start() {
document.location = "./index.html";
}
</script>
</head>
<body onload="start();">
</body>
</html>