var filename=window.location.href;

//2002年页脚
function footer_2002()
{
document.write('<table width="600" border="0" cellspacing="0" cellpadding="0" align="center">'+'\n');
document.write('<tr><td>&nbsp;</td></tr>'+'\n');
document.write('<tr> '+'\n');
document.write('    <td align="center"><b>证券时报</b>：中国证监会指定的上市公司信息披露媒体 <br> <b>全景网络</b>：获准从事登载财经类新闻业务 '+'\n');
document.write('      <br>'+'\n');
document.write('      获准经营因特网信息服务业务<br> </td></tr>'+'\n');
document.write('  <tr> '+'\n');
document.write('    <td align="center" height="25">[<a href="/p5w/home/about/index.html"> 关于全景 </a>] | [<a href="/p5w/home/about/index.html">'+'\n');
document.write('      全景大事记 </a>] | [ <a href="/p5w/home/about/help.html">帮助信息 </a>] | [ <a href="/p5w/home/about/sitmap.html">网站导航 '+'\n');
document.write('      </a>]</td>'+'\n');
document.write('  </tr>'+'\n');
document.write('  <tr> '+'\n');
document.write('    <td bgcolor="A8A8A8"><img src="/p5w/home/images/blank.gif" width="1" height="1"></td>'+'\n');
document.write('  </tr>'+'\n');
document.write('  <tr> '+'\n');
document.write('    <td align="center">Copyright &copy; 2000-2003 Panorama Network Co., Ltd. <br>'+'\n');
document.write('      全景网络有限公司 版权所有<br>'+'\n');
document.write('      设计制作：<a href="http://design.p5w.net/" target="_blank">多媒体设计中心</a><br>'+"\n");
document.write('      未经全景网络书面授权，请勿转载内容或建立镜像，违者依法必究！<br>'+'\n');
document.write('      Email: <a href="mailto:info@p5w.net">info@p5w.net</a></td>'+'\n');
document.write('  </tr>'+'\n');
document.write('</table>'+'\n');
}

//日期
function tdate()
{
 
 calendar = new Date();
 day = calendar.getDay();
 month = calendar.getMonth();
 date = calendar.getDate();
 year = calendar.getYear();
 month++;
 if (date<10) date=date ;
 if (month<10) month=month ;
 if (year<=100) year = 1900 + year;
 switch(day){
 	case 1:tweek="星期一" ;
 		break;
 	case 2:tweek="星期二" ;
 		break;
 	case 3:tweek="星期三" ;
 		break;
 	case 4:tweek="星期四" ;
 		break
 	case 5:tweek="星期五" ;
 		break;
 	case 6:tweek="星期六" ;
 		break;
 	case 0:tweek="星期日" ;
 		break;
 }
 document.write(year+"年"+month+"月"+date+"日")  ;
 document.write(tweek) ;
}


function stime_search()
{
document.write('<form  method="post" action="" name="DateSearchForm" >'+'\n');
document.write('        <tr>'+'\n');
document.write('          <td width="50%"><img src="/p5w/home/stime/images/top.gif" width="382" height="72"></td>'+'\n');
document.write('          <td valign="bottom" >日期查询，请输入如 2000-02-03： '+'\n');
document.write('<input type="hidden" name="txt_position" size="12" value="'+filename+'">'+'\n') ;
document.write('            <input name="txt_date" type="text" size="10" onkeydown="if(event.keyCode==13)event.keyCode=9">'+'\n');
document.write('<input type="image" border="0" name="imageFielddate" src="/p5w/home/stime/images/sure.gif" width="42" height="15" align="absmiddle" onclick="historyFind(this.form)" onkeydown="if(event.keyCode==13)event.keyCode=13"><br>'+'\n') ;
//document.write('            注:如需查询2002年10月前的《证券时报》，请点击<a href="/docs/stimes/today/index20020928.html"><b>此处</b></a><img src="../home/images/blank.gif" width="1" height="23" align="absmiddle"></td>'+'\n');
document.write('        </tr></form>'+'\n');
}        


