1<html><head>
2<%11%>
3<title>NETGEAR Router <%12%></title>
4<script language="javascript" type="text/javascript">
5function loadnext() {
6	var showit=(document.layers)?"show":"block";
7	var hideit=(document.layers)?"hide":"none";
8	var el = "alltext";
9
10	if (document.all)
11		document.all(el).style.display = hideit ;
12	else if (document.getElementById)
13		document.getElementById(el).style.display = hideit ;
14	else if (document.layers)
15		document.layers[el].visibility = hideit ;
16
17    if("<%296%>" == "1")
18    {
19        if ("<%297%>" == "1")
20            top.location.replace("welcome.htm");
21        else
22            top.location.replace("start.htm");
23    }
24    else if ("<%298%>" == "1")
25        top.location.replace("http://www.routerlogin.com/start.htm");
26    else if ("<%299%>" == "1" || 
27             "<%299%>" == "3")
28        top.location.replace("http://<%300%>/traffic_start_update.htm");
29    else
30        top.location.replace("start.htm"); 
31}
32</script></head>
33<body bgcolor="#ffffff" text="#666666" onload="loadnext()"> 
34<div ID="alltext" STYLE="position:absolute;left:50px;top:200px;">
35<font face="Arial,Helvetica">
36<h4><%301%></h4>
37<p><%302%>
38<P><%303%>
39<P><%304%></p>
40</font>
41</div>
42</body>
43</html>
44
45