<html>
<head>
<title>return</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1251">
<meta http-equiv="pragma" content="no-cache">
<script src="../../js/engine/utils.js" type="text/javascript"></script>
<script src="../../js/engine/storage.js" type="text/javascript"></script>
<script type="text/javascript">
function init() {
storage.put("provider", "2377");
storage.put("last_page", "./provider.html");
top.location = "../../provider.html";
}
</script>
</head>
<body onload="init();">
</body>
</html>