<html>
<head>
<title>Status Title</title>
<script language="JavaScript"> <!--
function askrestart()
{
	
	if(confirm("Are you sure to restart?")==true)
	{
		window.location.replace("restart")
	}
	else
	{
		window.history.go(-1)
	}
	return true
}
//--></script>
</head>
<BODY onload='askrestart()'></BODY></HTML>