function cjzk_search()
{
document.write('<form name="frmweek">'+'\n');	
document.write('        <tr>'+'\n');
document.write('          <td width="50%"><img src="/p5w/home/stime/images/top_cjzk.gif" width="382" height="72"></td>'+'\n');
document.write('          <td valign="bottom" >日期查询： '+'\n');
document.write('            <select name="nf" onChange="cjzk_onchange(this.value,frmweek.yf.value)">'+'\n');
document.write('<option value="2004">2004</option>'+'\n');
document.write('<option value="2003">2003</option>'+'\n');
document.write('<option value="2002" selected>2002</option>'+'\n');
document.write('<option value="2001">2001</option>'+'\n');
document.write('<option value="2000">2000</option>'+'\n');
document.write('<option value="1999">1999</option>'+'\n');
document.write('            </select>'+'\n');
document.write('            年 '+'\n');
document.write('            <select name="yf" onChange="cjzk_onchange(frmweek.nf.value,this.value)">'+'\n');
document.write('<option value="1" selected>01</option>'+'\n');
document.write('<option value="2" >02</option>'+'\n');
document.write('<option value="3" >03</option>'+'\n');
document.write('<option value="4" >04</option>'+'\n');
document.write('<option value="5" >05</option>'+'\n');
document.write('<option value="6" >06</option>'+'\n');
document.write('<option value="7" >07</option>'+'\n');
document.write('<option value="8" >08</option>'+'\n');
document.write('<option value="9" >09</option>'+'\n');
document.write('<option value="10" >10</option>'+'\n');
document.write('<option value="11" >11</option>'+'\n');
document.write('<option value="12" >12</option>'+'\n');
document.write('            </select>'+'\n');
document.write('            月 '+'\n');
document.write('<select name="rq">'+'\n');
document.write('<option value="06">06</option>'+'\n');
document.write('<option value="13">13</option>'+'\n');
document.write('<option value="20">20</option>'+'\n');
document.write('<option value="27">27</option>'+'\n');
document.write('<option value="">  </option>'+'\n');
document.write('            </select>'+'\n');
document.write('            日 <input type="image" border="0" name="imageField222" src="/p5w/home/stime/images/sure.gif" width="42" height="15" align="absmiddle"  onclick="search_old(frmweek.nf.value,frmweek.yf.value,frmweek.rq.value)"><br>'+'\n');
document.write('            <img src="/p5w/home/images/blank.gif" width="1" height="10" align="absmiddle"></td>'+'\n');
document.write('        </tr>'+'\n');
document.write('</form>'+'\n');
}

