1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<head>
3<%11%>
4<title>NETGEAR Router <%12%></title>
5<link rel="stylesheet" type="text/css" href="ru_style.css">
6<script language=javascript type=text/javascript>
7
8var objFrame,loadingImg;
9
10function wait1()
11{
12	loadingImg = new Image();
13    loadingImg.src = "loading.gif";
14    objFrame  =document.getElementById("loading");
15    objFrame.src = loadingImg.src; 
16    setTimeout("dosubmit();",3000);
17
18}
19function dosubmit()
20{
21    document.forms[0].submit();
22    setTimeout("load_ruwelcome();",50000);
23}
24
25function load_ruwelcome()
26{
27    location.href="RU_welcome.htm";
28}
29
30</script>
31</head>
32<body bgcolor="#ffffff" onLoad="wait1();">
33<form method="POST" action="ru_wan_flow.cgi">
34<input type=hidden name=submit_page value="RU_BSW_detwan">
35<input type=hidden name=submit_flag value="start_check">
36<input type=hidden name=submit_wan value="0">
37
38<table align="center" style="width:76%">
39
40<tr style="height:50px"><td></td></tr>
41
42<tr><td class="center_text"><h2><%1780%></h2></td></tr>
43    
44<tr style="height:40px"><td>&nbsp;</td></tr>
45
46<div>
47
48<tr><td style="text-align:center;line-height:20%;"><img id="loading" frameborder="0" border="0" ></td></tr>
49
50</div>
51
52</table>
53</form>
54</body>
55