急,请高手.ClientSocket怎样连接才不会不断开, (20分)

J

jgame

Unregistered / Unconfirmed
GUEST, unregistred user!
我连接到80
发送请求,
完了收到返回的数据这个连接就断开了...

收到的数据量是蛮大的..如下
成功连接到服务器!
HTTP/1.0 200 OK
Date: Wed, 02 Jun 2004 08:24:06 GMT
Server: Apache/1.3.26 (Unix)
Last-Modified: Wed, 02 Jun 2004 08:24:01 GMT
ETag: "2b1c02-15686-40bd8ea1"
Accept-Ranges: bytes
Content-Length: 87686
Content-Type: text/html
Age: 13
X-Cache: HIT from bjc172
X-Cache-Lookup: HIT from bjc172:80
Connection: close

<html>
<head>
<title>网易</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type=text/css>
<!--
body {text-align: center}
td,select,input,.p1{
font-size:12px;
}
table {
background-repeat: repeat-y;
background-position: right;
}
p,div,.p2{font-size:12px;line-height:130%;}
.p3{font-size:14.8px;}
.p4{font-size:14.8px;line-height:130%;}
.p5{font-size:10px;font-family:arial}
.p6{line-height:130%}
.p7{line-height:180%}
.p8{font-size:14.8px;color:909090}
.hot{line-height:150%}
.new{color:FF6600;line-height:150%;}
input{padding-top:3px}
.ch{color:999999}
.ptitle{
font-size: 14px;
font-weight: bold;
padding-left: 10px;
padding-top: 3px;
color: #333333;
}
.wtitle{
font-size: 14px;
padding-left: 10px;
padding-top: 3px;
color: #ffffff;
background-color: #6891D2;
}
a:link{color:0000DD}
a:visited{color:0000dd}
a:hover{color:red}
a.new:link,a.new:visited{color:FF6600;line-height:150%;}
a.ch:link,a.ch:visited{color:000000}
a.lb:link{color:000000}
.borders {border: 1px solid cccccc;}
.borders2{border: 1px solid FF8400;}
.btn2 { height: 21px;padding-top: 2px;}
.lb {font-family: Arial
; font-size: 12px;color: #000000;}
.log{
font-size:12px;
height:20px;
border-left:1px solid #7F9DB9;
border-top:1px solid #7F9DB9;
border-right:1px solid #7F9DB9;
border-bottom:1px solid #7F9DB9;
padding-top: 3px;
}
.log1{font-size:12px;color:999999;height:20px;border-left:solid 1px #F9DB9;border-top:solid 1px #7F9DB9;border-right:solid 1px #7F9DB9;border-bottom:solid 1px #7F9DB9;}
.heat {background-repeat: repeat-x;border: 1px solid #794D8A;}
.sinput {border-left:1 ridge #ffffff;border-top:1 ridge #ffffff;border-bottom:1;border-right:1;border-style:ridge;background-color:#cccccc}
-->
</style>
<script>
SYfullscreen=false;
SYstream=false;
SYpopup=false;
SYtag=0;
</script>
<base target=_blank>
</head>
<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=ffffff >
<!--begin reg login-->
<table width=750 border=0 align=center cellpadding=0 cellspacing=0 background=http://www.163.com/wwwimages/logo/titleback.gif>
<FORM NAME=loginvip METHOD=post ACTION=http://reg4.163.com/CheckUser.jsp target=_top>
<tr>
<td width=130 rowspan=2>
<a href=http://www.163.com target=_top><img src=http://www.163.com/wwwimages/logo/neteaselogo.gif alt=NetEase
width=111 height=36 hspace=10 vspace=5 border=0 align=absmiddle></a>




</td>
<td width=220 rowspan=2 valign=bottom nowrap><a href=http://sports.163.com/aoyun/ target=_top><img src=http://images.163.com/images/163/olympic.gif width=44 height=14 border=0></a><br><a href=http://adcl
ient.163.com/event.ng/Type=click&FlightID=3832&AdID=3694&TargetID=18&Segments=23,80,305&Targets=18,184&Values=31,43,51,60,72,78,81,90,100,110,204,213&RawValues=&Redirect=http://www.126.com/ target=_top><font color=red class=p7>25兆免费126邮箱,无需手机轻松注册!</font></a><br></td>
<td width=400 valign=bottom nowrap align=right>
<a href=http://reg.163.com/ target=_top>通行证</a>:用户名 <input name=username size=12 class=log> 密码 <input name=password type=password size=12 class=log> <input name=login type=submit class=sinput value=登录> <input name=register type=button onClick="window.location='http://reg4.163.com/Service.shtml'" class=sinput value=申请>
</td>
</tr>
<tr>
<td valign=bottom nowrap align=right> <a href=http://mail.163.com/ target=_top>免费邮箱</a> <a href=http://vip.163.com/ target=_top>收费邮箱</a> 点数卡: <a href=http://pay.163.com/ target=_top>收费中心</a> <a href=http://gamesales.163.com/ target=_top>网吧直充</a> <a href=http://pay.163.com/online.shtml target=_top>购买</a> <img src=http://www.163.com/wwwimages/logo/little.gif width=39 height=22 hspace=5 align=absmiddle>
</td>
</tr>
<tr bgcolor=#9596AC><td height=2 colspan=3 align=center><spacer type=block height=1></td></tr>
</form>
</table>

<script>
function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endst
r));
}
function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0)
break;
}
return "";
}

var user = GetCookie("NETEASE_SSN");
document.loginvip.username.value = user;
if (user == "") {
document.loginvip.username.focus();
} else {
document.loginvip.password.focus();
}
</script>
<!--end reg login-->

<!--begin content nav-->
<table width=750 border=0 align=center cellpadding=2 cellspacing=0 bgcolor=f4f4f4>
<tr align=center>
<td height=28><a class=blackst href=http://news.163.com/ target=_top>新闻</a></td>
<td><a class=blackst href=http://sports.163.com/ target=_top>体育</a></td>
<td><a class=blackst href=http://stock.163.com/ target=_top>财经</a></td>
<td><a class=blackst href=http://tech.163.com/ target=_top> 科技</a></td>
<td><a class=blackst href=http://biz.163.com/ target=_top>商业</a></td>
<td><a class=blackst href=http://game.163.com/ target=_top> 游戏</a></td>
<td><a class=blackst href=http://ent.163.com/ target=_top> 娱乐</a></td>
<td><a class=blackst href=http://lady.163.com/ target=_top>女性</a></td>
<td><a
class=blackst href=http://life.163.com/ target=_top> 生活</a></td>
<td><a class=blackst href=http://home.163.com/inhouse.html target=_top>房产</a></td>
<td><a class=blackst href=http://education.163.com/edu2004/cooperation/college/university.html target=_top> 大学</a></td>
<td><a class=blackst href=http://travel.163.com/ target=_top>旅游</a></td>
<td><a class=blackst href=http://health.163.com/ target=_top>健康</a></td>
<td><a class=blackst href=http://culture.163.com/ target=_top>文化</a></td>
<td><a class=blackst href=http://education.163.com/ target=_top>教育</a></td>
<td><a class=blackst href=http://abroad.163.com/ target=_top>出国</a></td>
<td><a class=blackst href=http://auto.163.com/ target=_top> 汽车</a></td>
<td><a class=blackst href=http://mobile.163.com/ target=_top>手机</a></td>
<td><a class=blackst href=http://buy.163.com/ target=_top> 导购</a></td>
<td><a class=blackst href=http://gz.163.com/ target=_top>广东</a></td>
<td><a class=blackst href=http://sh.163.com/ target=_top>上海</a></td>
</tr>
</table>
<!--end content nav-->

<!--begin column1-->
<table width=750 border=0 align=center cellspacing=0 cellpadding=0>
<tr>
<td>



<embed src='http://adimg.163.com/homepage/bbg040602_75070.swf' quality=high width=750 height=70 wmode='transparent' type='application/x-shockwave-flash'></embed>







</td>
</tr>
</table>
<!--end column1--><table width=750 border=0 cellpadding=0 cellspacing=0 align=center>
<tr valign=top><
td width=440>
<!--begin hot news-->
<table width=100% border=0 cellpadding=0 cellspacing=3 bgcolor=FAFAFA class=borders>
<tr>
<td><font class=p3>最新消息:</font></td>

<td><a href=http://adclient.163.com/event.ng/Type=click&FlightID=6187&AdID=6099&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,85,90,100,110,204,213,577,593&RawValues=&Redirect=http://job.163.com/>如何找到<font color="#FF0000">好工作</font>,来这里看看吧?</a></td>

<td><a href=http://adclient.163.com/event.ng/Type=click&FlightID=3922&AdID=3782&TargetID=18&Segments=23,80,305&Targets=18,184&Values=31,43,51,60,72,78,82,90,100,110,204,213&RawValues=&Redirect=http://love.163.com/>爱谈就<font color="#FF0000">谈,恋爱</font>就是这样谈出来!</a></td>
</tr>
</table>
<!--end hot news-->
<!--begin product nav-->
<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr>
<td>
<img src=http://www.163.com/wwwimages/logo/button_1.gif width=47 height=19 align=absmiddle hspace=0 vspace=3> <a href=http://sms.163.com/ target=_top class=p8><font color=red>短信</font></a> - <a href=http://mms.163.com/ target=_top class=p8>彩信</a> - <a href=http://wap.163.com/ target=_top class=p8>WAP</a> - <a href=http://mail.163.com/ target=_top class=p8>邮箱</a> - <a href=http://popo.163.com/ target=_top class=p8>泡泡</a> - <a href=http://bj.163.com/ target=_top class=p8>社区</a> - <a href=http://chat.163.com/ target=_top class=p8>聊天</a> - <a href=http
://our.163.com/ target=_top class=p8>个人论坛</a><br>
<img src=http://www.163.com/wwwimages/logo/button_3.gif width=47 height=19 align=absmiddle hspace=0 vspace=3> <a href=http://xyq.163.com/ target=_top class=p8><font color=red>梦幻西游</font></a> - <a href=http://xy2.163.com/ target=_top class=p8>大话西游Ⅱ</a> - <a href=http://dating.163.com/ target=_top class=p8>约会</a> - <a href=http://love.163.com/ target=_top class=p8>交友</a> - <a href=http://adclient.163.com/event.ng/Type=click&FlightID=6191&AdID=6103&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,85,90,100,110,204,213,577,593&RawValues=&Redirect=http://tj.163.com/ target=_top class=p8><font color=red>爱之屋</font></a> - <a href=http://honey.163.com/ target=_top class=p8>女生</a><br>
<img src=http://www.163.com/wwwimages/logo/button_4.gif width=47 height=19 align=absmiddle hspace=0 vspace=3> <a href=http://so.163.com/ target=_top class=p8>搜索</a> - <a href=http://www.nease.net/ target=_top class=p8>个人空间</a> - <a href=http://my.yeah.net/ target=_top class=p8>免费域名</a> - <a href=http://photo.163.com/ target=_top class=p8>相册</a> - <a href=http://cards.163.com/ target=_top class=p8>贺卡</a> - <a href=http://alumni.163.com/ target=_top class=p8>同学录</a> - <a href=http://adclient.163.com/event.ng/Type=click&FlightID=6190&AdID=6102&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,85,90,100,110,204,213,577,593&
RawValues=&Redirect=http://job.163.com/ target=_top class=p8>招聘</a><br>
<img src=http://www.163.com/wwwimages/logo/button_5.gif width=47 height=19 align=absmiddle hspace=0 vspace=3> <a href=http://ad.cn.doubleclick.net/clk;6933829;8733595;f?http://im9.eachnet.com/fu/co/rd.php?http://163.eachnet.com class=p8>拍卖</a> <a href=http://classad.163.com/ target=_top class=p8>分类</a> <a href=http://mall.163.com/ target=_top class=p8>商城</a> <a href=http://114.163.com/ target=_top class=p8>黄页</a> <a href=http://biz.163.com/ target=_top class=p8>商业</a> <a href=http://vip.163.com/ target=_top class=p8><font color=red>VIP邮箱</font></a> <a href=http://mm.163.com/ target=_top class=p8>非常男女</a> <a href=http://b2b.163.com/ target=_top class=p8><font color=red>商贸</font></a><br>
</td>
</tr>
<tr bgcolor=eaeaea><td height=1><spacer type=block height=1></td></tr>
</table>
<!--end product nav-->