function bxtz_search()
{
document.write('<form name="frmpeople">'+'\n');	
document.write('	 <tr>'+'\n');
document.write('          <td width="50%"><img src="/p5w/home/stime/images/top_bxtz.gif" width="382" height="72"></td>'+'\n');
document.write('            <td valign="bottom" >日期查询：'+'\n');
document.write('<select name="nf" onChange="select_onchange(this.value,frmpeople.yf.value)">'+'\n');
document.write('<option value="2004">2004</option>'+'\n');
document.write('<option value="2003">2003</option>'+'\n');
document.write('<option value="2002" selected>2002</option>'+'\n');
document.write('<option value="2001">2001</option>'+'\n');
document.write('<option value="2000">2000</option>'+'\n');
document.write('<option value="1999">1999</option>'+'\n');
document.write('              </select>'+'\n');
document.write('              年 '+'\n');
document.write('<select name="yf" onChange="select_onchange(frmpeople.nf.value,this.value)">'+'\n');
document.write('<option value="1" selected>01</option>'+'\n');
document.write('<option value="2" >02</option>'+'\n');
document.write('<option value="3" >03</option>'+'\n');
document.write('<option value="4" >04</option>'+'\n');
document.write('<option value="5" >05</option>'+'\n');
document.write('<option value="6" >06</option>'+'\n');
document.write('<option value="7" >07</option>'+'\n');
document.write('<option value="8" >08</option>'+'\n');
document.write('<option value="9" >09</option>'+'\n');
document.write('<option value="10" >10</option>'+'\n');
document.write('<option value="11" >11</option>'+'\n');
document.write('<option value="12" >12</option>'+'\n');
document.write('              </select>'+'\n');
document.write('              月'+'\n');
document.write('<select name="rq">'+'\n');
document.write('<option value="07">07</option>'+'\n');
document.write('<option value="14">14</option>'+'\n');
document.write('<option value="21">21</option>'+'\n');
document.write('<option value="28">28</option>'+'\n');
document.write('<option value="">  </option>'+'\n');
document.write('              </select>'+'\n');
document.write('              日 <input type="image" border="0" name="imageField222" src="/p5w/home/stime/images/sure.gif" width="42" height="15" align="absmiddle"  onclick="search_old(frmpeople.nf.value,frmpeople.yf.value,frmpeople.rq.value)"><br>'+'\n');
document.write('            <img src="/p5w/home/images/blank.gif" width="1" height="10" align="absmiddle"></td>'+'\n');
document.write('        </tr>'+'\n');
document.write('</form>'+'\n');
}

//在当前目录下的历史文件，文件名为index20020203.html
function historyFind(form)
{
	var j,i;
	var ch;
	var temp;
	var ye;
	var mo;
	var da;
	var rq;
	var fileFStr, fileLStr;
	var flname, fstr, lstr;
	temp=form.txt_date.value
	i=temp.indexOf("-",0);
	if( i==-1){
		i=0;
		i=temp.indexOf("/",0);	
		if( i==-1) {
			i=0;
			i=temp.indexOf(".",0);	
			if(i==-1)  return false;
			else ch=".";
		}
		else ch="/";
	}
	else ch="-"
	i=temp.indexOf(ch,0);
	ye=temp.substr(0,i);
	j=temp.indexOf(ch,i+1);
	mo=temp.substr(i+1,j-i-1);
	if((j-i-1)==1) mo="0"+mo;
	i=temp.length
	da=temp.substr(j+1,i-j)
	if((i-j)==2) da="0"+da;

	flname = form.txt_position.value;
	i = flname.lastIndexOf('/');
	fstr = flname.substring(0,i);
	lstr = flname.substring(i+1);
	if( lstr.length > 0 ) {
		j = lstr.lastIndexOf('.');
		fileFStr = lstr.substring(0,i);
		fileLStr = lstr.substring(i+1);
	} else {
		fileFStr = 'index';
		fileLStr = 'html';
	}
	
     rq = ye + mo + da;
     fileFStr = 'index';
	if( parseFloat(rq)>20021000  )
	 {
	
	fstr='http://www.p5w.net/p5w/home/stime/today'
    } 
    else if( parseFloat(rq)>20000900){
    	
   fstr='http://www.p5w.net/docs/stimes/today'
    	}
else{
 fstr='http://www.p5w.net/zqsb'
 fileFStr = 'gbdd';

}



	
	fileLStr = 'html';
	flname = fstr + '/' + fileFStr +  ye + mo + da +'.' + fileLStr;
	document.write("");
	this.location = flname;
}



