<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" src="./js/engine/utils.js"></script>
<script type="text/javascript" src="./js/engine/storage.js"></script>
<script type="text/javascript">
function start() {
storage.put("infoStartPage", "9");
document.location = "./info.html";
}
</script>
</head>
<body onload="start();">
</body>
</html>