<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
        <title>Project Management Software | Portfolio and Task Management Software | Workfront, Inc.</title>
        <link rel="shortcut icon" href="favicon.ico" />
        <style type="text/css">
            html,body {
                height: 100%;
                background-color: #ebebeb;
            }
            body {
                text-align: center;
                color: #808080;
                font-size: 19px;
                font-family: "Lucida Grande","Tahoma","Verdana","Arial",sans-serif;
            }
            p {
                width: 550px;
                margin: 20px auto;
                text-shadow: #fff 0 1px 0;
            	-moz-text-shadow: #fff 0 1px 0;
            	-webkit-text-shadow: #fff #fff 0 1px 0;
            }
        </style>
        <script type="text/javascript">
            // limit = MM:SS
    		var limit = "5:00";

    		var parselimit = limit.split(":");
    		var mslimit = ((Number(parselimit[0])*60)+Number(parselimit[1]))*1000;

    		function refreshwait() {
    			setTimeout("refreshnow()",mslimit);
    		}

    		function refreshnow() {
    			window.location = "/";
    		}

    		window.onload = refreshwait;
    	</script>
    </head>
    <body>
        <img border="0" hspace="0" vspace="0" src="logo.png" width="623" height="224" alt="Workfront - We'll be back in a bit." style="margin-top: 125px;" />
        <p>Service is currently unavailable. Your visit is very important to us. Thank you for your patience.</p>
        <p>Please visit our <a href="http://trust.workfront.com/?status">Trust</a> site for more information.</p>
    </body>
</html>