function cjzk_onchange(nf,yf)
{
  args = new Array(5);
  calend = new Date();  
  calend.setYear(nf);
  calend.setMonth(yf-1);
 
  var j=0;
  for (var i=0;i<5;i++)
   {
     args[i]="";          
   }
  for (var i=0;i<5;i++)
  {
     document.frmweek.rq.options(i).text=args[i];
     document.frmweek.rq.options(i).value=args[i];
  }   
  for (var i=1;i<=31;i++)
  {
     calend.setDate(i);          
     if (calend.getDay()==0)
     {
      if (calend.getMonth()<yf)
       { 
     	 args[j]=i;
     	 j=j+1;
       } 
     }   
  }   
  for (var i=0;i<j;i++)
  {
    if (args[i]>9){
     document.frmweek.rq.options(i).text=args[i];
     document.frmweek.rq.options(i).value=args[i];
     }
    else
    {
     document.frmweek.rq.options(i).text="0"+args[i];
     document.frmweek.rq.options(i).value="0"+args[i];
    } 
  } 
}


function search_old(nf,yf,rq)
{
  
  if(yf<10)
  {
    document.write("");
    location.href="index"+nf+"0"+yf+rq+".html";
    }
  else
  {  
    document.write("");
    location.href="index"+nf+yf+rq+".html";
    }
}

function select_onchange(nf,yf)
{
  args = new Array(5);
  calend = new Date();  
  calend.setYear(nf);
  calend.setMonth(yf-1);
  var j=0;
  for (var i=0;i<5;i++)
   {
     args[i]="";          
   }
  for (var i=0;i<5;i++)
  {
     document.frmpeople.rq.options(i).text=args[i];
     document.frmpeople.rq.options(i).value=args[i];
  }
 if (nf==2003 && yf<5 )
 {
  for (var i=1;i<=31;i++)
   {
     calend.setDate(i);  
     if (calend.getDay()==6)
     {
      if (calend.getMonth()<yf)
       {
   	 args[j]=i;
     	 j=j+1;
       }   
     }
   }
 }
 else
 {	    
  for (var i=1;i<=31;i++)
  {
     calend.setDate(i);  
     if (calend.getDay()==1)
     {
      if (calend.getMonth()<yf)
       {
   	 args[j]=i;
     	 j=j+1;
       }   
     }
  } 
 }    
  for (var i=0;i<j;i++)
  {
    if (args[i]>9){
     document.frmpeople.rq.options(i).text=args[i];
     document.frmpeople.rq.options(i).value=args[i];
     }
    else
    {
     document.frmpeople.rq.options(i).text="0"+args[i];
     document.frmpeople.rq.options(i).value="0"+args[i];
    } 
  } 
}  

//channel
function channel()
{
  document.write('<table width="750" border="0" cellspacing="0" cellpadding="0" align="center">'+"\n");
document.write('  <tr>'+"\n");
document.write('    <td><a href="http://rsc.p5w.net/"><img src="/p5w/home/images/05200.gif" width="750" height="27" border="0" usemap="#Map"></a></td>'+"\n");
document.write('  </tr>'+"\n");
document.write('<map name="Map">'+"\n");
document.write('  <area shape="rect" coords="10,3,115,23" href="http://rsc.p5w.net/" target="_blank">'+"\n");
document.write('  <area shape="rect" coords="127,1,220,24" href="http://smers.p5w.net/" target="_blank">'+"\n");
document.write('  <area shape="rect" coords="228,4,290,22" href="http://wltp.cninfo.com.cn/" target="_blank">'+"\n");
document.write('  <area shape="rect" coords="296,3,363,22" href="http://www.irm.net.cn/" target="_blank">'+"\n");
document.write('  <area shape="rect" coords="369,2,430,23" href="http://market.p5w.net/315/index.asp" target="_blank">'+"\n");
document.write('  <area shape="rect" coords="435,2,501,23" href="http://www.cninfo.com.cn/Dkh/dl1.htm" target="_blank">'+"\n");
document.write('  <area shape="rect" coords="508,3,556,23" href="http://market.p5w.net/sib/index.html" target="_blank">'+"\n");
document.write('  <area shape="rect" coords="569,2,624,23" href="/p5w/home/stime/today/index.html" target="_blank">'+"\n");
document.write('  <area shape="rect" coords="634,3,689,24" href="http://www.p5w.net/p5w/fortune/index.html" target="_blank">'+"\n");
document.write('  <area shape="rect" coords="693,3,745,22" href="http://www.p5w.net/infoservices/info.html" target="_blank">'+"\n");
document.write('</map>'+"\n");
document.write('  <tr> '+'\n');
document.write('    <td><a href="../today/index.html"><img src="../images/stimes_menu_a_01.gif" width="82" height="23" border="0"></a><a href="../week/index.html"><img src="../images/stimes_menu_02.gif" width="70" height="23" border="0"></a><a href="../people/index.html"><img src="../images/stimes_menu_03.gif" width="71" height="23" border="0"></a><a href="/p5w/home/stimesci/news/index.html" target="_blank"><img src="../images/stimes_menu_10.gif" width="71" height="23" border="0"></a><img src="../images/stimes_menu_04.gif" width="444" height="23"><img src="../images/stimes_menu_05.gif" width="12" height="23"></td>'+'\n');
document.write('  </tr>'+'\n');
document.write('</table>'+'\n');
}

