<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type="text/javascript">
<!--
function delayer(){
    window.location = window.location;
}
//-->
</script>
</head>
<body onLoad="setTimeout('delayer()', 3000)">
<h2>The system is restarting...</h2>
<p>Please wait a few seconds. You will be redirected automatically.</p>
</body>
</html>