<!DOCTYPE html>
<head>
<script src="http:///web/bocweb/js/jQuery.js" type="text/javascript" charset="utf-8"></script><style>
.nf-main{
	width: 438px;
	height: 351px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -175px 0 0 -219px;
}
</style>
<script>
$(function(){
	setTimeout(function(){
		window.location.href = 'http:///index.php';
	}, 3000)
})
</script>
</head>

<body>
	<div class="nf-main">
		<img src="http:///web/bocweb/img/404.png " alt="" width="438" height="351" usemap="#Map">
        <map name="Map">
            <area shape="rect" coords="165,245,277,289" href="http:///index.php" >
        </map>
	</div>
</body>
</html>