1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
6<meta HTTP-EQUIV="Expires" CONTENT="-1">
7<title></title>
8<link href="../other.css"  rel="stylesheet" type="text/css">
9
10<script>
11function clientLink(){
12	parent.showLoading();
13	
14	with(document.redirectForm){
15		action = "/";
16		target = "_parent";
17		
18		flag.value = "Client";
19		
20		submit();
21	}
22}
23</script>
24</head>
25
26<body class="diagnosebody">
27<form method="post" name="redirectForm">
28<input type="hidden" name="flag" value="">
29</form>
30
31<span class="diagnose_title"><#DrSurf_Alert_detect#>:</span>
32<div id="failReason" class="diagnose_suggest2" style="color:#CC0000"><#DrSurf_Alert11#></div>
33<br/>
34<span class="diagnose_title"><#web_redirect_suggestion0#>:</span>
35<div class="diagnose_suggest2">
36	<a href="javascript:clientLink();">
37	<span><#DrSurf_suggestion10#></span></a>
38</div>
39
40</body>
41</html>
42