<html>
<head>
	<title>Fireware XTM User Authentication</title>
    <noscript>
        The Fireware XTM User Authentication web page requires that JavaScript
        be enabled in your Web Browser. 
        
        Please retry after enabling JavaScript in your browser. You can use
        the browser's Back button to return to the page you were previously
        viewing.
    </noscript>
</head>
<body>
	<script>
        var newloc = "/wgcgi.cgi?action=sslvpn_web_logon&fw_logon_type=status";
        var search = window.location.search;
        if (search.length > 1) {
            search = search.substring(1);
            newloc += "&" + search;
        }
        window.location = newloc;
    </script>
</body>
</html>
