<html>
<head>
<title>Validate_Confirm</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1251" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="refresh" content="10; URL=./index.html" />
<link rel="stylesheet" href="./css/claim.css" type="text/css" />
<script type="text/javascript" src="./js/engine/utils.js"></script>
<script type="text/javascript" src="./js/engine/storage.js"></script>
<script type="text/javascript" src="./js/engine/base.js"></script>
<script type="text/javascript">
function init() {
var s = storage.get("return_page");
storage.remove("return_page");
if (s !== null) {
if (s == "provider.html") {
ff.submit();
}
else
document.location.href = './' + s;
}
}
</script>
</head>
<body onload="init();">
<form name="ff" id="ff" method="post" action="./provider.html">
<input name="BarcodeScan" id="BarcodeScan" type="hidden" value="on" />
</form>
</body>
</html>