<!--begin search-->
<table width=100% border=0 cellpadding=5 cellspacing=0 bgcolor=#f4f4f4>
<form name=inputForm method=post onsubmit="comm()">
<script>
function comm(){
document.inputForm.word.value=document.inputForm.q.value;
document.inputForm.keyWord.value=document.inputForm.q.value;
document.inputForm.action=document.inputForm.url.value;
}
function car(){
var url="http://nisearch.163.com/includes/Ztc.php";
document.inputForm.action=url;
document.inputForm.submit();
}
</script>
<tr>
<td heig
ht=1 bgcolor=#c0c0c0><spacer type=block height=1></td>
</tr>
<tr>
<td height=30 align=center><a href=http://adclient.163.com/event.ng/Type=click&FlightID=6922&AdID=6963&TargetID=59&Segments=22,68,80&Targets=55,59&Values=31,43,51,60,72,78,83,90,100,110,204,282,581,593&RawValues=&Redirect=http://so.163.com/ target=_top>搜索</a>: <input name=q maxlength=80 size=20 class=log>
<select name=url class=p1>

<option value="http://adclient.163.com/event.ng/Type=click&FlightID=6924&AdID=6964&TargetID=59&Segments=22,68,80&Targets=55,59&Values=31,43,51,60,72,78,83,90,100,110,204,282,581,593&RawValues=&Redirect=http://nisearch.163.com/search.php">网站</option>
<option value="http://adclient.163.com/event.ng/Type=click&FlightID=6987&AdID=7079&TargetID=59&Segments=22,68,80&Targets=55,59&Values=31,43,51,60,72,78,84,93,100,110,204,282,574,593&RawValues=&Redirect=http://psearch.163.com/psearch.php">网页</option>
<option value="http://adclient.163.com/event.ng/Type=click&FlightID=6988&AdID=7077&TargetID=59&Segments=22,68,80&Targets=55,59&Values=31,43,51,60,72,78,84,93,100,110,204,282,574,593&RawValues=&Redirect=http://picsearch.163.com/picSearch.php">图片</option>
<option value="http://adclient.163.com/event.ng/Type=click&FlightID=6989&AdID=7078&TargetID=59&Segments=22,68,80&Targets=55,59&Values=31,43,51,60,72,78,84,93,100,110,204,282,574,593&RawValues=&Redirect=http://so.163.com/cool/vogue/"> 时尚</option>
<option value="http://adc
lient.163.com/event.ng/Type=click&FlightID=6993&AdID=7082&TargetID=59&Segments=22,68,80&Targets=55,59&Values=31,43,51,60,72,78,84,93,100,110,204,282,575,593&RawValues=&Redirect=http://www.search.sinobnet.com/cgi-bin/hc/hcsitev3.cgi">行业</option>
<option value="http://adclient.163.com/event.ng/Type=click&FlightID=6990&AdID=7080&TargetID=59&Segments=22,68,80&Targets=55,59&Values=31,43,51,60,72,78,84,93,100,110,204,282,574,593&RawValues=&Redirect=http://mp3.163.com/mp3Search.php">MP3</option>
<option value="http://adclient.163.com/event.ng/Type=click&FlightID=6991&AdID=7081&TargetID=59&Segments=22,68,80&Targets=55,59&Values=31,43,51,60,72,78,84,93,100,110,204,282,574,593&RawValues=&Redirect=http://yso.163.com/search">黄页</option>
</select>
<input type=hidden name=c value=25>
<input type=hidden name=source value=163>
<input type=hidden name=word>
<input type=hidden name=keyWord>
<input type=submit class=sinput value="搜 索">
<input type=button class=sinput value="e路通" onclick="car()">
  <a href=http://adpsearch.163.com/ target=_top>推广</a> <a href=http://114.163.com/ target=_top><font color=red>黄页</font></a>
</td>
</tr>
<tr>
<td height=20>

<font color=red>热门搜索:</font> <a target=_blank href=http://nisearch.163.com/search.php?q=%D2%F4%C0%D6>音乐</a> <a target=_blank href=http://nisearch.163.com/search.php?q=%D5%D0%C9%CC>招商</a> <a target=_blank href=http://nisearch.163.com/search.php?q=%D7%E3%C7
%F2>足球</a> <a target=_blank href=http://nisearch.163.com/search.php?q=%D5%D0%C9%FA>招生</a> <a target=_blank href=http://nisearch.163.com/search.php?q=%D3%F2%C3%FB%D7%A2%B2%E1>域名注册</a> <a target=_blank href=http://nisearch.163.com/search.php?q=%B5%E7%D3%B0>电影</a> <a target=_blank href=http://nisearch.163.com/search.php?q=%CA%D6%BB%FA>手机</a> <a target=_blank href=http://nisearch.163.com/search.php?q=%BB%AF%D7%B1%C6%B7>化妆品</a> <a target=_blank href=http://nisearch.163.com/search.php?q=%CD%F8%D2%B3%D6%C6%D7%F7>网页制作</a>


</td>
</tr>
<tr><td height=1 bgcolor=#c0c0c0><spacer type=block height=1></td></tr>
</form>
</table>
<!--end search-->
<!--begin logo ad-->
<table width=100% height=60 border=0 cellpadding=0 cellspacing=0>
<tr align=center><td><a href=http://adclient.163.com/event.ng/Type=click&FlightID=7898&AdID=8017&TargetID=20&Segments=22,24,80&Targets=55,20&Values=31,43,51,60,72,78,85,93,100,110,204,222,574,593&RawValues=&Redirect=http://www.xfuedu.org/><img src=http://adimg.163.com/homepage/xianfanyi040601_10050.gif width=100 height=50 border=0></a></td>

<td>
<a href=http://home.163.com/><img src=http://images.163.com/images/netease/home/change/ad_100x50_home.gif width=100 height=50 border=0></a></td> <td><EMBED src='http://adimg.163.com/homepage/xinfei/xinfei040503_10050.swf' quality=high WIDTH=100 HEIGHT=50 TYPE='application/x-shockwave-flash'></EMBED></td><td><a href=http://adcl
ient.163.com/event.ng/Type=click&FlightID=7305&AdID=7462&TargetID=29&Segments=22,34,80&Targets=55,29&Values=31,43,51,60,72,78,85,90,100,110,204,279,580,593&RawValues=&Redirect=http://www.motorola.com.cn/a890/><img src=http://adimg.163.com/homepage/motorola/s040525mtrl_10050.gif width=100 height=50 border=0></a></td><td>



</td></tr></table>
<!--end logo ad-->















<!--begin sms-->
<table cellspacing=0 cellpadding=2 width=100% border=0>
<tr>
<td height=20 width=100 class=ptitle>无线推荐</td>
<td align=right nowrap>
<a href=http://sms.163.com/ target=_top>短信</a>.<a href=http://mms.163.com target=_top>彩信</a>.<a href=http://sms.163.com/service/yycqgp.php?groupid=44 target=_blank>短语</a>.<a href=http://sms.163.com/service/logogp.php target=_blank>图片</a>.<a href=http://ivr.163.com/ target=_blank>IVR</a>.<a href=http://mm.163.com/ target=_sd>非常男女</a>.<a onclick=sendsms() href=http://sms.163.com/ target=_top>自写短信</a>.<a href=http://wap.163.com target=_sd>WAP</a>
</td>
</tr>
<tr bgcolor=#ff6633><td height=2 colspan=2><spacer height=2></td></tr>
</table>
<!--begin sms-->
<script type="text/javascript">
<!--
var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',re
sizable'
win = window.open(mypage,myname,settings)
}

var aktiv = window.setInterval("Farbe()",28000);
function Farbe() {
window.clearInterval(aktiv);
}
//-->
</script>
<script>
function sendsms() {

window.open('http://popme.163.com/sms/2003.html','sde','width=470,height=400');
return true;
}
</script>
<script language="JavaScript">
<!--
function checkform_fastchannel(fm) {
url="http://sms.163.com/sub/nologin_sub.php?services=";
if(fm.sub0.checked){ url=url+fm.sub0.value+"and";}
if(fm.sub1.checked){ url=url+fm.sub1.value+"and";}
if(fm.sub2.checked){ url=url+fm.sub2.value+"and";}
if(fm.sub3.checked){ url=url+fm.sub3.value+"and";}
window.open(url,'','width=400 height=235,resizable=yes');
return false;
}
//-->
</script>
<script language="javascript">
<!--
function ring(search) {window.open("http://sms.163.com/service/ring_search.php?searchs="+search,"","width=530 height=300,scrollbars=yes");}
function send_ring(code) {window.open('http://sms.163.com/service/ring_send.php?code='+code, '', "width=400,height=235,resizable=yes");}
function send_logo(code) {window.open('http://sms.163.com/service/logo_send.php?code='+code, '', "width=400,height=235,resizable=yes");}
function send_yy_b(code) {window.open('http://sms.163.com/service/yycq_blink_send.php?code='+code, '', "width=400,height=235,resizable=yes");}

logo = new Array();
logo[0]=["33311","n33311.png"];

logoB = new Array();
logoB[0]=["33338","npb33338.png"];