//channel1
function channel1(id)
 {
  //通栏广告
  if (channel1.arguments.length==0)
    {  advert_top(0) ;  }
  else
    {  advert_top(id) ;  }    
 
 }

 function advert_top(id)
  {
document.writeln("		<table width=\"750\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("		  <tr>");
document.writeln("		    <td width=\"195\">");
document.writeln("		      <table width=\"180\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("		        <tr>");
document.writeln("		          ");
document.writeln("          <td height=\"20\" class=\"link2\"><a href=\"http://bjzr.gfzr.com.cn/bjzr/index.htm\" target=\"_blank\">中关村股份转让信息披露网<\/a><\/td>");
document.writeln("		        <\/tr>");
document.writeln("		        <tr>");
document.writeln("		          ");
document.writeln("          <td height=\"20\" class=\"link2\"><a href=\"http://zlzq.p5w.net/zqyjjgzq.asp\" target=\"_blank\">50家证券研究机构免费报告<\/a><\/td>");
document.writeln("		        <\/tr>");
document.writeln("		        <tr>");
document.writeln("		          ");
document.writeln("          <td height=\"20\" class=\"link2\"><a href=\"http://gqfz.p5w.net/gqfz/gugaibatch.jsp\" target=\"_blank\">鉴往知来 股改公司大参考 ");
document.writeln("            <\/a><\/td>");
document.writeln("		        <\/tr>");
document.writeln("		        <tr>");
document.writeln("		          ");
document.writeln("          <td height=\"20\" class=\"link2\"><a href=\"http://market.p5w.net/zbrw05/index.html\" target=\"_blank\">财经人物电视片《资本人物》<\/a><\/td>");
document.writeln("		        <\/tr>");
document.writeln("		        <tr>");
document.writeln("		          ");
document.writeln("          <td height=\"20\" class=\"link2\"><a href=\"http://bbs.p5w.net\" target=\"_blank\">全景财经论坛隆重上线<\/a><\/td>");
document.writeln("		        <\/tr>");
document.writeln("		        <tr>");
document.writeln("		          ");
document.writeln("          <td height=\"20\" class=\"link2\"><a href=\"http://mp5w.p5w.net\" target=\"_blank\">全景网隆重推出大型财经视频<\/a><\/td>");
document.writeln("		        <\/tr>");
document.writeln("		      <\/table><\/td>");
document.writeln("		    <td><table width=\"550\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("		        <tr>");
document.writeln("		          ");
document.writeln("         <td height=\"20\" class=\"link2\">·<a href=\"http:\/\/jjpj.p5w.net\/jjph\/gpxjj.jsp\" target=\"_blank\">巨潮基金评价<\/a> ");
document.writeln("            ·<a href=\"http:\/\/www.p5w.net\/p5w\/home\/stimesci\/news\/index.html\" target=\"_blank\">时报商品指数<\/a> ");
document.writeln("            ·<a href=\"http://zlzq.p5w.net/zqyjjgzq.asp\" target=\"_blank\">证券研究机构专区<\/a> ");
document.writeln("            ·<a href=\"http:\/\/hudong.p5w.net\/bbs/bbs.asp\" target=\"_blank\">投资者论坛<\/a> ");
document.writeln("            ·<a href=\"http://hudong.p5w.net\" target=\"_blank\">投资者专区</a>");
document.writeln("            ·<a href=\"http://zlzq.p5w.net/cjmtzq.asp\" target=\"_blank\">全景媒体专区</a><\/td>");
document.writeln("		        <\/tr>");
document.writeln("		        <tr>");
document.writeln("		          <td height=\"80\"><EMBED src=\"http:\/\/www.p5w.net\/p5w\/home\/images\/new\/550.swf\" width=\"550\" height=\"80\"><\/td>");
document.writeln("		        <\/tr>");
document.writeln("		        <tr>");
document.writeln("		          ");
document.writeln("          <td height=\"20\" class=\"link2\">·<a href=\"http://ad.doubleclick.net/clk;24269816;9005590;n?http://chinese.wsj.com/gb/index.asp?s=7\" target=\"_blank\">《华尔街日报》中文版<\/a> ");
document.writeln("            ·<a href=\"http://www.ftchinese.com/sc/index.jsp?ccode=2G050115\" target=\"_blank\">FT中文网<\/a> ");
document.writeln("            ·<a href=\"http://irm.p5w.net/welcome.htm\" target=\"_blank\">加盟投资者互动平台<\/a> ·<a href=\"http:\/\/market.p5w.net\/p5w\/fortune\/order.html\" target=\"_blank\">在线优惠订阅《新财富》杂志<\/a><\/td>");
document.writeln("		        <\/tr>");
document.writeln("		      <\/table><\/td>");
document.writeln("		  <\/tr>");
document.writeln("		<\/table>");
document.writeln("		<table width=\"750\" height=\"2\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\">");
document.writeln("		  <tr>");
document.writeln("		    <td><\/td>");
document.writeln("		  <\/tr>");
document.writeln("		<\/table>")
		document.writeln("<table width=\"750\" height=\"2\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"646464\">");
		document.writeln("  <tr> ");
		document.writeln("    <td><\/td>");
		document.writeln("  <\/tr>");
document.write('  <tr> '+'\n');
document.write('    <td><a href="../today/index.html"><img src="../images/stimes_menu_a_01.gif" width="82" height="23" border="0"></a><a href="../week/index.html"><img src="../images/stimes_menu_02.gif" width="70" height="23" border="0"></a><a href="../people/index.html"><img src="../images/stimes_menu_03.gif" width="71" height="23" border="0"></a><a href="/p5w/home/stimesci/news/index.html"><img src="../images/stimes_menu_10.gif" width="71" height="23" border="0"></a><img src="../images/stimes_menu_04.gif" width="444" height="23"><img src="../images/stimes_menu_05.gif" width="12" height="23"></td>'+'\n');
document.write('  </tr>'+'\n');

		document.writeln("<\/table>");
  switch(id)
      { 
       case 0:
// 首页广告

         break ; 

//  子栏目通栏广告                   
       case 1:          
	 ad="/p5w/home/adimages/tl.swf" ;
         lk="";
         break ; 
                   
      case 2:   //原国内       
	 ad="/p5w/home/adimages/tl.swf" ;
         lk="";
         break ;
     case 3:    //国际      
	 ad="/p5w/home/adimages/20050512tl.swf" ;
	 lk="";
         break ;
      case 4:      //基金    			
         break ;
      case 5:       //债券   
	 ad="/p5w/home/adimages/20040607tla.swf" ;
	 lk="";
         break ;
     case 6:       //期货  
	 ad="/p5w/home/adimages/20040402tl.swf" ;
         lk="";
         break ;
      case 8:   //国内
         ad="/p5w/home/adimages/20050627tl.swf";
         lk="";
         break;
      case 9:      //全景独家    
	 ad="/p5w/home/adimages/20050627tl.swf" ;
         lk="";
         break ;
      case 10:      //上市公司    
	 ad="/p5w/home/adimages/20050603tl.swf" ;
         lk="";
         break ;
      case 11:      //港台视角    
	 ad="/p5w/home/adimages/20040607tla.swf" ;
         lk="";
      break ;
      case 16:      //银行    
	 ad="/p5w/home/adimages/20040406tl.swf" ;
         lk="";
         break ;
      case 17: 　　
      //保险         
	 ad="/p5w/home/adimages/20040607tla.swf" ;
         lk="";
         break ;
      case 18:    //信托      
	 ad="/p5w/home/adimages/20040211tl.swf" ;
         lk="/";
         break ;
      case 19:    //外汇      
	 ad="/p5w/home/adimages/20040607tla.swf" ;
         lk="";
         break ;
      case 20:          //产经
	 ad="/p5w/home/adimages/20040323tl.swf" ;
         lk="";
         break ;
     case 22:          //创业板
	 ad="/p5w/home/adimages/20040323tl.swf" ;
         lk="";
         break ;
      case 24:          //全景点评
	 ad="/p5w/home/adimages/20040512tl.swf" ;
         lk="";
         break ;
      case 26:        //金融职场  
	 ad="/p5w/home/adimages/20040406tl.swf" ;
         lk="";
         break ;
      default:          
	 ad="/p5w/home/adimages/20040429tl.swf" ;
         lk="";
         break ;  
      }
 }

// 通栏广告  End 



function logo()
{
document.writeln("<table width=\"750\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td height=\"1\"><div align=\"center\"></div></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("<table width=\"750\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"133\"><img src=\"http://www.p5w.net/p5w/home/images/logo.gif\" width=\"133\" height=\"72\"></td>");
document.writeln("    <td valign=\"top\" background=\"http://www.p5w.net/p5w/home/images/topdd.gif\"><table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("      <tr>");
document.writeln("          <td height=\"5\" valign=\"middle\"><div align=\"center\"></div></td>");
document.writeln("          <td width=\"53\" rowspan=\"3\" valign=\"top\"><div align=\"right\"><a href=\"http://www.p5w.net/p5w/home/stime/today/index.html\" target=\"_blank\"><img src=\"http://www.p5w.net/p5w/home/images/topddleft.gif\" width=\"53\" height=\"49\" border=\"0\"></a></div></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"22\" valign=\"middle\">　<a href=\"http://www.p5w.net/p5w/home/first/notice/index.html\" target=\"_blank\" class=\"black520\">首页</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/news/index.html\" target=\"_blank\" class=\"black520\">新闻</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/stock/index.html\" target=\"_blank\" class=\"black520\">股票</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/fund/index.html\" target=\"_blank\" class=\"black520\">基金</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/hongkong/hkfinance/index.html\" target=\"_blank\" class=\"black520\">港股</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/sme/index.html\" target=\"_blank\" class=\"black520\">中小板</a> <span class=\"black520\">|</span> <a href=\"http://zlzq.p5w.net/gpjgzq.asp\" target=\"_blank\" class=\"black520\">股评</a> <span class=\"black520\">|</span> <a href=\"http://zlzq.p5w.net/zqyjjgzq.asp\" target=\"_blank\" class=\"black520\">报告</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/futures/index.html\" target=\"_blank\" class=\"black520\">期货</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/exchange/index.html\" target=\"_blank\" class=\"black520\">外汇</a> <span class=\"black520\">|</span> <a href=\"http://gqfz.p5w.net\" target=\"_blank\" class=\"black520\">股权分置</a> <span class=\"black520\">|</span> <a href=\"http://irm.p5w.net/\" target=\"_blank\" class=\"black520\">互动平台</a></td>");
document.writeln("        </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"24\"><span >　</span><a href=\"http://market.p5w.net/p5w/home/qjzt/index.asp\" target=\"_blank\" class=\"black520\">专题</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/banking/index.html\" target=\"_blank\" class=\"black520\">银行</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/insurance/index.html\" target=\"_blank\" class=\"black520\">保险</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/intrust/index.html\" target=\"_blank\" class=\"black520\">信托</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/bond/index.html\" target=\"_blank\" class=\"black520\">债券</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/scoop/index.html\" target=\"_blank\" class=\"black520\">独　家</a> <span class=\"black520\">|</span> <a href=\"http://zlzq.p5w.net/\" target=\"_blank\" class=\"black520\">专栏</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/data/gengra/index.html\" target=\"_blank\" class=\"black520\">数据</a> <span class=\"black520\">|</span> <a href=\"http://mp5w.p5w.net\" target=\"_blank\" class=\"black520\"><font color=\"red\">宽频</font></a> <span class=\"black520\">|</span> <a href=\"http://bbs.p5w.net\" target=\"_blank\" class=\"black520\">论坛</a> <span class=\"black520\">|</span> <a href=\"http://315.p5w.net\" target=\"_blank\" class=\"black520\">维权热线</a> <span class=\"black520\">|</span> <a href=\"http://www.p5w.net/p5w/home/english/news/index.html\" target=\"_blank\" class=\"black520\">English</a> </td>");
document.writeln("        </tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"20\" colspan=\"2\"><span class=\"black520\"><span >　</span><a href=\"http://co.jrj.com.cn/p5w/h_index.htm\" target=\"_blank\" class=\"black520\">金融界网站</a>·<a href=\"http://www.cninfo.com.cn\" target=\"_blank\" class=\"black520\">巨潮资讯网</a>·<a href=\"http://www.cninfo.cn/\" target=\"_blank\" class=\"black520\">巨潮产权网</a>·<a href=\"http://rsc.p5w.net/\" target=\"_blank\" class=\"black520\">网上路演</a>·<a href=\"http://smers.p5w.net/\" target=\"_blank\" class=\"black520\">中小企业路演</a>·<a href=\"http://wltp.cninfo.com.cn/gddh/zxdt/index.html\" target=\"_blank\" class=\"black520\">网络投票</a>·<a href=\"http://www.p5w.net/p5w/fortune/index.html\" target=\"_blank\" class=\"black520\">新财富</a>·<a href=\"http://www.p5w.net/infoservices/info.html\" target=\"_blank\" class=\"black520\">网通社</a>·<a href=\"http://www.gfzr.com.cn/\" target=\"_blank\" class=\"black520\">代办股份转让</a></span></td>");
document.writeln("        </tr>");
document.writeln("    </table></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("<table width=\"750\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td  height=\"6\"><div align=\"center\"></div></td>");
document.writeln("  </tr>");
document.writeln("</table>");
}

function winload()
{
//if(document.body.offsetWidth>800){	
//	{
//	document.write("<div id=huashuolayer2 style='position: absolute;visibility:visible;z-index:1'><EMBED src='/p5w/home/adimages/20041225dl.swf' quality=high  WIDTH=100 HEIGHT=300 TYPE='application/x-shockwave-flash' id=p5wdl ></EMBED></div>"
//	+"<div id=huashuolayer3 style='position: absolute;visibility:visible;z-index:1'><EMBED src='/p5w/home/adimages/20041225dl.swf' quality=high  WIDTH=100 HEIGHT=300 TYPE='application/x-shockwave-flash' id=p5wdl ></EMBED></div>");
//	}
// huashuolayer2.style.top=20;
//huashuolayer2.style.left=5;
//huashuolayer3.style.top=20;
//huashuolayer3.style.right=5;
//}
}
