function geturl(ob){
 var url=ob.value;
 top.window.location=url;
}
document.write("<table border=0  width=\"400\" align=\"center\" class='tt'>"+
"<tr height=10><td></td></tr><tr><td align=\"center\">"+
"<input type=radio name=\"getcurl\" value='index.html' onclick=\"geturl(this);\"> 首 页 </option>"+
"<input type=radio name=\"getcurl\" value='top100.html' onclick=\"geturl(this);\">最近100条</option>"+
"<input type=radio name=\"getcurl\" value='week.html' onclick=\"geturl(this);\">最近一周流量</option>"+
"<input type=radio name=\"getcurl\" value='ymd.html' onclick=\"geturl(this);\">流量分析</option>"+
"</td></tr></table>");