pa="<a class=pic href=http://mms.163.com/cm_lv2.jsp?rtype=0 target=_top onclick=/"javascript:window.open('http://mms.163.com/cm_pop_send.jsp?id=";
pb="&rtype=0','','width=400 height=300');return false;/"><img src=/"";
pc50="50x50.jpg/" width=50 height=50 border=/"0/"></a>";

ca="<a class=cards href=/"http://mms.163.com/cm_lv2.jsp?rtype=1/" target=_top onclick=/"javascript:window.open('http://mms.163.com/cm_pop_send.jsp?id=";
sub="&rtype=1','','width=400 height=300');return false;/"><img src=/"";
cc="65x50.gif/" width=65 height=50 border=/"0/"></a>";

la="<a href=http://sms.163.com/service/logogp.php target=_top onclick=/"window.open(/'http://sms.163.com/service/logo_send.php?code=";

csub="&img=http://images.163.com/sms/163index_logo/";

lc="',/'/',/'height=240,width=400,resizable=yes/');/"><img src=http://images.163.com/sms/163index_logo/";
ld1=" border=0 width=72 height=14></a>";
ld2=" border=0 width=72 height=28></a>";

-->
</script>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="4"><img name="" src="" width="0" height="4" alt=""></td>
</tr>
</table>


<table width="100%" border="0" cellpadding="2" cellspacing="0">
<tr>
<td valign="top"><table cellspacing=0 cellpadding=3 border=0>
<tr>
<td style="PADDING-LEFT: 2px">·<a href="http://smspop.163.com/sms/special/job20040419/index.html" target="_blank">网易诚聘<font color=red>市场英才</font> <a href="http://smspop.163.com/sms/special/recruit/recruit.html" target="_blank"><font color=red>设计英才</font></a></td>
</tr>
<tr>
<td style="PADDING-LEFT: 2px">·<a href="http://smspop.163.com/personal/wang/16/index.htm" target="_blank"><font color=red>《大事件》国内首映免费看</font></a></td>
</tr>
<tr>
<td style="PADDING-LEFT: 2px">·<a href="http://mms.163.com/special/girl_sense/index.jsp" target="_blank">女人的'信'福,自己掌握</a></td>
</tr>
<tr>
<td style="PADDING-LEFT: 2px">·<a href="http://smspop.163.com/ivr/cm/kbgs/index.html" target="_blank"><font color=red>真实见鬼经历</font>,夏夜起凉风!</a></td>
</tr>
<tr>
<td style="PADDING-LEFT: 2px">·<a href="http://smspop.163.com/sms/special/jspd.html" target="_blank">交友拿奖,<font color=red>免费派
郧嗟嚎??/font></a></td>
</tr>
<tr>
<td style="PADDING-LEFT: 2px">·<a href="http://mm.163.com/friendGrpGotoUrl.jsp" target="_blank">创建无限拓展的<font color=red>人际关系网</font></a></td>
</tr>
<tr>
<td style="PADDING-LEFT: 2px">·<a href="http://mms.163.com/special/book/index.jsp" target="_blank">订情色新书 送两性短信</a></td>
</tr>
<tr>
<td style="PADDING-LEFT: 2px">·<a href="http://tj.163.com/" target="_blank">爱在合租的小小空间</a></td>
</tr></table></td><td width="248" valign="top">
<script language="JavaScript" type="text/JavaScript">
function column02(imgSource,url,chance,type) {
this.imgSource = imgSource;
this.url = url;
this.chance = chance;
this.type = type;
}
function dispColumn02() {
with (this)
switch (type){
case "img":
document.write("<A HREF=" + url + " target=_blank><IMG SRC=" + imgSource + " WIDTH=248 HEIGHT=129 BORDER=0></A>");
break;
case "html":
document.write("<IFRAME WIDTH=248 HEIGHT=129 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR=#000000 SRC="+ imgSource + "></iframe>");
break;
case "flash":
document.write("<embed src="+imgSource+" quality=high WIDTH=248 HEIGHT=129 type=application/x-shockwave-flash pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash></embed>");
break;
case "con":
document.write(imgSource);
break;
default:
document.write("");
}

}

column02.prototype.dispColumn02 = dispColumn02;
columns02 = new Array();

// flash , html , img 代表三种不同的广告模式
// 200 之类的数目是设置出现的机率
columns02[0] = new column02("<TABLE WIDTH=248 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD><a href=http://tj.163.com target=_blank><IMG SRC=http://images.163.com/images/sms/service_tj_01.gif WIDTH=248 HEIGHT=21 border=0></a></TD></TR><form name=form1 method=post action=http://tj.163.com/reg.jsp target=_blank><TR><TD><a href=http://tj.163.com target=_blank><IMG SRC=http://images.163.com/images/sms/service_tj_02.gif ALT= WIDTH=248 HEIGHT=99 border=0></a></a></TD></TR><TR><TD height=30 align=right background=http://images.163.com/images/sms/service_tj_03.gif><input name=phone type=text class=log1 size=11><input name=submit type=image src=http://images.163.com/images/sms/button_reg.gif align=absmiddle width=37 height=18 border=0></TD></TR></form></TABLE>","",300,"con");//同居时代

columns02[1] = new column02("<TABLE WIDTH=248 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD><a href=http://honey.163.com target=_blank><IMG SRC=http://images.163.com/images/sms/service_honey_01.gif WIDTH=248 HEIGHT=21 border=0></a></TD></TR><form name=form1 method=post action=http://honey.163.com/w_zhuce.jsp target=_blank><TR><TD><a href=http://honey.163.com/help_guide.html target=_blank><IMG SRC=http://images.163.com/images/sms/service_honey_02.gif ALT= WIDTH=248 HEIGHT=99 border=0></a></TD></TR><TR><TD height=30 align=right background=http://images.163.com/images/sms/service_honey_03.gif><input name=phone type=text class=log1 size=11><input name=submit type=image src=http://images.163.com/images/sms/button_reg.gif align=absmiddle width=37 height=18 border=0></TD></TR></form></TABLE>","",300,"con");//野蛮女生


columns02[2] = new column02("<TABLE WIDTH=248 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD><a href=http://mm.163.com target=_blank><IMG SRC=http://images.163.com/images/sms/service_mm_01.gif WIDTH=248 HEIGHT=21 border=0></a></TD></TR><form name=form1 method=post action=http://mm.163.com/w_zhuce_2.jsp target=_blank><TR><TD><a href=http://smspop.163.com/sms/special/mmvip04.html target=_blank><IMG SRC=http://images.163.com/images/sms/service_mm_02.gif ALT= WIDTH=248 HEIGHT=99 border=0></a></a></TD></TR><TR><TD height=30 align=right background=http://images.163.com/images/sms/service_mm_03.gif><input name=phone type=text class=log1 size=11><input name=submit type=image src=http://images.163.com/images/sms/button_reg.gif align=absmiddle width=37 height=18 border=0></TD></TR></form></TABLE>","",300,"con");//非常男女




sum_of_all_chances = 0;
for (i = 0; i < columns02.length; i++) {
sum_of_all_chances += columns02.chance;
}
function randomColumn02() {
chance_limit = 0;
randomly_selected_chance = Math.round((sum_of_all_chances - 1) * Math.random()) + 1;
for (i = 0; i < columns02.length; i++) {
chance_limit += columns02.chance;
if (randomly_selected_chance <= chance_limit) {
columns02.dispColumn02();
break;
}
}
}
this_column02 = randomColumn02();
</script>
</td>
</tr>
</table>
<table width="50%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="4"><img name="" src="" width="0" height="4" alt=""></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="60" valign="middle" bgcolor="#F7F7F7">
<!-- 订阅 --><table border="0" cellspacing="0" cellpadding="0">
<form name="form_fastchannel" action="mms_order.jsp" method="post" onsubmit='return checkform_fastchannel(this);'>
<tr>
<td width="10"> </td>
<td width="90"><input type="checkbox" name="sub0" value="1001">
<a href="http://sms.163.com/sub/sub_new.php" target=_blank>头条新闻</a></td>
<td width="95"><input type="checkbox" name="sub1" value="1102"> <a href="http://sms.163.com/sub/sub_lottery.php" target=_blank>足彩分析</a></td>
<td> </td>
</tr>
<tr>
<td width="10"> </td>
<td width="90"><input type="checkbox" name="sub2" value="9002"> <a href="http://smspop.163.com/sms/special/sexsms_2.html" target=_blank>性爱学堂</a></td>
<td width="95"><input type="checkbox" name="sub3" value="1806"> <a href="http://sms.163.com/sub/sub_mrxh.php" target=_blank>男女笑话</a>
</td>
<td align="left"><input type="submit" name="Submit" value="订阅" align="absmiddle" >
</td>
</tr>
</form>
</table>
<!-- /订阅 --></td>
<td width="205" align="right"><TABLE height=50 cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=top width=70 rowSpan=2><a href="http://mms.163.com/special/girl_sense/index.jsp" target="_blank"><img src="http://images.163.com/images/sms/65x50.gif" width="65" height="50" border="0"></a>
</TD>
<TD vAlign=top width=55 rowSpan=2><a href="http://mms.163.com/cm_lv2.jsp?cat=%BE%FC%CA%C2%CC%EC%B5%D8&rtype=0" target="_blank"><img src="http://images.163.com/images/sms/50x50.jpg" width="50" height="50" border="0"></a>
</TD>
<TD><script>document.write(la+logo[0][0]+csub+logo[0][1]+lc+logo[0][1]+ld1);</script>
</TD>
</TR>
<TR>
<TD vAlign=bottom><script>document.write(la+logoB[0][0]+csub+logoB[0][1]+lc+logoB[0][1]+ld2);</script>
</TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table><!--end sms-->
<!--end sms-->
<table><tr><td></td></tr></table>
<table width=100% border=0 cellspacing=0 cellpadding=1>
<tr>
<td bgcolor=D8DCFB width=138>
<!-- begin left text ad-->
<table width=100% border=0 cellspacing=0 cellpadding=3>
<tr>
<td bgcolor=#FFFFFF class=hot>

·<a href=http://ad.cn.doubleclick.net/clk;7318077;8711219;n?http://im9.eachnet.com/fu/co/rd.php?http://pages.eachnet.com/st/page/action/students-business/home.htm>易趣杯<font color="#FF0000">大学生创业赛</font></a><br>

·<a href=http://education.163.com/edu2004/level1/gaokao.html><font color="#FF0000">高考</font>名师 有问必答</a><br>

·<a href=http://sports.163.com/lotto.html>最新足彩数据分析</a><br>

·<a href=http://mobile.163.com/>三星<font color="#FF0000">新彩蛋</font>E318评测</a><br>

·<a href=http://honey.163.com/color/index.html>进来领个美女帅哥吧</a><br>
</td>
</tr>
</table>
<!-- end left text ad-->
</td>
<td width=13></td>
<td bgcolor=D8DCFB width=138>
<!-- begin middle text ad-->
<table width=100% border=0 cellspacing=0 cellpadding=3>
<tr>
<td bgcolor=#FFFFFF cla
ss=hot>

·<a href=http://news.163.com/2004w05/12558/2004w05_1085027969819.html>每日计算机病毒播报</a><br>

·<a href=http://mobiledb.netease.com/><font color="#FF0000">手机大全</font>火热推出</a><br>

·<a href=http://bbs8.netease.com/dpclub/viewthread.php?tid=698&page=1>全国导购<font color="#FF0000">模特招聘!</font></a><br>

·<a href=http://adclient.163.com/event.ng/Type=click&FlightID=3918&AdID=3778&TargetID=18&Segments=23,80,305&Targets=18,184&Values=31,43,51,60,72,78,82,93,100,110,204,213&RawValues=&Redirect=http://abroad.163.com/level1/studyabroad.html>各国留学费用解析</a><br>

·<a href=rtsp://202.108.34.60:554/zxdxd.rm>摘星活动全程<font color="#FF0000">记录片</font></a><br>
</td>
</tr>
</table>
<!-- end middle text ad-->
</td>
<td width=13></td>
<td bgcolor=D8DCFB width=138>
<!-- begin right text ad-->
<table width=100% border=0 cellspacing=0 cellpadding=3>
<tr>
<td bgcolor=#FFFFFF class=hot>

·<a href=http://design.163.com/wenjuan/031126/index.php>你是用的<font color="#FF0000">免费邮箱</font>吗</a><br>

·<a href=http://adclient.163.com/event.ng/Type=click&Fligh
tID=6188&AdID=6100&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,85,90,100,110,204,213,577,593&RawValues=&Redirect=http://sh3.163.com/bbs/index.jsp>倾听上海MM情感故事</a><br>

·<a href=http://ftgame.163.com/>英超球员替你赚钱?</a><br>

·<a href=http://pc.163.com/art/editor02/040415/040415_14144(1).html>体验最强<font color="#FF0000">DVD刻录机</font></a><br>

·<a href=http://mypp.popo.163.com/event.htm>泡泡金币<font color="#FF0000">免费发短信</font></a><br>
</td>
</tr>
</table>
<!-- end right text ad-->
</td>
</tr>
</table>
</td>
<td width=10><br></td>
<td width=300>





<!--begin scrollblock-->
<script language="JavaScript">
<!--
SYfullscreen=true
var adInterPath="http://adclient.163.com/html.ng/site=netease&affiliate=homepage&cat=homepage&type=logo300120&location=1"

//var adInterPath="http://popme.163.com/ad/s040517tongyong_300120.html"

if (document.all) {
// this is a 4.x browser, no?
var ads_agt=navigator.userAgent.toLowerCase();
var ads_is_major = parseInt(navigator.appVersion);
var ads_is_ie = ((ads_agt.indexOf("msie") != -1) && (ads_agt.indexOf("opera") == -1) && (ads_agt.indexOf("omniweb") == -1));
var ads_is_ie3 = (ads_is_ie && (ads_is_major < 4));
var ads_is_ie4 = (ads_is_ie && (ads_is_major == 4) && (ads_agt.indexOf("msie 5")==-1) && (ads_agt.indexOf("msie 6")==-1));
var ads_is_ie4up = (ads_is_ie && (ads_is_major >= 4));
var ads_is_ie5 = (
ads_is_ie && (ads_is_major == 4) && (ads_agt.indexOf("msie 5.0")!=-1) );
var ads_is_ie5up = (ads_is_ie && !ads_is_ie3 && !ads_is_ie4);
var ads_is_ie5_1_macbeta = (ads_is_ie && (ads_agt.indexOf("mac")!=-1) && (ads_agt.indexOf("5.1b")!=-1));

var ads_is_nav = ((ads_agt.indexOf('mozilla')!=-1) && (ads_agt.indexOf('spoofer')==-1)
&& (ads_agt.indexOf('compatible') == -1) && (ads_agt.indexOf('opera')==-1)
&& (ads_agt.indexOf('webtv')==-1));
var ads_is_nav6 = (ads_is_nav && (ads_agt.indexOf("netscape6")!=-1) && (ads_agt.indexOf("6.1")==-1));
var ads_is_nav6up = (ads_is_nav && !ads_is_nav4 && !ads_is_nav3 && !ads_is_nav2);
var ads_is_nav6_1 = (ads_is_nav && (ads_agt.indexOf("netscape6")!=-1) && (ads_agt.indexOf("6.1")!=-1));
var ads_is_nav6_1up = (ads_is_nav && !ads_is_nav6 && !ads_is_nav4 && !ads_is_nav3 && !ads_is_nav2);
getsGlu = ((ads_is_ie5up && !ads_is_ie5_1_macbeta) || ads_is_nav6_1up);
//function changediv(depth)
//{
// divAll.style.zIndex=depth
// }
function changediv()
{
document.getElementById('hiddenLayer').style.display = "block";
document.getElementById('interstitialFrame').src = adInterPath;
setTimeout("hidediv()",8000)
}
function hidediv()
{
document.getElementById('hiddenLayer').style.display="none";
SYtag=2;
}
function showfull()
{
setTimeout("changediv()",500);
}
showfull()
}
// -->
</script>
<DIV ID="hiddenLayer" style="display: none; height: 120px;">
<script language="Jav
ascript">
<!--
if (getsGlu) {
expandableIframe = '<iframe width="300" height="120" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" id="interstitialframe"></iframe>';
document.write(expandableIframe);
}
// -->
</script>
</div>
<!--end scrollblock-->
<!--begin text ad-->
<table width=100% border=0 cellpadding=3 cellspacing=0 class=borders>
<tr>
<td colspan=2>
<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=50% class=wtitle nowrap>最新动态</td><td width=50% align=right class=wtitle nowrap><font class=p1>→</font> <a href=http://ad.cn.doubleclick.net/clk;7318077;8711219;n?http://im9.eachnet.com/fu/co/rd.php?http://163.eachnet.com/><font class=p1 color=#ffffff><font color=yellow>易趣竞拍--购物的最佳选择!</font></font></a>  </td>
</tr>
<tr><td height=2 colspan=2 bgcolor=#0f5892><spacer type=block height=1></td></tr>
</table>
</td></tr>
<tr valign=top>
<td width=50% class=hot>·<a href=http://adclient.163.com/event.ng/Type=click&FlightID=4799&AdID=4633&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,82,90,100,110,204,213,579,593&RawValues=&Redirect=http://www.kuro.com.cn/163/Textlink_Nhptl/><font color=red>最新最全MP3</font>免费下载</a><br>·<a href=http://pc.163.com/art/editor02/040528/040528_15867(1).html>极速P4 3.4GHz测试</a><br>·<a href=http://adclient.163.com/event.ng/Type=click&FlightID=3916&AdID=3776&TargetID=18&S
egments=23,80,305&Targets=18,184&Values=31,43,51,60,72,78,82,93,100,110,204,213&RawValues=&Redirect=http://bbs8.netease.com/mclub/index.php><font color="#FF0000">手机俱乐部</font>火爆登场</a><br>·<a href=http://ftgame.163.com>梦幻欧洲杯免费试玩</a><br>·<a href=http://cards.163.com/>夏季祝福贺卡专辑</a><br>·<a href=http://adclient.163.com/event.ng/Type=click&FlightID=4728&AdID=4564&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,81,90,100,110,204,213,577,593&RawValues=&Redirect=http://www.jinkoo.com/khzl/index163.htm><font color=red>紧急公告</font>中小学生家长</a><br>·<a href=http://smspop.163.com/ivr/cnc/iq/index.html>IQ至激斗,三关任你闯</a><br>·<a href=http://adclient.163.com/event.ng/Type=click&FlightID=4729&AdID=4565&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,85,90,100,110,204,213,581,593&RawValues=&Redirect=http://www.999fuke.com/guanggao/fukehd/netease1/>中医义诊治疗子宫肌瘤</a><br>·<a href=http://adclient.163.com/event.ng/Type=click&FlightID=2449&AdID=2340&TargetID=21&Segments=27,80&Targets=21&Values=31,43,51,60,72,78,82,90,100,110,129,213,581,593&RawValues=&Redirect=http://www.longsu.net/kehu/demo/tf/>科学拯救了痛风!</a><br>·<a href=http://adclient.163.com/event.ng/Type=click&FlightID=6467&AdID=6458&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,82,90,100,110,204,213,580,593&RawValues=&Redirect=http://www.bestsky.com.cn/%3FFriendLink%3D163index><
font color=red>创业</font>不想<font color=red>当老板</font>别进来</a><br></td>
<td width=50% class=hot>·<a href=http://adclient.163.com/event.ng/Type=click&FlightID=773&AdID=724&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,83,90,100,110,204,213&RawValues=&Redirect=http://www.globeedu.com><font color=red>2004出国留学</font>最新公告</a><br>·<a href=http://adclient.163.com/event.ng/Type=click&FlightID=6464&AdID=6455&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,81,90,100,110,204,213,580,593&RawValues=&Redirect=http://www.3158.cn/3158.asp%3Fsite%3D163_1>90个好项目<font color=red>赚钱就是快!</font></a><br>·<a href=http://adclient.163.com/event.ng/Type=click&FlightID=1097&AdID=1038&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,85,93,100,110,204,213,574,593&RawValues=&Redirect=http://power.163.com/adpage/yiliao/kouqiang040419.html>中医治皮炎湿疹荨麻疹</a><br>·<a href=http://xyq.163.com/activity/2004/05/4-18-20040525202314.html>梦幻西游河南新区开通</a><br>·<a href=http://adclient.163.com/event.ng/Type=click&FlightID=4726&AdID=4562&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,81,90,100,110,204,213,581,593&RawValues=&Redirect=http://www.3158.cn/3158.asp%3Fsite%3D163_2>点这!<font color=red>快速赚到1000000</font></a><br>·<a href=http://mobile.163.com/><font color="#FF0000">手机</font>频道全新改版上线</a><br>·<a href=http://adclient.163.com
/event.ng/Type=click&FlightID=1135&AdID=1075&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,82,93,100,110,204,213,574,593&RawValues=&Redirect=http://www.chinagbkf.com/index.htm>我国治肝病获重大突破</a><br>·<a href=http://adclient.163.com/event.ng/Type=click&FlightID=6465&AdID=6456&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,81,90,100,110,204,213,577,593&RawValues=&Redirect=http://www.91cy.cn/>火爆项目<font color=red>缔造创业传奇</font></a><br>·<a href=http://popo.163.com/>惹眼校园美女火热推出</a><br>·<a href=http://love.163.com/>恋爱就是这样谈出来</a><br></td>
</tr>
</table>
<!--end text ad-->

<table><tr><td></td></tr></table>
<!--begin news-->


<table width=100% border=0 cellpadding=3 cellspacing=0 class=borders>
<tr>
<td>
<table width=100% height=20 border=0 cellpadding=0 cellspacing=0>
<tr bgcolor=#6891D2>
<td nowrap class=wtitle><a href=http://news.163.com/ target=_top><font color=white>焦点新闻</font></a></td>
<td nowrap align=right><font color=ffffff>2004年6月 2日15:53</font>  
</td>
</tr>
<tr><td colspan=2 bgcolor=#0F5892><spacer type=block height=1></td></tr>
</table>
</td>
</tr>
<tr>
<td class=hot>

·<a href=http://news.163.com/2004w06/12571/2004w06_1086154466712.html>别让毒品成为孩子童年"杀手"</a> <a href="http://news.163.com/2004w05/12566/2004w05_1085709161180.htm
l" target=blank>政府提供毒品的无奈</a><br>

·<a href=http://news.163.com/special/i/iraqfuture040601.html>伊临时过渡政府诞生 战后第一任总统人选确定</a> <a href=http://news4.163.com/bbs/rep.jsp?b=biz2_bbs&i=1086097435883 target=_blank>评</a><br>

·<a href=http://news.163.com/2004w06/12570/2004w06_1086115607897.html>公安部力求"命案必破" 三百万专款奖励破案干警</a> <a href="http://news4.163.com/bbs/rep.jsp?b=biz2_bbs&i=1086115607966" target=blank>评</a><br>

·<a href=http://news.163.com/2004w06/12571/2004w06_1086135319162.html>专家:要动员一切力量做好反“台独”的准备</a> <a href="http://news4.163.com/bbs/rep.jsp?b=biz_bbs&i=1084723759384" target=blank>评论</a><br>

·<a href=http://news.163.com/2004w06/12570/2004w06_1086109535729.html>凤凰卫视前副主席灭门案侦破经过</a> <a href="http://news.163.com/2004w06/12571/2004w06_1086139990171.html" target=blank>小女孩惨被割喉</a><br>

·<a href=http://news.163.com/2004w06/12570/2004w06_1086132638061.html>广电总局:扶持国产动画 严查未审“红色经典”</a> <a href="http://news4.163.com/bbs/rep.jsp?b=biz2_bbs&i=1086132638942" target=blank>评</a><br>

·<a href=http://news.163.com/2004w06/12571/2004w06_1086141250839.html>国际形势复杂 中国和平崛起面临的六大安全挑战</a> <a href="http://news4.163.com/bbs/rep.jsp?b=biz2_bbs&i=1086141250972" target=blank>评</a><br>

·<a href=http://news.163.com/2004w06/12571/2004w06_1086140337157.html>西藏珠峰与赖昌星联合走私 11名高管明日受
?/a> <a href="http://news4.163.com/bbs/rep.jsp?b=biz2_bbs&i=1086140337227" target=blank>评</a><br>

·<a href=http://news.163.com/2004w06/12570/2004w06_1086080191314.html>周正毅一审被判刑3年</a> <a href="http://news.163.com/2004w06/12570/2004w06_1086124237934.html" target=blank>专家解释被判3年的理由</a> <a href="http://biz3.163.com/bbs/rep.jsp?b=biz_bbs&i=500877232" target=blank>评论</a><br>

·<a href=http://news.163.com/2004w06/12570/2004w06_1086125594192.html>国资委直面国有企业企人才流失严重困局 寻对策</a> <a href="http://news4.163.com/bbs/rep.jsp?b=biz2_bbs&i=1086125605343" target=blank>评</a><br>

·<a href=http://news.163.com/2004w06/12570/2004w06_1086117471000.html>天安门广场升旗仪式作调整 大升旗改为每月一次</a> <a href="http://news4.163.com/bbs/rep.jsp?b=biz2_bbs&i=1086117471089" target=blank>评</a><br>

·<a href=http://news.163.com/2004w06/12571/2004w06_1086147190842.html>2004年"环球小姐"总决赛(图)</a> <a href="http://news.163.com/2004w06/12571/2004w06_1086146515247.html" target=blank>各奖项揭晓</a> <a href="http://news.163.com/2004w06/12571/2004w06_1086136340551.html" target=blank>聚焦环姐</a><br>
</td></tr>
<tr><td class=hot bgcolor=#EEF2FD>

·<a href=http://news.163.com/2004w06/12570/2004w06_1086111937832.html>歹徒奸幼女110不出警续:渎职民警面临刑事处罚</a> <a href="http://news4.163.com/bbs/rep.jsp?b=biz2_bbs&i=1085526965652" target=blank>评</a><br>

·<a href=http://news.163.com/speci
al/n/nosmoking040531.html>深度:控制吸烟,减少贫困</a> <a href="http://news.163.com/special/e/ertongjie040601.html" target=blank>六一节后的六个灰色话题</a><br>

·<a href=http://news.163.com/special/h/huamulan040602.html>网聚:常香玉---永远的花木兰</a> <a href=http://news.163.com/special/j/jiandie040601.html target=_blank>女间谍传奇:绝代风流</a><br>

·<a href=http://news.163.com/special/f/focus.html#2>关注:"宝马彩票案"6嫌疑人被批捕</a> <a href=http://news.163.com/special/w/war.html target=_blank>美模拟台海战争</a><br>

·<a href=http://news.163.com/special/f/fotocenter.html>图片:2004环球小姐总决赛</a> <a href=http://news.163.com/special/s/shehuinews.html target=_blank>百看不厌十部动画长片</a><br>

·<a href=http://news3.163.com/bbs/home.jsp>新闻论坛</a>:<a href="http://news3.163.com/bbs/rep.jsp?b=shishi_bbs&i=1085995488129">世界格局与台湾战争</a> <a href="http://news3.163.com/bbs/rep.jsp?b=shishi_bbs&i=1086108059912">台湾问题及朝鲜半岛</a><br>
</td></tr>
</table>
<!--end news-->
</td>
</tr>
</table>

<!--begin column2-->
<table width=750 align=center border=0 cellpadding=0 cellspacing=0><tr><td>


<embed src='http://adimg.163.com/homepage/bbg040602_750120.swf' quality=high width=750 height=120 type='application/x-shockwave-flash'></embed>






</td></tr></table>
<!--end column2-->

<table width=750 align=center border=0 cellpadding=0 cellspacing=0>
<tr valign=top>
<td width=440 align=center>
<!--beg
in product-->
<table height=20 cellspacing=0 cellpadding=2 width=100% border=0>
<tr><td width=100 class=ptitle>网易推荐</td>
<td align=right>
<a href=http://popo.163.com/girl><font color="#FF0000">网易POPO校园美女大搜索</font></a><br>
</td></tr>
<tr bgcolor=#ff6633><td height=2 colspan=2><spacer height=1></td></tr>
</table>
<table width=100% height=80 border=0 cellpadding=0 cellspacing=0>
<tr valign=top>
<td class=hot>

<script language="JavaScript">
<!--
function fCheck(){
if( form.user.value =="") {
alert("请输入您的姓名 !");
form.user.focus();
return false;
}
if( form.pass.value.length =="") {
alert("请输入您的密码 !");
form.pass.focus();
return false;
}
fStyle();
return true;
}
-->
</script>
<table width=440 border=0 cellspacing=0 cellpadding=3>
<tr bgcolor=#ebebeb>
<form method=POST target="_self" action="http://entry.126.com/cgi/login" name="form" onSubmit="return fCheck()">
<input name="domain" type=hidden value="126.com">
<input name="language" type=hidden value="0">
<td width=125 align=center><a href=http://www.126.com/ target=_top>25M免费126邮箱</a></td>
<td width=50 align=right>用户名</td>
<td width=50><input class=log name=user type=text size=12></td>
<td width=50 align=right>密码</td>
<td width=60><input name=pass type=password size=12 class=log></td>
<td width=40><input name=enter.x type=submit class=sinp
ut value=登录></td>
<td width=40><input onclick="window.location='http://reg.126.com/regconfirm.htm'" type=button class=sinput value=申请></td>
</td>
</form>
</tr>
</table>
<table width=440 border=0 cellpadding=0 cellspacing=0 style="Padding-top: 4px">
<tr>
<td width=190>
<table cellspacing=0 cellpadding=3 border=0 width="100%">
<tr>
<td>·<a href="http://adclient.163.com/event.ng/Type=click&FlightID=3919&AdID=3779&TargetID=18&Segments=23,80,305&Targets=18,184&Values=31,43,51,60,72,78,82,93,100,110,204,213&RawValues=&Redirect=http://cartoon.163.com/" target="_blank"><font color="#FF0000">FLASH MTV推荐:</font>《孤单北半球》</a></td>
</tr>
<tr>
<td>·<a href="http://vip.163.com/" target="_blank">最后3天,VIP邮箱大优惠</a></td>
</tr>
<tr>
<td>·<a href="http://xyq.163.com" target="_blank">梦幻西游诚征服务器合作商</a></td>
</tr>
<tr>
<td>·<a href="http://mobiledb.netease.com/" target="_blank">买什么手机?手机大全告诉你!</a></td>
</tr>
<tr>
<td>·<a href="http://adclient.163.com/event.ng/Type=click&FlightID=6189&AdID=6101&TargetID=18&Segments=22,23,80&Targets=55,18&Values=31,43,51,60,72,78,85,90,100,110,204,213,577,593&RawValues=&Redirect=http://cards.163.com/zhaopin/zp.shtml" target="_blank">网易贺卡设计师专访</a></td>
</tr>
<tr>

<td>·<a href="http://knl.sh.163.com/cgi/main?b=administer&guest=1" target="_blank">社区:奋斗中的企业家情感之路</a></td>
</tr>
<tr>
<td>·<a href="http://images.163.com/images/job/hrc/zj.htm" target="_blank">首页浙江精英网络招聘大会</a></td>
</tr>
<tr>
<td>·<a href="http://so.163.com/" target="_blank">时尚搜索,搜尽天下最新时尚</a></td>
</tr>
<tr>
<td>·<a href="http://sports.163.com/aoyun" target="_blank">网易体育全力备战<font color="#FF0000">雅典奥运</font></a></td>
</tr>
<tr>
<td>·<a href="http://ftgame.163.com/" target="_blank">梦幻欧洲杯游戏,免费任你玩</a></td>
</tr>
</table>
</td>
<td width=250 align="right">
<table width="100%" height="200" border="0" cellpadding="0" cellspacing="0">
<form action="http://adclient.163.com/event.ng/Type=click&FlightID=4249&AdID=4101&TargetID=17&Segments=21,22,80&Targets=17,55&Values=31,43,51,60,72,78,81,90,100,110,204,215&RawValues=&Redirect=http://love.163.com/highsearch.jsp" method="get" target="_blank">
<tr>
<td height="168"><a href="http://adclient.163.com/event.ng/Type=click&FlightID=4249&AdID=4101&TargetID=17&Segments=21,22,80&Targets=17,55&Values=31,43,51,60,72,78,81,90,100,110,204,215&RawValues=&Redirect=http://love.163.com/" target="_blank" width="250" height="168"><img src="h
ttp://images.163.com/images/netease/love/index250/top.gif" border="0"></a></td>
</tr>
<tr>
<td height="32" align="center" bgcolor="#FF711C">
<input type=hidden name=function value=xx>
<input type=hidden name=pic value=1>
<input type=hidden name=dxcity value=0>
<b>在</b><select name=place>
<option value=1 selected>北京</option>
<option value=2>天津</option>
<option value=3>上海</option>
<option value=29>广东</option>
<option value=9>辽宁</option>
<option value=10>山东</option>
<option value=17>浙江</option>
<option value=12>江苏</option>
<option value=19>湖北</option>
<option value=22>四川</option>
<option value=7>黑龙江</option>
<option value=20>湖南</option>
<option value=30>福建</option>
<option value=4>重庆</option>
<option value=15>陕西</option>
<option value=5>河北</option>
<option value=6>河南</option>
<option value=8>吉林</option>
<option value=13>安徽</option>
<option value=14>山西</option>
<option value=18>江西</option>
<option value=28>广西</option>
<option value=11>内蒙古</option>
<option value=16>甘肃</option>
<option value=23>云南</option>
<option value=21>贵州</option>
<option value=24>新疆</option>
<option value=25>宁夏</o
ption>
<option value=31>海南</option>
<option value=26>青海</option>
<option value=27>西藏</option>
<option value=32>台湾</option>
<option value=33>香港</option>
<option value=34>澳门</option>
<option value=35>美国</option>
<option value=36>加拿大</option>
<option value=37>澳洲</option>
<option value=38>欧洲</option>
<option value=39>其它</option>
</select><b>找</b>
<input name="agefrom" type="text" size="2" maxlength="2">
<b>岁</b>
<select name=gender>
<option value=1>男士</option>
<option value=2 selected>女士</option>
</select>
<input type="submit" name="Submit" value="搜索">
</td>
</tr>
</form>
</table>
</tr>
</table> </td>
</tr>
</table>


<!--end product--><table height=5><tr><td></td></tr></table>
<!--begin search-->
<table height=20 cellspacing=0 cellpadding=2 width=100% border=0>
<tr><td class=ptitle>搜索引擎</td><td align=right><a href=http://odp.163.com/ target=_top>中国最大的开放式引擎</a></td></tr>
<tr bgcolor=#ff6633><td height=2 colspan=2><spacer type=block height=1></td></tr>
</table>

<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr>
<td class=hot align=center height=70>
<A href=http://search.163.com/dirlist.php?dir=entertainment target=_top>娱乐休闲</A>  <A href=http://search.163.com/dir
list.php?dir=computer_and_internet target=_top>电脑网络</A>  <A href=http://search.163.com/dirlist.php?dir=business_and_industry target=_top>经济金融</A>  <A href=http://search.163.com/dirlist.php?dir=medicine_and_health target=_top>医药健康</A>  <A href=http://search.163.com/dirlist.php?dir=company target=_top>公司企业</A>  <A href=http://search.163.com/dirlist.php?dir=dictionary_reference:local_personal target=_top>个人主页</A><br>
<A href=http://search.163.com/dirlist.php?dir=living_information target=_top>生活资讯</A>  <A href=http://search.163.com/dirlist.php?dir=sports target=_top>体育竞技</A>  <A href=http://search.163.com/dirlist.php?dir=education_enterprise target=_top>教育学习</A>  <A href=http://search.163.com/dirlist.php?dir=emotion target=_top>情感绿洲</A>  <A href=http://search.163.com/dirlist.php?dir=politics_and_military target=_top>政法军事</A>  <A href=http://search.163.com/dirlist.php?dir=juvenile target=_top>少儿乐园</A><br>
<A href=http://search.163.com/dirlist.php?dir=society_and_culture target=_top>社会文化</A>  <A href=http://search.163.com/dirlist.php?dir=news_and_media target=_top>新闻出版</A>  <A href=http://search.163.com/dirlist.php?dir=travel target=_top>旅游自然</A>  <A href=http://search.163.com/dirlist.php?dir=science target=_top>科学技术</A>  <A href=http://search.163.com/dirlist.php?dir=literature target=_top>文学作品</A>  <A href=http://search.163.com/dirlist.php?dir=arts t
arget=_top>艺术天地</A><br>

<a href=http://so.163.com/cool/special/20040118/ target=_top>猴年新搜索</a>  <a href=http://search.163.com/dirlist.php?dir=_ target=_top>时尚大杂烩</a>  <a href=http://search.163.com/dirlist?dir=_:hqjnh target=_top>环球嘉年华</a>  <a href=http://fe8.bj.163.com/cgi/docidx?b=search target=_top>我来说搜索</a>  <a href=http://114.163.com/ target=_top>网易大黄页</a>
</td>
</tr>
</table>
<!--end search-->
<table height=5><tr><td></td></tr></table>
<!--begin logo ad-->


<table width=100% height=60 border=0 cellpadding=0 cellspacing=0>
<tr align=center>

<td><a href=http://adclient.163.com/event.ng/Type=click&FlightID=3923&AdID=3783&TargetID=20&Segments=24,80&Targets=20&Values=31,43,51,60,72,78,82,90,100,110,204,222&RawValues=&Redirect=http://mp3.163.com/><img src=http://images.163.com/images/netease/search/20040527/mp3/100x50.gif width=100 height=50 border=0></a></td>

<td><a href=http://mall.163.com/><img src=http://images.163.com/images/netease/sales/mall/100x50.gif width=100 height=50 border=0></a></td>

<td><a href=http://www.nease.net/><img src=http://images.163.com/images/netease/nease/net/20040415/100x50.gif width=100 height=50 border=0></a></td>

<td><a href=http://photo.163.com/><img src=http://images.163.com/images/netease/photo/20040415/100x50.gif width=100 height=50 border=0></a></td>




</tr>
</table>
<!--end logo ad--> </td>
<td wi
dth=10><br></td>
<td width=300>
<table><tr><td></td></tr></table>
<table width=100% border=0 cellpadding=3 cellspacing=0 class=borders>
<tr>
<td>

<!--begin classad-->
<table width=100% height=20 border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2 class=wtitle><a href=http://classad.163.com/ target=_top><font color=white>分类信息</font></a></td></tr>
<tr bgcolor=#0F5892><td colspan=2 height=2><spacer type=blok height=1></td></tr>
<tr><td height=5 colspan=2></td></tr>
<tr><td colspan=2 bgcolor=#EEF2FD class=hot align=center>

<a href=http://classad.163.com/html/class/106_index.html>医疗</a>

<a href=http://classad.163.com/html/class/1_index.html>汽车</a>

<a href=http://classad.163.com/html/area_class/1_17_index.html>招生</a>

<a href=http://classad.163.com/html/class/20_index.html>IT</a>

<a href=http://classad.163.com/html/class/23_index.html>美容</a>

<a href=http://classad.163.com/html/class/26_index.html>房产</a>

<a href=http://classad.163.com/html/class/24_index.html>商贸</a>

<a href=http://classad.163.com/html/area_class/1_27_index.html>留学</a>

<a href=http://classad.163.com/html/class/103_index.html>招聘</a>
<td><tr>
<tr valign=top>
<td class=hot width=50%>

·<a href=http://classad.163.com/html/advert/2004-05-31/1085985498.html>轻松取证-本专科热招</a><br>


·<a href=http://classad.163.com/html/advert/2003-12-30/1072752163.html>名牌院校联合招生!</a><br>

·<a href=http://classad.163.com/html/advert/2004-03-10/1078887880.html>免学费赴德国名校!</a><br>

·<a href=http://classad.163.com/html/advert/2004-01-14/1074070009.html>投资办厂开店点这里!</a><br>

·<a href=http://classad.163.com/html/advert/2004-05-08/1083985616.html>50个好项目赚钱就是快</a><br>

·<a href=http://classad.163.com/html/advert/2003-07-01/1057044143.html>2004年做什么最赚钱?</a><br>

·<a href=http://classad.163.com/html/advert/2003-06-25/1056506488.html >开美国汽车美容分店!</a><br>

·<a href=http://classad.163.com/html/advert/2004-04-15/1081998607.html>加盟韩国品牌内衣专卖</a><br>

·<a href=http://classad.163.com/html/advert/2003-07-07/1057567265.html>!!如何挣买车人的钱</a><br>
</td>
<td class=hot width=50%>

·<a href=http://classad.163.com/html/advert/2003-07-25/1059124865.html>手中闲钱,如何增值?</a><br>

·<a href=http://classad.163.com/html/advert/2004-04-28/1083141658.html>今年开啥专卖店能赚钱</a><br>

·<a href=http://classad.163.com/html/advert/2004-01-05/1073281505.html>快速获利10-100万!!</a><br>

·<a href=http://classad.163.com/html/advert/2004-05-11/1084261270.html>治愈高血压特效药问世</a><br>

·<a href=http://classad.163.com/html/advert/2004-05-25/1085476797.html>中医权威治愈糖
虿?/a><br>

·<a href=http://classad.163.com/html/advert/2004-02-09/1076306534.html>1-6万 投资好项目!!</a><br>

·<a href=http://classad.163.com/html/advert/2003-12-30/1072748292.html>前列腺介入导融术问世</a><br>

·<a href=http://classad.163.com/html/advert/2004-04-27/1083030668.html>“全搜”体验时尚生活</a><br>

·<a href=http://classad.163.com/html/advert/2004-02-09/1076315694.html>2004年投资什么项目好</a><br>
</td>
</tr>
<tr>
<td align=center colspan=2 bgcolor=#EEF2FD class=hot height=25>

<a href=http://classad.163.com/html/area/10_index.html>渝</a>

<a href=http://classad.163.com/html/area/12_index.html>黔</a>

<a href=http://classad.163.com/html/area/30_index.html>豫</a>

<a href=http://classad.163.com/html/area/3_index.html>沪</a>

<a href=http://classad.163.com/html/area/29_index.html>蜀</a>

<a href=http://classad.163.com/html/area/82_index.html>粤</a>

<a href=http://classad.163.com/html/area/53_index.html>皖</a>

<a href=http://classad.163.com/html/area/43_index.html>浙</a>

<a href=http://classad.163.com/html/area/56_index.html>蒙</a>

<a href=http://classad.163.com/html/area/69_index.html>晋</a>

<a href=http://classad.163.com/html/area/11_index.html>鲁</a>

<a href=http://classad.163.com/html/area/58_index.html>冀</a>

<a href=http://classad.
163.com/html/area/5_index.html>黑</a>

<a href=http://classad.163.com/html/area/91_index.html>琼</a>

<a href=http://classad.163.com/html/area/102_index.html>甘</a>
</td>
</tr>
</table>
<!--end classad--> </td>
</tr>
</table>
<table height=5><tr><td></td></tr></table>
<!--begin eachnet-->


<table width=300 cellspacing=0 cellpadding=0 border=0>
<tr>
<td width=135>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://www.eachnet.com><img src=http://adimg.163.com/homepage/eachnet/block/img01.gif alt=易趣竞拍 width=135 height=29 border=0></a>
</td>
<td valign=bottom bgcolor=#6B92D6>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/catlevel.htm><strong><font color=#FFFFFF>买东西</font></strong></a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://www.eachnet.com/fu/product/sell.php><strong><font color=#FFFFFF>卖东西</font></strong></a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://www.eachnet.com/fu/reg/buyer1.php><strong><font color=#FFFF00>免费注册>></font></strong></a>
</td>
</tr>
<tr>
<td background=http://adimg.163.com/homepage/eachnet/block/img02.gif>

<table width=126 align=center cellpadding=0 cellspacing=0 border=0>
<tr><td><a href=
http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://images88.eachnet.com/im/landing/163/card/index.htm><img src=http://adimg.163.com/homepage/eachnet/block/img07.gif alt=西藏免费7日游 width=126 height=89 border=0></a></td></tr>
<tr><td colspan=2 height=50><a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://images88.eachnet.com/im/landing/price/price_1.htm><img src=http://adimg.163.com/homepage/eachnet/block/img09.gif alt=全部商品一元起 width=126 height=39 border=0></a></td></tr>
</table>

</td>
<td height=141 background=http://adimg.163.com/homepage/eachnet/block/img03.gif>

<table width=158 align=center cellpadding=0 cellspacing=0 border=0>
<tr>
<td width=40 height=44>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat2.php?id_parent=3301&type=&listype=><img src=http://adimg.163.com/homepage/eachnet/block/img04.gif width=36 height=36 border=0></a>
</td>
<td width=110 height=44>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat2.php?id_parent=3301>相机</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/lots.php?id_parent=330302>摄象机</a>
<a href=http://ad.cn.doubleclick.net/clk;
7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat2.php?id_parent=3201>随身听</a>
<br>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat1.php?id_parent=34>手机</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat2.php?id_parent=3101>笔记本</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat2.php?id_parent=3210>MP3</a></td>
</tr>
<tr>
<td width=40 height=44><a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://pages.eachnet.com/st/page/action/jewelry0325/page1.htm><img src=http://adimg.163.com/homepage/eachnet/block/img05.gif width=36 height=36 border=0></a></td>
<td height=44>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://pages.eachnet.com/st/page/action/goodmood/page1.htm>女装</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://pages.eachnet.com/st/page/action/jewelry0325/page1.htm>珠宝</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://pages.eachnet.com/st/page/action/goodmood/page2.htm>包包</a>

<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://pages.eachnet.com/st/page/action/goodmood/page3.htm>鞋子</a><br>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat2.php?id_parent=4901>男装</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat2.php?id_parent=4902>男裤</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat2.php?id_parent=4906>配件</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat2.php?id_parent=4904>男包</a>
</td>
</tr>
<tr>
<td width=40 height=44><a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat2.php?id_parent=4511&sceVar4=Tony:HP:SubCat:4511><img src=http://adimg.163.com/homepage/eachnet/block/img06.gif width=36 height=36 border=0></a>
</td>
<td height=44>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat2.php?id_parent=4003>玩具</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?
http://listings.eachnet.com/fu/cat/cat2.php?id_parent=4511>礼品</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat2.php?id_parent=4001>游戏</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat1.php?id_parent=41>居家</a><br>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://image.eachnet.com/st/img/im/sport/sport.htm>运动</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat1.php?id_parent=42>收藏</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat1.php?id_parent=47>汽车</a>
<a href=http://ad.cn.doubleclick.net/clk;7644496;8729171;a?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat1.php?id_parent=44>影音</a>
</td>
</tr>
</table>

</td>
</tr>
</table>

<!--end eachnet--></td>
</tr>
</table>


<table width=750 align=center border=0 cellpadding=0 cellspacing=0>
<tr><td width=440 valign=top>


<!--begin channel-->
<table height=20 cellspacing=0 cellpadding=2 width=100% border=0>
<tr>
<td width=100 class=ptitle>频道精选</td>
<td align=right>
<a href=http://biz.163.com/special/
c/cfo.html>专题:CFO当家时代 微利时代如何让企业向前</a> 
</td>
</tr>
<tr bgcolor=#ff6633><td height=2 colspan=2><spacer type=block height=1></td></tr>
<tr><td height=10 colspan=2></td></tr>
</table>

<table width=100% border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=70>
<a href=http://sports.163.com/><img src=http://cimg.163.com/sport/0406/02/018.jpg width=60 height=75 border=0></a> </td>
<td class=new width=200>
[<a href=http://sports.163.com/ class=new target=_top>体育现场</a>]<br>
<a href=http://sports.163.com/z/gjd/>国足热身2-1匈牙利</a><br><a href=http://sports.163.com/z/nba>NBA:活塞淘汰步行者</a><br><a href=http://sports.163.com/tm/040602/040602_482535(1).html>英格兰热身1-1日本</a><br> </td>
<td width=70>
<a href=http://biz.163.com/><img src=http://cimg.163.com/biz/04/06/01/c0107.jpg width=60 height=75 border=0></a> </td>
<td class=new width=200>
[<a href=http://biz.163.com/ class=new target=_top>商业报道</a>]<br>
<a href=http://biz.163.com/>周正毅被判刑三年</a><br><a href=http://biz.163.com/2004w06/12570/2004w06_1086134225729.html>牛根生向股东下挑战书</a><br><a href=http://biz.163.com/2004w06/12571/2004w06_1086138816147.html>欧倍德人事再起震荡</a><br> </td>
</tr>
</table>

<table width=100% border=0 cellspacing=0 cellpadding=2>
<tr valign=top>
<TD width=220 class=hot>
<a href=http://sports.163.com/tm/040522/040522_478369.html>法网:大小威双双出局<
/a><br><a href=http://sports.163.com/tm/040529/040529_481012.html>AC米兰申花争相耍大牌</a><br><a href=http://sports.163.com/tm/040602/040602_482426(1).html>库娃扬帆欲征服大西洋</a><br> </td>
<TD width=220 class=hot>
<a href=http://biz2.163.com/special/b/bizrw1.html>独家:《基金法》今实施 八问行业困境</a><br><a href=http://biz.163.com/2004w06/12571/2004w06_1086141360636.html>直销员曝内幕:没家企业守规矩</a><br><a href=http://biz.163.com/2004w06/12571/2004w06_1086142309608.html>神州数码放弃多元化 两副总裁离职</a><br> </td>
</tr>
</table>

<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr><td height=10></td></tr>
<tr><td height=1 bgcolor=#FB9D0D><spacer type=block height=1></td></tr>
<tr><td height=10></td></tr>
</table>

<table width=100% border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=70>
<a href=http://tech.163.com/2004w05/12568/2004w05_1085908915234.html><img src=http://cimg.163.com/tech/2004/5/30/200405301751188d626.gif width=60 height=75 border=0></a> </td>
<td width=200 class=new>
[<a href=http://tech.163.com/ target=_top class=new>科技报道</a>]<br>
<a href=http://tech.163.com/2004w05/12568/2004w05_1085908915234.html#rightnow>互联网大会征集网友提问</a><br><a href=http://tech.163.com/2004w06/12570/2004w06_1086052216641.html>托普软件所有股权被冻结</a><br><a href=http://tech.163.com/2004w05/12566/2004w05_1085728329677.html>6·1节给孩子们来点好玩的</a><br> </t
d>
<td width=70>
<a href=http://stock.163.com/economy2003/editor_2003/040601/040601_207176.html><img src=http://cimg.163.com/stock/stock-other/pic2004/20040601/02.jpg width=60 height=75 border=0></a> </td>
<td width=200 class=new>
[<a href=http://stock.163.com/ class=new target=_top>财经中心</a>]<br>
<a href=http://stock.163.com/zhuanqu/cj_daily/index.html>财经媒体园地:财经时报</a><br><a href=http://stock.163.com/economy2003/level2_financing/030909_158427.html>打破基金管理人铁饭碗</a><br><a href=http://stock.163.com/economy2003/level2_stock/030909_158402.html>双鹤药业股价还扛得住吗</a><br> </td>
</tr>
</table>

<table width=100% border=0 cellspacing=0 cellpadding=2>
<tr valign=top>
<TD class=hot width=220>
<a href=http://tech.163.com/2004w05/12569/2004w05_1085967776902.html>摩托罗拉在华推出首款双模式手机</a><br><a href=http://tech.163.com/2004w05/12568/2004w05_1085960092034.html>杭州百家网吧讲强制安装正版Windows</a><br><a href=http://tech.163.com/2004w05/12568/2004w05_1085958751898.html>宋如华拒绝回国接受托普事件调查</a><br> </td>
<TD class=hot width=220>
<a href=http://cimg.163.com/stock/stock-other/zt/shf/index.htm>新桥投资深发展:再续前缘三大疑问</a><br><a href=http://stock.163.com/zhuanqu/zgjjkx/index.html>激情开始涌动起来 新创业时代来临</a><br><a href=http://stock.163.com/economy2003/editor_2003/040601/040601_207083.html>独家:广发基金六月投资策略研究报告</a><br> </td>
</tr>
</table>


<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr><td height=10></td></tr>
<tr><td height=1 bgcolor=#FB9D0D><spacer type=block height=1></td></tr>
<tr><td height=10></td></tr>
</table>

<table width=100% border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=70>
<a href=http://ent.163.com/ent_2003/level1/multimedia.html><img src=http://cimg.163.com/movie/2004/5/20/20040520122256e2302.jpg width=60 height=75 border=0></a> </td>
<td class=new width=200>
[<a href=http://ent.163.com/ class=new target=_top>娱乐</a>-<a href=http://ent.163.com/interview/index.html target=_top class=new target=_top>名人访</a>]<br>
<a href=http://ent.163.com/ent_2003/level1/ring.html>钟丽缇出镜 露性感纹身</a><br><a href=http://ent.163.com/ent_2003/level1/music.html>张惠妹改走创作歌手路线</a><br><a href=http://ent.163.com/channel8/index.html>沈星和林依轮央视下岗</a><br> </td>
<td width=70>
<a href=http://lady.163.com/lady2003/level2/picture0906.html><img src=http://cimg.163.com/lady/0405/27/shufang3.jpg width=60 height=75 border=0></a> </td>
<td class=new width=200>
[<a href=http://lady.163.com/ target=_top class=new>女性</a>-<a href=http://culture.163.com/ target=_top class=new>文化</a>]<br>
<a href=http://lady.163.com/lady2003/editor/role/baby/61/index.html>童颜童语 开心六一</a><br><a href=http://lady.163.com/lady2003/editor/zhuanti/040512/040512_161665.html>美丽的秘密与你分享</a><br><a href=h
ttp://culture.163.com/third/page0213.html>爆笑flash超级榜中榜</a><br> </td>
</tr>
</table>

<table width=100% border=0 cellspacing=0 cellpadding=2>
<tr valign=top>
<TD width=60 class=hot nowrap>
<font class=hot>
[<A href=http://ent.163.com/ent_2003/level1/movie.html class=ch target=_top>电影</A>]<br>
[<A class=ch href=http://game.163.com/ class=ch target=_top>游戏</A>]<br>
[<A class=ch href=http://game.163.com/ class=ch target=_top>游戏</A>]<br>
</font>
</TD>
<TD width=160 class=hot>
<a href=http://ent.163.com/ent_2003/level1/movie.html>彼特裸戏惨遭删减</a><br><a href=http://game.163.com/game2002/editor/040429/040429_188763.html>目击:当今的游戏广告</a><br><a href=http://game.163.com/huodong/e32004/>游戏频道E3大展特别报道</a><br> </td>
<TD width=60 class=hot nowrap>
<font class=hot>
[<A href=http://education.163.com/ class=ch target=_top>教育</A>]<br>
[<A href= http://education.163.com/edu2004/level1/gaokao.html class=ch target=_top>高考</A>]<br>
[<A href=http://abroad.163.com/ class=ch target=_top>出国</A>] <br>
</font>
</TD>
<TD width=160 class=hot>
<a href=http://channel.163.com/education/xlcs/?class_id=7>你世故精明吗?</a> <a href=http://bbs10.netease.com/teach/read.php?forumcode=54&postid=6916>寂寞烟花</a></a><br><a href=http://education.163.com/edu2004/level1/gaokao.html>北京:高考两天晴朗闷热</a><br><a href=http://abroad.163.com/>留美硕士的养猪乌托邦</a><br> </td>

</tr>
</table>

<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr><td height=10></td></tr>
<tr><td height=1 bgcolor=#FB9D0D><spacer type=block height=1></td></tr>
<tr><td height=10></td></tr>
</table>

<table width=100% border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=70>
<a href=http://home.163.com/special/t/t-rent.html><img src=http://cimg.163.com/home/2004/6/2/200406021200397419e.jpg width=60 height=75 border=0></a> </td>
<td class=new width=200>
[<a href=http://home.163.com/inhouse.html class=new target=_top>房产</a>-<a href=http://auto.163.com/ target=_top class=new>汽车</a>]<br>
<a href=http://home3.163.com/bbs/index.jsp>中国最昂贵的市政府</a><br><a href=http://auto.163.com/>大众全球质量排倒数第二</a><br><a href=http://buy.163.com> <a href="http://dpshow.163.com/zt.html" target="_blank">dpshow美女外拍</a> <a href=" http://buy.163.com/club.html " target="_blank">俱乐部</a></a><br> </td>
<td width=70>
<a href=http://travel.163.com><img src=http://cimg.163.com/travel/0406/01/first.jpg width=60 height=75 border=0></a> </td>
<td class=new width=200>
[<a href=http://life.163.com/ class=new target=_top>生活</a>-<a href=http://travel.163.com/ target=_top class=new>旅游</a>]<br>
<a href=http://life.163.com/2004w06/12570/2004w06_1086062652329.html>傍富姐:男性选妻新秘密</a><br><a href=http://travel.163.com>重庆街头 性感美人风情画</a><br><a href=http://bbs7.net
ease.com/travel/read.php?forumcode=69&postid=17192&pageid=1&kind=readthread>见闻 日本少女"美貌援交"</a><br> </td>
</tr>
</table>

<table width=100% border=0 cellspacing=0 cellpadding=2>
<tr valign=top>
<TD width=60 class=hot nowrap>
<font class=hot>
[<A href=http://house.163.com/ class=ch target=_top>房产</A>]<br>
[<A href=http://auto.163.com/ class=ch target=_top >汽车</A>]<br>
[<A href=http://buy.163.com/ class=ch target=_top>导购</A>]<br>
</font>
</TD>
<TD width=160 class=hot>
<a href=http://home.163.com/2004w06/12571/2004w06_1086140427135.html>1.6亿民工血汗钱遭拖欠</a><br><a href=http://auto.163.com>牧马人-与北京擦肩而过</a><br><a href=http://buy.163.com/><a href="http://buy.163.com/">O记利器 8080评测</a> <a href="http://bbs8.netease.com/dpclub/viewthread.php?tid=663&fpage=1" >招聘</a></a><br> </td>
<TD width=60 class=hot nowrap>
<font class=hot>
[<A href=http://health.163.com/ class=ch target=_top>健康</A>]<br>
[<A href=http://gz.163.com/ class=ch target=_top>广东</A>]<br>
[<A href=http://sh.163.com/ class=ch target=_top>上海</A>] <br>
</font>
</TD>
<TD width=160 class=hot>
<a href=http://life.163.com/2004w06/12570/2004w06_1086060874179.html>男人色情还是女人绝情?</a><br><a href=http://life.163.com/2004w05/12566/2004w05_1085732105165.html>第三者为何总能笑到最后</a><br><a href=http://sh.163.com>现代男人偷情无痕大法!</a><br> </td>
</tr>
</table>
<!--end channe
l--> <!--begin special banner 440x47px-->
<TABLE width=100% border=0 cellpadding=0 cellspacing=0>
<tr><td>
<iframe
src="http://adclient.163.com/html.ng/site=netease&affiliate=homepage&cat=homepage&type=longbanner&location=1" width="440" height="47" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no">
</iframe>





</td></tr>
</TABLE>
<!--end special banner 440x47px-->

</td>
<td width=10><br></td>
<td width=300>

<table width=100% border=0 cellpadding=2 cellspacing=1 bgcolor=FBF0A9 class=borders2 >
<tr><form method=GET action=http://stock2.163.com/stock/c target=_blank>
<td > <a href=http://stock.163.com class=lw target=_blank>证券市场</a></td><td align=right> <input name=code maxlength=20 size=10 value=代码或拼音 onmouseover='if(this.value=="代码或拼音")this.select();'> <input type=submit value=查询 name='submit' class=sinput>
</td></tr></form>
<tr bgcolor=#FFFFCC >
<td height=20 align=center colspan=2 nowrap><img src=http://cimg.163.com/stock/d.gif width=9 height=11><a href= http://quote.stock.163.com/q/a00001.htm target=_blank><b>上证</b></a><font color=green> 1567.07  -0.80%</font> <img src=http://cimg.163.com/stock/d.gif width=9 height=11><a href= http://quote.stock.163.com/q/399001.htm target=_blank><b>深证</b></a><font color=green> 3597.30  -0.97%</font>
</td></tr>
<tr bgcolor=#FFFFCC><td height=20 align=center colspan=2>
 <a href=http://quote.s
tock.163.com/h/s/reports.htm target=_blank>涨跌排行</a>
 <a href=http://stocksms.163.com/portfolio/bklogintest.jsp target=_blank>投资组合</a>
 <a href=http://media.stock.163.com/ target=_blank>媒体园地</a>
 <a href=http://stock.163.com/economy2003/editor_2003/bwhm.html target=_blank>把玩黑马</a>
</td></tr>
<tr bgcolor=#FFFFCC ><td height=20 align=center colspan=2>
 <a href=http://stock.163.com/ target=_blank>重点关注:中国证券市场月度报告</</a>
</td></tr></table>
<table height=5><tr><td></td></tr></table>
<table width=100% border=0 cellspacing=0 cellpadding=0>
<tr>
<td align=right>



<iframe src="http://adclient.163.com/html.ng/site=netease&affiliate=homepage&cat=homepage&type=logo300120&location=2" width="300" height="120" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
</td>
</tr>
</table>
<table height=5><tr><td></td></tr></table>
<table width=100% border=0 cellpadding=0 cellspacing=3 class=borders>
<tr>
<td>
<!--begin mall-->
<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr>
<td class=wtitle colspan=2>
<A HREF=http://mall.163.com/ class=lw target=_top><font color="#FFFFFF">商城</font></A>       <font color=white class=p1>→</font>
<a href=http://design.163.com/mall/newmall_ad/to.php?advID=21905&advTbl=0><font color=white class=p1>图书大折扣,1元送!</font></a> </td>

</tr>
<tr bgcolor=#0F5892><td colspan=2 height=2><spacer type=block height=1></td></tr>
<tr><td height=8 colspan=2><spacer type=block height=1></td></tr>
<tr>
<td width=50% align=right>

<a href=http://design.163.com/mall/newmall_ad/to.php?advID=1188&advTbl=0&j=i><img src=http://dimg.163.com/mall/ad/pic/2004-05-24/7cv_108538141470-50.gif border=0 width=70 height=50></a>
<a href=http://design.163.com/mall/newmall_ad/to.php?advID=27162&advTbl=0><img src=http://dimg.163.com/mall/ad/pic/2004-05-19/010buy_108493303970x50.gif border=0 width=70 height=50></a> </td>
<td width=50% class=hot>

·<a href=http://design.163.com/mall/newmall_ad/to.php?advID=242&advTbl=3>节日鲜花礼品一站购齐</a><br>
·<a href=http://design.163.com/mall/newmall_ad/to.php?advID=1530&advTbl=0>激情内衣 撩动女人心弦</a><br>
·<a href=http://design.163.com/mall/newmall_ad/to.php?advID=245&advTbl=1><font color=ff0000>赛尼可免费轻盈大派送!</font></a><br> </td>
</tr>
<tr>
<td class=hot>

·<a href=http://design.163.com/mall/newmall_ad/to.php?advID=27198&advTbl=0>MSC最专业的MP3</a><br>

·<a href=http://design.163.com/mall/newmall_ad/to.php?advID=1890&advTbl=0>持久重振男根威猛雄风</a><br>

·<a href=http://design.163.com/mall/newmall_ad/to.php?advID=9141&advTbl=0>六一儿童用品惊喜价</a><br>

·<a href=http://design.163.com/mall/newmall_ad/to.php?advID=15111&advTbl=0>柯达
相机--新款热卖!</a><br>
</td>
<td class=hot>

·<a href=http://design.163.com/mall/newmall_ad/to.php?advID=10265&advTbl=0>防晒、香水、减肥、丰胸</a><br>

·<a href=http://design.163.com/mall/newmall_ad/to.php?advID=21907&advTbl=0 >免费看大片,立刻来拿!</a><br>

·<a href=http://design.163.com/mall/newmall_ad/to.php?advID=250&advTbl=2>精品zippo火机!!</a><br>

·<a href=http://design.163.com/mall/newmall_ad/to.php?advID=252&advTbl=2>万种商品一元起拍!!</a><br>
</td>
</tr>
<tr><td class=hot colspan=2>

 <a href=http://design.163.com/mall/newmall_ad/to.php?advID=9220&advTbl=0>户外野营用品,帐篷烤具组合桌椅等特价热销</a><br>
</td></tr>
<tr>
<td height=23 colspan=2 align=center class=hot>
 
<a href=http://olymsports.163.com/><font color=red>体育</font></a>

<a href=http://www.no5.com.cn/?from=netease><font color=red>护肤</font></a>

<a href=http://ad.cn.doubleclick.net/clk;6907608;8729273;z?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat1.php?id_parent=34&sceVar4=HP:Meta:34><font color=red>手机</font></a>

<a href=http://www.bolchina.com/cgi-bin/bol/bol/hmp_dp_006.jsp?referCode=28559><font color=red>书CD</font></a>

<a href=http://mall.163.com/newmall/zx/2collaborate1600.jsp?http://www.5288.com><font color=red>鲜花</font></a>

<a href=http:
//ad.cn.doubleclick.net/clk;6907608;8729273;z?http://im9.eachnet.com/fu/co/rd.php?http://listings.eachnet.com/fu/cat/cat1.php?id_parent=35&sceVar4=HP:Meta:35><font color=red>服装</font></a>

<a href=http://www.wg365.com.cn/163.asp?link=dianqi.asp><font color=red>家电</font></a>

<a href=http://nmall.7cv.com/health.php><font color=red>保健</font></a>

<a href=http://www.010buy.com/163010buy.asp?uurrll=http://www.010buy.com><font color=red>数码</font></a>
</td>
</tr>
</table>
<!--end mall--> </td>
</tr>
</table>

<table height=10><tr><td></td></tr></table>
<iframe src="http://adclient.163.com/html.ng/site=netease&affiliate=homepage&cat=homepage&type=logo300120&location=3" width="300" height="120" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<table height=10><tr><td></td></tr></table>
<!--begin corpnews-->
<table width=100% border=0 cellpadding=3 cellspacing=0 class=borders>
<tr>
<td>
<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr><td class=wtitle>网易动态</td></tr>
<tr bgcolor=#0F5892><td height=2><spacer height=1></td></tr>
<tr><td height=8><spacer height=1></td></tr>
<tr>
<td class=hot>

·<a href=http://corp.163.com/corpnews/editor/040430/040430_1898.html>网易公司宣布2004年第一季度财务业绩</a><br>
·<a href=http://corp.163.com/corpnews/editor/040329/040329_1871.html>2004
?兹???谴笮卸?芫鋈?诒本┞≈鼐傩?/a><br>
·<a href=http://corp.163.com/corpnews/editor/040323/040323_1862.html>网易推出高品质房地产平台“广东地产频道”</a><br> ·<a href=http://corp.163.com/corpnews/index.html target=_top>更多</a>...
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--end corpnews-->

</td>
</tr>
</table><br>
<table width=750 align=center border=0 cellpadding=0 cellspacing=0>
<tr align=center>

<td height=20>频道: </td>
<td><a href=http://news.163.com/ target=_top>新闻</a></td>
<td><a href=http://sports.163.com/ target=_top>体育</a></td>
<td><a href=http://stock.163.com/ target=_top>财经</a></td>
<td><a href=http://tech.163.com/ target=_top> 科技</a></td>
<td><a href=http://biz.163.com/ target=_top>商业</a></td>
<td><a href=http://game.163.com/ target=_top> 游戏</a></td>
<td><a href=http://ent.163.com/ target=_top> 娱乐</a></td>
<td><a href=http://lady.163.com/ target=_top>女性</a></td>
<td><a href=http://life.163.com/ target=_top> 生活</a></td>
<td><a href=http://home.163.com/ target=_top>房产</a></td>
<td><a href=http://jobs.163.com/ target=_top> 招聘</a></td>
<td><a href=http://travel.163.com/ target=_top>旅游</a></td>
<td><a href=http://health.163.com/ target=_top>健康</a></td>
<td><a href=http://culture.163.com/ target=_top>文化</a></td>
<td><a href=http://education.163.com/ target=_top>教育</a></td>
<td><a href=http://abroad.163.com/ target=_top>出国</a></td>
<td><a href=http://
auto.163.com/ target=_top> 汽车</a></td>
<td><a href=http://mobile.163.com/ target=_top>手机</a></td>
<td><a href=http://buy.163.com/ target=_top> 导购</a></td>
<td><a href=http://gz.163.com/ target=_top>广东</a></td>
<td><a href=http://sh.163.com/ target=_top>上海</a></td>

</tr>
</table>

<table border=0 align=center cellspacing=0 cellpadding=0 width=750><tr><td height=4 bgcolor=eeeeee><spacer type=block height=1></td></tr></table>

<table width=750 align=center border=0 cellspacing=0 cellpadding=0>
<tr>
<td align=center colspan=3 height=30><font color=000066><a href=http://corp.163.com/index_eng.html target=_top>About NetEase</a> - <a href=http://corp.163.com/index_gb.html target=_top>公司简介</a> - <a href=http://corp.163.com/gb/contactus/c_how.html target=_top>联系方法</a> - <a href=http://corp.163.com/gb/job/job.html target=_top>招聘信息</a> - <a href=http://corp.163.com/gb/contactus/contactus.html target=_top>客户服务</a> - <a href=http://love.163.com/say3.jsp>意见反馈</a> -
<a href=http://corp.163.com/gb/legal/legal.html target=_top>相关法律</a> - <a href=http://power.163.com/adpage/salescenter/index.html target=_top>广告服务</a> - <a href=http://help.163.com/ target=_top>帮助中心</a></font>
</td>
</tr>
<tr>
<td width=240></td>
<td width=270 align=center class=p2>
网易公司版权所有  ©1997-2004<BR><a href=http://images.163.com/images/163/license_040421.gif>ICP证粤B2-20030235</a> <a href=http://images.163.com/image
s/163/cert.jpg>互联网出版许可证粤002号</a><br><a href=http://www.gdca.gov.cn/>广东省通讯管理局</a><BR>北京市通信公司营业局提供网络带宽</td>
<td width=240>
<a href=http://www.hd315.gov.cn/beian/view.asp?bianhao=0102000102300012 target=_gsj><img src=http://www.163.com/wwwimages/biaoshi.gif border=0 width=40 height=48></a>
</td>
</tr>
</table>
<a href="mailto:a@as.netease.com"></a><a href="mailto:1@as.netease.com"></a>


<img src='http://adgeo.163.com/ad_cookies' border=0 width=0 height=0>



<!--begin mtrl liu mei ti: 000389-->
<SCRIPT FOR='mtrl' EVENT='FSCommand()' LANGUAGE='JavaScript'>
mtrldiv.style.visibility='hidden';
</script>
<script language=javascript>
document.ns = navigator.appName == "Netscape"

if(document.ns){}
else {

xleft = 290
xtop = 210

xposition = document.body.offsetWidth/2-389+xleft;
document.write('<div id=mtrldiv style="position:absolute; left:' + xposition + 'px; top:' + xtop + 'px; visibility:visible;">')
document.write('<EMBED src=http://adimg.163.com/homepage/motorola/s040525mtrl_200150.swf quality=high width=200 height=150 id="mtrl" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></div>')
}
</script>
<!--end mtrl liu mei ti-->








<script language=javascript src=http://popme.163.com/js/eachnet_l_img.js></script>













<script language=javascript src=http://popme.163.com/js/bodao040601
_r_img.js></script>

<script language=javascript>


window.open('http://popme.163.com/ad/smsad.html','sms','width=400,height=300,top=0,left=0')




focusid=setTimeout("focus();window.open('http://popme.163.com/ad/homepopwin2.html','ad','width=400,height=300,top=0,left=0')",5);






















</script>






<script language="javascript">
var icast_channel_ID=103;
if ( typeof(icast_channel_ID) != 'number' ) icast_channel_ID = -1;
var _iCast_Controller_init=[icast_channel_ID, 42237, "http://images.163.com/icast/xinji/", "http://images.163.com/icast/skin/white/", "http://images.163.com/forflash/flash/", "", "42237a.swf", "http://track.icast.com.cn/tracker/trackerI2.dll", 400, 300, 292, 275, 0, "", false, "#000000", "42237a.zip"];
document.write('<sc'+'ript language=jscript.encode src="http://images.163.com/icast/xinji/icast.txt"></scr'+'ipt>');
</script>



</body>
</html>

 
.顶..请高手....指教...
 
看来服务器是“网易”的,那么很不信的告诉你,怎么都不可能不被断开。
标准的web服务器都是这样的。
 
常识:web服务器就是这么响应请求的
 
http响应本身就是这样,一应一答。然后断开。自已再联上去就行了
 

Similar threads

I
回复
0
查看
2K
import
I
I
回复
0
查看
2K
import
I
I
回复
0
查看
2K
import
I
I
回复
0
查看
1K
import
I
顶部