<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--[31,652,1] published at 2009-12-03 07:36:08 from #153 by 1633-->
<!-- LLTJ_MT:name =" " -->
<!-- LLTJ_ZT:url="http://finance.sina.com.cn/focus/jjrw_2009/index.shtml"; name="2009中国经济年度人物评选,jjrw_2009";type="SY"; -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>2009中国经济年度人物评选_新浪财经_新浪网</title>
<meta name="keywords" content="2009中国经济年度人物评选,经济" />
<meta name="description" content="2009中国经济年度人物评选" />
<meta http-equiv="Content-type" content="text/html; charset=gb2312" />
<style type="text/css">
<!--
html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,th,img{margin:0;padding:0;border:0;}
select,input{vertical-align:middle;font-size:12px;}
textarea,td,div,input,p{font-size:12px;}
ul,lo{list-style:none;}
img{border:0;}
body{/*background:url(http://i0.sinaimg.cn/cj/pic/yangshi/img/yh_main_bg_02.png) repeat-x 0 32px #c70103;*/color:#59493f;text-align:center}
a{text-decoration:none;color:#333}
a:hover{color:#f00; text-decoration:underline;}
.clearit{clear:both;font-size:0;line-height:0;height:0;}
.topBg{/*background:url(http://i1.sinaimg.cn/cj/pic/yangshi/img/yh_banner_1103_02.jpg) no-repeat 50% 0;*/min-width:960px; margin:0 auto 10px;}
#wrap{width:950px;text-align:left;margin:0 auto;padding-top:0}
.PartA { overflow:hidden;zoom:1}
.PartA .P_Left{width:549px;float:left;}
.PartA .P_Right{width:393px;float:right; background:#fff}
.PAL_L{float:left;width:312px;}
.PAL_R{float:left;width:258px;margin-left:10px;}
.FocusImg{background: url(http://i2.sinaimg.cn/cj/pic/yangshi/img/focus.png);width:549px;position:relative;zoom:1;overflow:hidden; height:293px}
.FocusImg .BigPic{text-align:center;width:423px;height:282px;overflow:hidden;text-align:left; padding:6px}
.FocusImg .BigPic img{width:420px;height:280px;border:1px solid #6A4800;display:block;margin:0 auto;FILTER: revealTrans(duration=0.5,transition=23);}
.FocusImg .TitleBg{height:48px;width:472px;position:absolute;top:198px;left:0px;background:#fff;filter:Alpha(Opacity=58);opacity:0.58;z-index:10; display:none}
.FocusImg .TitleBox{width:445px;position:absolute;top:202px;left:14px;font-size:12px;color:#333;line-height:20px;z-index:20;text-indent:2em; display:none}
.FocusImg a:link,.FocusImg a:visited{color:#333;text-decoration:none;}
.FocusImg a:hover{color:#f00;text-decoration:underline;}
.FocusImg .SmallPics{position:absolute;right:0;_right:-1px;top:0;z-index:100; padding:3px 3px 0 0}
.FocusImg .SmallPics span{padding:4px 2px 0 10px;display:block;}
.FocusImg .SmallPics span img{width:98px;height:65px; border:solid 1px #6A4800}
.FocusImg .SmallPics span.selected{background:url(http://i0.sinaimg.cn/cj/pic/yangshi/img/f_arr.png) no-repeat 0 50%;position:relative;z-index:100;}
.FocusImg .SmallPics span.selected img{ border-color:#fff}
-->
</style>
<script language="javascript" type="text/javascript">
<!--//--><![CDATA[//><!--
/*
舌签构造函数
SubShowClass(ID[,eventType][,defaultID][,openClassName][,closeClassName])
version 1.30
*/
function SubShowClass(ID,eventType,defaultID,openClassName,closeClassName){this.parentObj=SubShowClass.$(ID);if(this.parentObj==null&&ID!="none"){throw new Error("SubShowClass(ID)参数错误:ID 对像不存在!(value:"+ID+")")};if(!SubShowClass.childs){SubShowClass.childs=[]};this.ID=SubShowClass.childs.length;SubShowClass.childs.push(this);this.lock=false;this.label=[];this.defaultID=defaultID==null?0:defaultID;this.selectedIndex=this.defaultID;this.openClassName=openClassName==null?"selected":openClassName;this.closeClassName=closeClassName==null?"":closeClassName;this.mouseIn=false;var mouseInFunc=Function("SubShowClass.childs["+this.ID+"].mouseIn = true"),mouseOutFunc=Function("SubShowClass.childs["+this.ID+"].mouseIn = false");if(ID!="none"){if(this.parentObj.attachEvent){this.parentObj.attachEvent("onmouseover",mouseInFunc)}else{this.parentObj.addEventListener("mouseover",mouseInFunc,false)}};if(ID!="none"){if(this.parentObj.attachEvent){this.parentObj.attachEvent("onmouseout",mouseOutFunc)}else{this.parentObj.addEventListener("mouseout",mouseOutFunc,false)}};if(typeof(eventType)!="string"){eventType="onmousedown"};eventType=eventType.toLowerCase();switch(eventType){case "onmouseover":this.eventType="mouseover";break;case "onmouseout":this.eventType="mouseout";break;case "onclick":this.eventType="click";break;case "onmouseup":this.eventType="mouseup";break;default:this.eventType="mousedown"};this.autoPlay=false;this.autoPlayTimeObj=null;this.spaceTime=5000};SubShowClass.prototype.version="1.30";SubShowClass.prototype.author="mengjia";SubShowClass.prototype._setClassName=function(l,I){var o=this,i;i=l.className;if(i){i=i.replace(o.openClassName,"");i=i.replace(o.closeClassName,"");i+=" "+(I=="open"?o.openClassName:o.closeClassName)}else{i=(I=="open"?o.openClassName:o.closeClassName)};l.className=i};SubShowClass.prototype.addLabel=function(labelID,contID,parentBg,springEvent,blurEvent){if(SubShowClass.$(labelID)==null&&labelID!="none"){throw new Error("addLabel(labelID)参数错误:labelID 对像不存在!(value:"+labelID+")")};var TempID=this.label.length;if(parentBg==""){parentBg=null};this.label.push([labelID,contID,parentBg,springEvent,blurEvent]);var tempFunc=Function('SubShowClass.childs['+this.ID+'].select('+TempID+')');if(labelID!="none"){if(SubShowClass.$(labelID).attachEvent){SubShowClass.$(labelID).attachEvent("on"+this.eventType,tempFunc)}else{SubShowClass.$(labelID).addEventListener(this.eventType,tempFunc,false)}};if(TempID==this.defaultID){if(labelID!="none"){this._setClassName(SubShowClass.$(labelID),"open")};if(SubShowClass.$(contID)){SubShowClass.$(contID).style.display=""};if(this.ID!="none"){if(parentBg!=null){this.parentObj.style.background=parentBg}};if(springEvent!=null){eval(springEvent)}}else{if(labelID!="none"){this._setClassName(SubShowClass.$(labelID),"close")};if(SubShowClass.$(contID)){SubShowClass.$(contID).style.display="none"}};var mouseInFunc=Function("SubShowClass.childs["+this.ID+"].mouseIn = true"),mouseOutFunc=Function("SubShowClass.childs["+this.ID+"].mouseIn = false");if(SubShowClass.$(contID)){if(SubShowClass.$(contID).attachEvent){SubShowClass.$(contID).attachEvent("onmouseover",mouseInFunc)}else{SubShowClass.$(contID).addEventListener("mouseover",mouseInFunc,false)};if(SubShowClass.$(contID).attachEvent){SubShowClass.$(contID).attachEvent("onmouseout",mouseOutFunc)}else{SubShowClass.$(contID).addEventListener("mouseout",mouseOutFunc,false)}}};SubShowClass.prototype.select=function(num,force){if(typeof(num)!="number"){throw new Error("select(num)参数错误:num 不是 number 类型!(value:"+num+")")};if(force!=true&&this.selectedIndex==num){return};var i;for(i=0;i<this.label.length;i++){if(i==num){if(this.label[i][0]!="none"){this._setClassName(SubShowClass.$(this.label[i][0]),"open")};if(SubShowClass.$(this.label[i][1])){SubShowClass.$(this.label[i][1]).style.display=""};if(this.ID!="none"){if(this.label[i][2]!=null){this.parentObj.style.background=this.label[i][2]}};if(this.label[i][3]!=null){eval(this.label[i][3])}}else if(this.selectedIndex==i||force==true){if(this.label[i][0]!="none"){this._setClassName(SubShowClass.$(this.label[i][0]),"close")};if(SubShowClass.$(this.label[i][1])){SubShowClass.$(this.label[i][1]).style.display="none"};if(this.label[i][4]!=null){eval(this.label[i][4])}}};this.selectedIndex=num};SubShowClass.prototype.random=function(){var O=this;if(arguments.length!=O.label.length){throw new Error("random()参数错误:参数数量与标签数量不符!(length:"+arguments.length+")")};var l=0,o;for(o=0;o<arguments.length;o++){l+=arguments[o]};var I=Math.random(),i=0;for(o=0;o<arguments.length;o++){i+=arguments[o]/l;if(I<i){O.select(o);break}}};SubShowClass.prototype.order=function(){var O=this;if(arguments.length!=O.label.length){throw new Error("order()参数错误:参数数量与标签数量不符!(length:"+arguments.length+")")};if(!(/^/d+$/).test(SubShowClass.sum)){return};var i=0,o;for(o=0;o<arguments.length;o++){i+=arguments[o]};var I=SubShowClass.sum%i;if(I==0){I=i};var l=0;for(o=0;o<arguments.length;o++){l+=arguments[o];if(l>=I){O.select(o);break}}};SubShowClass.prototype.play=function(spTime){if(typeof(spTime)=="number"){this.spaceTime=spTime};clearInterval(this.autoPlayTimeObj);this.autoPlayTimeObj=setInterval("SubShowClass.childs["+this.ID+"].autoPlayFunc()",this.spaceTime);this.autoPlay=true};SubShowClass.prototype.autoPlayFunc=function(){var i=this;if(i.autoPlay==false||i.mouseIn==true){return};i.nextLabel()};SubShowClass.prototype.nextLabel=function(){var index=this.selectedIndex;index++;if(index>=this.label.length){index=0};this.select(index);if(this.autoPlay==true){clearInterval(this.autoPlayTimeObj);this.autoPlayTimeObj=setInterval("SubShowClass.childs["+this.ID+"].autoPlayFunc()",this.spaceTime)}};SubShowClass.prototype.previousLabel=function(){var index=this.selectedIndex;index--;if(index<0){index=this.label.length-1};this.select(index);if(this.autoPlay==true){clearInterval(this.autoPlayTimeObj);this.autoPlayTimeObj=setInterval("SubShowClass.childs["+this.ID+"].autoPlayFunc()",this.spaceTime)}};SubShowClass.prototype.stop=function(){var i=this;clearInterval(i.autoPlayTimeObj);i.autoPlay=false};SubShowClass.$=function(objName){if(document.getElementById){return eval('document.getElementById("'+objName+'")')}else{return eval('document.all.'+objName)}};SubShowClass.readCookie=function(O){var o="",l=O+"=";if(document.cookie.length>0){var i=document.cookie.indexOf(l);if(i!=-1){i+=l.length;var I=document.cookie.indexOf(";",i);if(I==-1)I=document.cookie.length;o=unescape(document.cookie.substring(i,I))}};return o};SubShowClass.writeCookie=function(i,l,o,c){var O="",I="";if(o!=null){O=new Date((new Date).getTime()+o*3600000);O="; expires="+O.toGMTString()};if(c!=null){I=";domain="+c};document.cookie=i+"="+escape(l)+O+I};SubShowClass.sum=SubShowClass.readCookie("SSCSum");if((/^/d+$/).test(SubShowClass.sum)){SubShowClass.sum++}else{SubShowClass.sum=1};SubShowClass.writeCookie("SSCSum",SubShowClass.sum,12);
//--><!]]>
</script>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
</head>
<body><!-- SUDA_CODE_START -->
<div style='position:absolute;top:0;left:0;width:0;height:0;z-index:1'><div style='position:absolute;top:0;left:0;width:1;height:1;'><iframe id='SUDA_FC' src='' width=1 height=1 SCROLLING=NO FRAMEBORDER=0></iframe></div><div style='position:absolute;top:0;left:0;width:0;height:0;visibility:hidden' id='SUDA_CS_DIV'></div></div>
<script type="text/javascript">
//<!--
var _S_JV_="webbug_meta_ref_mod_noiframe_async_fc_:8.56a",_S_DPID_="-9999-0-0-1",_S_DOMAINROOT="sina.com.cn";var _S_PW_=window;var _S_PWD_=_S_PW_.document;var _S_PWDL_=_S_PWD_.location;var _S_BN_=navigator;var _S_NAN_=_S_BN_.appName.indexOf('Microsoft Internet Explorer')>-1?'MSIE':_S_BN_.appName;var _S_NAV_=_S_BN_.appVersion;var _S_PURL_=_S_PWDL_.href.toLowerCase();var _S_PREF_=_S_PWD_.referrer.toLowerCase();var _SP_MPID_="";
var _S_PID_="",_S_UNA_="SUP",_S_MI_="",_S_SID_="Apache",_S_GID_="SINAGLOBAL",_S_LV_="ULV",_S_UO_="UOR",_S_UPA_="_s_upa",_S_IFW=320,_S_IFH=240,_S_GIDT=0,_S_EXT1="",_S_EXT2="",_S_SMC=0,_S_SMM=10000;try{if (_S_ET>=0){_S_ET=_S_ET;}else{var _S_ET=0;}}catch(e){var _S_ET=0;}
var _S_HTTP=_S_PURL_.indexOf('https')>-1?'https://':'http://';var _S_BCNDOMAIN="beacon.sina.com.cn";var _S_CP_RF=_S_HTTP+_S_BCNDOMAIN+"/a.gif";var _S_CP_RF_D=_S_HTTP+_S_BCNDOMAIN+"/d.gif";var _S_CP_RF_E=_S_HTTP+_S_BCNDOMAIN+"/e.gif";var _S_CP_FC=_S_HTTP+_S_BCNDOMAIN+"/fc.html";
function _S_gKeyV(src,k,e,sp){if(src==""){return "";}if(sp==""){sp="=";}k=k+sp;var ps=src.indexOf(k);if(ps<0){return "";}ps=ps+k.length;var pe=src.indexOf(e,ps);if(pe<ps){pe=src.length;}return src.substring(ps,pe);}
function _S_gUCk(ckName){if (("undefined"==ckName)||(""==ckName))return "";return _S_gKeyV(_S_PWD_.cookie,ckName,";","")};
function _S_sUCk(ckName,ckValue,ckdays){if(ckValue !=null){if(("undefined"==ckdays)||(null==ckdays)){_S_PWD_.cookie=ckName+"="+ ckValue+";domain="+_S_DOMAINROOT+";path=/";}else{var now=new Date();var time=now.getTime();time=time + 86400000*ckdays;now.setTime(time);time=now.getTime();_S_PWD_.cookie=ckName+"="+ckValue+";domain="+_S_DOMAINROOT+";expires="+now.toUTCString()+";path=/";}}}
function _S_gMeta(MName){pMeta=_S_PWD_.getElementsByName(MName);return (pMeta.length>0)?pMeta[0].content:"";}
function _S_gCid(){try {metaTxt=_S_gMeta("publishid");if(""!=metaTxt){pbidList=metaTxt.split(",");if(pbidList.length>0) {if(pbidList.length>=3){_S_DPID_="-9999-0-"+pbidList[1]+"-"+pbidList[2];}return pbidList[0];}}else{return "0";}}catch(e){return "0";}}
function _S_gsSID(){var sid=_S_gUCk(_S_SID_);if(""==sid){_S_sSID();}return sid;}function _S_sSID(){_S_p2Bcn("",_S_CP_RF_D);}function _S_sSIDV(_s_sidv){if(""!=_s_sidv){_S_sUCk(_S_SID_,_s_sidv);}}
function _S_gGID(){return _S_gUCk(_S_GID_);}function _S_sGID(gid){if(""!=gid){_S_sUCk(_S_GID_,gid,3650);}}
function _S_IFC2GID(){var _S_ifc=_S_PWD_.getElementById("SUDA_FC");if(_S_ifc){_S_ifc.src=_S_CP_FC+"?a=g&n="+_S_GID_+"&r="+Math.random();}}
function _S_gsGID(){if(""!=_S_GID_){var gid=_S_gUCk(_S_GID_);if(""==gid){_S_IFC2GID();}return gid;}else{return "";}}
function _S_p2Bcn(q,u){var scd=_S_PWD_.getElementById("SUDA_CS_DIV");if(null!=scd){var now=new Date();scd.innerHTML="<img width=0 height=0 src='"+u+"?"+q+"gUid_"+now.getTime()+"' border='0' alt='' />";}}
function _S_gConType(){var ct="";try{_S_PWD_.body.addBehavior("#default#clientCaps");ct=_S_PWD_.body.connectionType;}catch(e){ct="unkown";}return ct;}
function _S_isHome(){var cul="";var isH="";try{cul=_S_PURL_;_S_PWD_.body.addBehavior("#default#homePage");isH=_S_PWD_.body.isHomePage(cul)?"Y":"N";}catch(e){isH="unkown";}return isH;}
function _S_isFreshMeta(){var ph=_S_PWD_.documentElement.innerHTML.substring(0,1024);var reg=new RegExp("<meta//s*http-equiv//s*=((//s*refresh//s*)|(/'refresh/')|(/"refresh/"))/s*content/s*=","ig");return reg.test(ph);}
function _S_isIFrameSelf(){if(_S_PW_.top==_S_PW_){return false;}else{try{if(_S_PWD_.body.clientHeight==0){return false;}if((_S_PWD_.body.clientHeight>=_S_IFH)&&(_S_PWD_.body.clientWidth>=_S_IFW)){return false;}else{return true;}}catch(e){return true;}}}
function _S_gJVer(){var p,appsign,appver,jsver=1.0,isN6=0;if ('MSIE'==_S_NAN_){appsign='MSIE';p=_S_NAV_.indexOf(appsign);if (p>=0){appver=parseInt(_S_NAV_.substring(p+5));if(3<=appver){jsver=1.1;if(4<=appver){jsver=1.3;}}}}else if(("Netscape"==_S_NAN_)||("Opera"==_S_NAN_)||("Mozilla"==_S_NAN_)){jsver=1.3;appsign='Netscape6';p=_S_NAV_.indexOf(appsign);if(p>=0){jsver=1.5;}}return jsver;}
function _S_gPageInfo(pid,ref){return _S_gsSID()+"|pid:"+pid+"||st:"+_S_gMC()+"|et:"+_S_ET+"|"+escape(ref)+"|hp:"+_S_isHome()+"|lb:1|PGLS:"+_S_gMeta("stencil")+"|keys:"+_S_gMeta("keywords")+"|"+_S_EXT1+"|"+_S_EXT2+"|*|";}
function _S_gEnvInfo(){var now=new Date();return "sz:"+screen.width+"x"+screen.height+"||dp:"+screen.colorDepth+"||ac:"+_S_BN_.appCodeName+"||an:"+_S_NAN_+"||av:0||cpu:"+_S_BN_.cpuClass+"||pf:"+_S_BN_.platform+"||jv:"+_S_gJVer()+"||ct:"+_S_gConType()+"||lg:"+_S_BN_.systemLanguage+"||tz:"+now.getTimezoneOffset()/60;}
function _S_pBeacon(pid,ext1,ext2){try{var gid=_S_gsGID();if(""==gid){if(_S_GIDT<1){_S_PW_.setTimeout("_S_pBeacon('"+pid+"','"+ext1+"','"+ext2+"',0)",3000);_S_GIDT++;return;}else{gid=_S_gsSID();_S_sGID(gid);}}if(("undefined"==pid)||(""==pid)){pid=_S_gCid()+_S_DPID_;}_SP_MPID_=pid;_S_EXT1=("undefined"==ext1)?_S_EXT1:ext1;_S_EXT2=("undefined"==ext2)?_S_EXT2:ext2;var ckValue=_S_gEnvInfo();var unStr=_S_gSUP();var lvStr=_S_gsLVisit(_S_gsSID());var envStr="UNIPROINFO="+ckValue+"||un:"+unStr+"||lv:"+lvStr+"||uo:"+_S_gUOR()+";";var refUrl=_S_gRef();var cPageStr=_S_gPageInfo(_SP_MPID_,refUrl);var lbStr=gid+"|*|"+cPageStr;lbStr=envStr+"UNIPROPATH="+lbStr+";";_S_p2Bcn(lbStr,_S_CP_RF);}catch(e){}}
function _S_pSt(pid,ext1,ext2){try{if((_S_isFreshMeta())||(_S_isIFrameSelf())){return;}if(_S_ET>0){return;}++_S_ET;_S_PW_.setTimeout("_S_gsSID()",500);_S_PW_.setTimeout("_S_pBeacon('"+pid+"','"+ext1+"','"+ext2+"',0)",3000);}catch(e){}}
function _S_pStM(pid,ext1,ext2){++_S_ET;_S_pBeacon(pid,ext1,ext2);}
function _S_MC(){if(_S_SMC==0){_S_SMC++;var c=_S_gUCk(_S_UPA_);if(c==""){c=0;}c++;if(c<_S_SMM){var re=/[&|?]c=spr(_[A-Za-z0-9]{2,}){3,}/;if(_S_PURL_.match(re)||_S_PREF_.match(re)){c=c+_S_SMM;}}_S_sUCk(_S_UPA_,c);}}function _S_gMC(){var c=_S_gUCk(_S_UPA_);if(c==""){c=0;}return c;}
function _S_acTrack(eid){try{var pn=_S_acTrack.arguments.length;if(pn>0&&eid!=''){setTimeout("_S_acTrack_i('"+eid+"')",100);}}catch(e){;}}function _S_acTrack_i(eid){var s="AcTrack||"+_S_gGID()+"||"+_S_gsSID()+"||"+_S_gSUP()+"||"+eid+"||";_S_p2Bcn(s,_S_CP_RF_E);}
function _S_uaTrack(acode,aext){try{var pn=_S_uaTrack.arguments.length;if(pn>0){if(pn==1){aext='';}if(acode!=''){setTimeout("_S_uaTrack_i('"+acode+"','"+aext+"')",100);}}}catch(e){;}}function _S_uaTrack_i(acode,aext){var s="UATrack||"+_S_gGID()+"||"+_S_gsSID()+"||"+_S_gSUP()+"||"+acode+"||"+aext+"||";_S_p2Bcn(s,_S_CP_RF_E);}
function _S_gSUP(){if(_S_MI_!=""){return _S_MI_;}var sup=unescape(_S_gUCk(_S_UNA_));if(sup!=""){var ag=_S_gKeyV(sup,"ag","&","");var user=_S_gKeyV(sup,"user","&","");var uid=_S_gKeyV(sup,"uid","&","");var sex=_S_gKeyV(sup,"sex","&","");var bday=_S_gKeyV(sup,"dob","&","");_S_MI_=ag+":"+user+":"+uid+":"+sex+":"+bday;return _S_MI_;}else{return "";}}
function _S_gsLVisit(sid){var lvi=_S_gUCk(_S_LV_);var lva=lvi.split(":");var lvr="";if(lva.length>=5){if(sid!=lva[4]){var lvn=new Date();var lvd=new Date(parseInt(lva[0]));lva[0]=lvn.getTime();lva[1]=parseInt(lva[1])+1;if(lvn.getMonth()!=lvd.getMonth()){lva[2]=1;}else{lva[2]=parseInt(lva[2])+1;}if(((lvn.getTime()-lvd.getTime())/86400000)>=7){lva[3]=1;}else{if(lvn.getDay()<lvd.getDay()){lva[3]=1;}else{lva[3]=parseInt(lva[3])+1;}}_S_sUCk(_S_LV_,lva[0]+":"+lva[1]+":"+lva[2]+":"+lva[3]+":"+sid,360);}lvr=lva[0]+":"+lva[1]+":"+lva[2]+":"+lva[3];}else{var lvn=new Date();lvr=lvn.getTime()+":1:1:1";_S_sUCk(_S_LV_,lvr+":"+sid,360);}return lvr;}
function _S_gRef(){var re=/^[^/?&#]*.swf([/?#])?/;if((_S_PREF_=="")||(_S_PREF_.match(re))){var ref=_S_gKeyV(_S_PURL_,"ref","&","");if(ref!=""){return ref;}}return _S_PREF_;}
function _S_gHost(sUrl){var r=new RegExp('^http(?:s)?/://([^/]+)','im');if(sUrl.match(r)){return sUrl.match(r)[1].toString();}else{return "";}}
function _S_gSDomain(sHost){var p=sHost.indexOf('.sina.');if(p>0){return sHost.substr(0,p);}else{return sHost;}}
function _S_sUOR(){var uoc=_S_gUCk(_S_UO_),uor="",uol="",up_t="",up="";var re=/[&|?]c=spr(_[A-Za-z0-9]{1,}){3,}/;var ct=new Date();if(_S_PURL_.match(re)){up_t=_S_PURL_.match(re)[0];}else{if(_S_PREF_.match(re)){up_t=_S_PREF_.match(re)[0];}}if(up_t!=""){up_t=up_t.substr(3)+":"+ct.getTime();}if(uoc==""){if(_S_gUCk(_S_LV_)==""&&_S_gUCk(_S_LV_)==""){uor=_S_gSDomain(_S_gHost(_S_PREF_));uol=_S_gSDomain(_S_gHost(_S_PURL_));}_S_sUCk(_S_UO_,uor+","+uol+","+up_t,365);}else{var ucg=0,uoa=uoc.split(",");if(uoa.length>=1){uor=uoa[0];}if(uoa.length>=2){uol=uoa[1];}if(uoa.length>=3){up=uoa[2];}if(up_t!="") {ucg=1;}else {var upa=up.split(":");if(upa.length>=2){var upd=new Date(parseInt(upa[1]));if(upd.getTime()<(ct.getTime()-86400000*30)){ucg=1;}}}if(ucg){_S_sUCk(_S_UO_,uor+","+uol+","+up_t,365);}}}
function _S_gUOR(){var uoc=_S_gUCk(_S_UO_);var upa=uoc.split(":");if(upa.length>=2){return upa[0];}else{return "";}}_S_sUOR();
if(_S_SMC==0){if('MSIE'==_S_NAN_){_S_PWD_.attachEvent("onclick",_S_MC);_S_PWD_.attachEvent("onmousemove",_S_MC);_S_PW_.attachEvent("onscroll",_S_MC);}else{_S_PWD_.addEventListener("click",_S_MC,false);_S_PWD_.addEventListener("mousemove",_S_MC,false);_S_PW_.addEventListener("scroll",_S_MC,false);}}
//-->
</script>
<script type="text/javascript">
//<!--
_S_pSt("");
//-->
</script>
<noScript>
<div style='position:absolute;top:0;left:0;width:0;height:0;visibility:hidden'><img width=0 height=0 src='http://beacon.sina.com.cn/a.gif?noScript' border='0' alt='' /></div>
</noScript>
<!-- SUDA_CODE_END -->
<!-- SSO_GETCOOKIE_START -->
<script type="text/javascript">var sinaSSOManager=sinaSSOManager||{};sinaSSOManager.getSinaCookie=function(){function dc(u){if(u==undefined){return""}var decoded=decodeURIComponent(u);return decoded=="null"?"":decoded}function ps(str){var arr=str.split("&");var arrtmp;var arrResult={};for(var i=0;i<arr.length;i++){arrtmp=arr[i].split("=");arrResult[arrtmp[0]]=dc(arrtmp[1])}return arrResult}function gC(name){var Res=eval("/"+name+"=([^;]+)/").exec(document.cookie);return Res==null?null:Res[1]}var sup=dc(gC("SUP"));if(!sup){sup=dc(gC("SUR"))}if(!sup){return null}return ps(sup)};</script>
<!-- SSO_GETCOOKIE_END -->
<div class="topBg">
<div id="wrap">
<!-- PartA begin -->
<div class="PartA">
<div class="P_Left">
<!-- Left begin -->
<!-- 焦点图 begin -->
<script language="javascript" type="text/javascript">
<!--//--><![CDATA[//><!--
//焦点图构造函数 071221 mengjia
//FocusPic(BigPicID,SmallPicsID,TitleID,MemoID) 大图容器ID,小图列表容器ID,标题容器ID ,说明容器ID
// add(BigPic,SmallPic,Url,Title) 大图地址,小图地址,链接地址,标题,说明文字
// begin() 开始执行
// TimeOut = 5000 默认切换时间
var FocusPic=function(BigPicID,SmallPicsID,TitleID,MemoID,width,height){this.Data=[];this.ImgLoad=[];this.TimeOut=5000;var isIE=navigator.appVersion.indexOf("MSIE")!=-1?true:false;this.width=width;this.height=height;this.adNum=0;var TimeOutObj;if(!FocusPic.childs){FocusPic.childs=[]};this.showTime=null;this.showSum=10;this.ID=FocusPic.childs.push(this)-1;this.Add=function(BigPic,SmallPic,Title,Url,Memo){var ls;this.Data.push([BigPic,SmallPic,Title,Url,Memo]);ls=this.ImgLoad.length;this.ImgLoad.push(new Image);this.ImgLoad[ls].src=BigPic};this.TimeOutBegin=function(){clearInterval(TimeOutObj);TimeOutObj=setInterval("FocusPic.childs["+this.ID+"].next()",this.TimeOut)};this.TimeOutEnd=function(){clearInterval(TimeOutObj)};this.select=function(num){if(num>this.Data.length-1){return};if(num==this.adNum){return};this.TimeOutBegin();if(BigPicID){if(this.$(BigPicID)){var aObj=this.$(BigPicID).getElementsByTagName("a")[0];aObj.href=this.Data[num][2];if(this.aImgY){this.aImgY.style.display='none';this.aImg.style.zIndex=0};this.aImgY=this.$('F'+this.ID+'BF'+this.adNum);this.aImg=this.$('F'+this.ID+'BF'+num);clearTimeout(this.showTime);this.showSum=10;this.showTime=setTimeout("FocusPic.childs["+this.ID+"].show()",50)}};if(TitleID){if(this.$(TitleID)){this.$(TitleID).innerHTML="<a href=/""+this.Data[num][2]+"/" target=/"_blank/">"+this.Data[num][3]+"</a>"}};if(MemoID){if(this.$(MemoID)){this.$(MemoID).innerHTML=this.Data[num][4]}};if(SmallPicsID){if(this.$(SmallPicsID)){var sImg=this.$(SmallPicsID).getElementsByTagName("span"),i;for(i=0;i<sImg.length;i++){if(i==num||num==(i-this.Data.length)){sImg[i].className="selected"}else{sImg[i].className=""}}}};if(this.onselect){this.onselect()};this.adNum=num};var absPosition=function(obj,parentObj){var left=obj.offsetLeft,top=obj.offsetTop,tempObj=obj;while(tempObj.id!=document.body&tempObj.id!=document.documentElement&tempObj!=parentObj){tempObj=tempObj.offsetParent;left+=tempObj.offsetLeft;top+=tempObj.offsetTop};return{left:left,top:top}};this.show=function(){this.showSum--;this.aImgY.style.display='block';this.aImg.style.display='block';if(isIE){this.aImg.style.filter="alpha(opacity=0)";this.aImg.style.filter="alpha(opacity="+(10-this.showSum)*10+")"}else{this.aImg.style.opacity=0;this.aImg.style.opacity=(10-this.showSum)*0.1};if(this.showSum<=0){this.aImgY.style.display='none';this.aImg.style.zIndex=0;this.aImgY=null}else{this.aImg.style.zIndex=2;this.showTime=setTimeout("FocusPic.childs["+this.ID+"].show()",50)}};this.next=function(){var temp=this.adNum;temp++;if(temp>=this.Data.length){temp=0};this.select(temp)};this.MInStopEvent=function(ObjID){if(ObjID){if(this.$(ObjID)){if(this.$(ObjID).attachEvent){this.$(ObjID).attachEvent("onmouseover",Function("FocusPic.childs["+this.ID+"].TimeOutEnd()"));this.$(ObjID).attachEvent("onmouseout",Function("FocusPic.childs["+this.ID+"].TimeOutBegin()"))}else{this.$(ObjID).addEventListener("mouseover",Function("FocusPic.childs["+this.ID+"].TimeOutEnd()"),false);this.$(ObjID).addEventListener("mouseout",Function("FocusPic.childs["+this.ID+"].TimeOutBegin()"),false)}}}};this.begin=function(){this.MInStopEvent(TitleID);this.MInStopEvent(SmallPicsID);this.MInStopEvent(BigPicID);this.adNum=0;var i,temp="";if(BigPicID){if(this.$(BigPicID)){var aObj=this.$(BigPicID).getElementsByTagName("a")[0];aObj.style.zoom=1;this.$(BigPicID).style.position="relative";this.$(BigPicID).style.zoom=1;this.$(BigPicID).style.overflow="hidden";for(i=0;i<this.Data.length;i++){temp+='<img src="'+this.Data[i][0]+'" id="F'+this.ID+'BF'+i+'" style="display:'+(i==this.adNum?'block':'none')+'" galleryimg="no"'+(this.width?' width="'+this.width+'"':'')+(this.height?' height="'+this.height+'"':'')+' alt="'+this.Data[i][3]+'" />'};aObj.innerHTML=temp;var imgObjs=aObj.getElementsByTagName("img"),XY=absPosition(imgObjs[0],this.$(BigPicID));for(i=0;i<imgObjs.length;i++){imgObjs[i].style.position="absolute";imgObjs[i].style.top=XY.top+"px";imgObjs[i].style.left=XY.left+"px"}}};if(SmallPicsID){if(this.$(SmallPicsID)){temp="";for(i=0;i<this.Data.length;i++){temp+="<span"+(this.adNum==i?' class="selected"':"")+"><a href=/""+this.Data[i][2]+"/" target=/"_blank/"><img src=/""+this.Data[i][1]+"/" onmouseover=/"FocusPic.childs["+this.ID+"].select("+i+")/" alt=/""+this.Data[i][3]+"/" /></a></span>"};this.$(SmallPicsID).innerHTML=temp}};if(TitleID){if(this.$(TitleID)){this.$(TitleID).innerHTML="<a href=/""+this.Data[this.adNum][2]+"/" target=/"_blank/">"+this.Data[this.adNum][3]+"</a>"}};if(MemoID){if(this.$(MemoID)){this.$(MemoID).innerHTML=this.Data[this.adNum][4]}};this.TimeOutBegin()};this.$=function(objName){if(document.getElementById){return eval('document.getElementById("'+objName+'")')}else{return eval('document.all.'+objName)}}};
//--><!]]>
</script>
<div class="FocusImg">
<div class="BigPic" id="BigPic_01"><a href="" target="_blank"><img src="" style="" galleryimg="no" alt="" /></a></div>
<div class="TitleBg"></div>
<!--<div class="TitleBox" id="TitleBox_01"></div>-->
<div class="TitleBox" id="MemoBox_01"></div>
<div class="SmallPics" id="SmallPics_01"><!-- 小图列表 --></div>
</div>
<script language="javascript" type="text/javascript">
<!--//--><![CDATA[//><!--
var FocusPic_01 = new FocusPic("BigPic_01","SmallPics_01","TitleBox_01","MemoBox_01");
FocusPic_01.Add('http://i0.sinaimg.cn/cj/U1633P31T88D23264F2022DT20091202153212.jpg','http://i1.sinaimg.cn/cj/U1633P31T88D23264F2021DT20091202153212.jpg',"http://finance.sina.com.cn/g/20091202/15067046157.shtml","","");FocusPic_01.Add('http://i3.sinaimg.cn/cj/pc/2009-11-05/32/U2535P31T32D62653F651DT20091105165058.jpg','http://i0.sinaimg.cn/cj/pc/2009-11-05/32/U2535P31T32D62653F1538DT20091105165117.jpg',"http://finance.sina.com.cn/g/20091105/16236928778.shtml","","");FocusPic_01.Add('http://i1.sinaimg.cn/cj/imgtable/idx/2009/1105/U1633P31T88D22857F2019DT20091105142113.jpg','http://i1.sinaimg.cn/cj/imgtable/idx/2009/1105/U1633P31T88D22857F2020DT20091105142113.jpg',"http://finance.sina.com.cn/g/20091105/15056928399.shtml","","");FocusPic_01.Add('http://i0.sinaimg.cn/cj/U1633P31T88D22869F2019DT20091109144039.jpg','http://i0.sinaimg.cn/cj/U1633P31T88D22869F2018DT20091109144039.jpg',"http://finance.sina.com.cn/g/20091105/14426928276.shtml","","");
FocusPic_01.begin();
//--><!]]>
</script>
<!-- 焦点图 end -->
<div class="xcsp">
<!--<div class="Title_02">
<h2>现场视频</h2>
</div>-->
<div class="inner" style="_height:248px">
<div class="x_s">
<div id="vod_player">
<div id="flashPlayer"></div>
<!-- 播放器 begin -->
<div id="p_player" align="center" ></div>
</div>
</div>
</div>
</div>
<!-- Left end -->
</div>
</div></div></div></body>
</html>