var filename=window.location.href;

//2002年页脚
function footer_2002_bak()
{
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  )
	 {
			if( parseFloat(rq)<20090101)
			{
				fstr='http://www.p5w.net/p5w/home/stime/today/'+ye;
			}
			else
			{
				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/newfortune/" 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');
}


function channel1(id)
{
document.write("<table width=\"750\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">")
document.write("<tr>")
document.write("<td align=center>")
document.write("<script src='http://ad.p5w.net/trswcm_plugins/adintrs/data/script/adlocation_162/adlocation_162.js'>");
document.writeln("</script>");
document.write("</td>")
document.write("</tr>")
document.write("</table>")
}



//channel1
function channel1_bak(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://zlzq.p5w.net/cjmt_news.asp\" 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://www.p5w.net/fund/jjzq/\" 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 width=\"150\" valign=\"bottom\"><img src=\"http://www.p5w.net/images2006/top_01.jpg\" width=\"133\" height=\"74\" alt=\"\"></td>");
document.writeln("    <td width=\"600\"><table width=\"600\" height=\"72\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("        <tr>");
document.writeln("          <td height=\"7\"><div align=\"center\"></div></td>");
document.writeln("          <td width=\"50\" rowspan=\"4\" valign=\"bottom\"><div align=\"center\"><a href=\"http://www.p5w.net/p5w/home/stime/today/index.html\"><img src=\"http://www.p5w.net/images2006/zqsbbbbb.gif\" border=0></a></div></td>");
document.writeln("        </tr>");
document.writeln("        <tr>");
document.writeln("          <td height=\"23\"><a href=\"http://www.p5w.net/\" target=\"_blank\" >首页</a> | <a href=\"http://www.p5w.net/stock/index.htm\" target=\"_blank\" >证券</a> | <a href=\"http://www.p5w.net/stock/news/\" target=\"_blank\" >公司</a> | <a href=\"http://www.p5w.net/stock/ssgsyj/\" target=\"_blank\" >公告</a> | <a href=\"http://www.p5w.net/stock/hydx/\" target=\"_blank\" >股评</a> | <a href=\"http://www.p5w.net/stock/lzft/\" target=\"_blank\" >报告</a> | <a href=\"http://www.p5w.net/stock/xingu/\" target=\"_blank\" >新股</a> | <a href=\"http://www.p5w.net/stock/sme/index.htm\" target=\"_blank\" >中小板</a> | <a href=\"http://www.p5w.net/stock/hkstock/index.htm\" target=\"_blank\" >港股</a> | <a href=\"http://www.p5w.net/stock/bond/index.htm\" target=\"_blank\" >债券</a> | <a href=\"http://company.p5w.net/\" target=\"_blank\" >个股资讯</a> | <a href=\"http://irm.p5w.net/\" target=\"_blank\" ><font color=#FF0000>互动平台</font></a></td>");
document.writeln("        </tr>");
document.writeln("        <tr>");
document.writeln("          <td height=\"1\" bgcolor=\"C7E0F8\"><img src=\"http://www.p5w.net/images2006/xxxxddddddddd.gif\" width=\"1\" height=\"1\"></td>");
document.writeln("        </tr>");
document.writeln("        <tr>");
document.writeln("          <td height=\"23\"><a href=\"http://www.p5w.net/kuaixun/index.htm\" target=\"_blank\" >快讯</a> | <a href=\"http://www.p5w.net/fund/index.htm\" target=\"_blank\">基金</a> | <a href=\"http://www.p5w.net/money/index.htm\" target=\"_blank\">理财</a> | <a href=\"http://www.p5w.net/futures/index.htm\" target=\"_blank\" >期货</a> | <a href=\"http://www.p5w.net/exchange/index.htm\" target=\"_blank\" >外汇</a> | <a href=\"http://www.p5w.net/news/index.htm\" target=\"_blank\" >财经</a> | <a href=\"http://zlzq.p5w.net/\" target=\"_blank\" >专栏</a> | <a href=\"http://www.p5w.net/zt/\" target=\"_blank\" >专题</a> | <a href=\"http://www.p5w.net/rss/\" target=\"_blank\" >RSS</a> | <a href=\"http://www.p5w.net/blog/\" target=\"_blank\" ><font color=\"red\">博客</font></a> | <a href=\"http://bbs.p5w.net/\" target=\"_blank\">论坛</a> | <a href=\"http://315.p5w.net/\" target=\"_blank\" >维权</a> | <a href=\"http://www.p5w.net/english/index.htm\" target=\"_blank\" >English</a> </td>");
document.writeln("        </tr>");
document.writeln("        <tr bgcolor=\"C7E0F8\">");
document.writeln("          <td><img src=\"http://www.p5w.net/images2006/xxxxddddddddd.gif\" width=\"1\" height=\"1\"></td>");
document.writeln("          <td height=\"1\" bgcolor=\"#FFFFFF\"><img src=\"http://www.p5w.net/images2006/xxxxddddddddd.gif\" width=\"1\" height=\"1\"></td>");
document.writeln("        </tr>");
document.writeln("        <tr>");
document.writeln("          <td height=\"23\" colspan=\"2\"><a href=\"http://www.cninfo.com.cn\" target=\"_blank\" >巨潮资讯网</A>·<a href=\"http://wltp.cninfo.com.cn/gddh/zxdt/index.html\" target=\"_blank\" >网络投票</A>·<A");
document.writeln(" href=\"http://www.cninfo.cn/\" target=_blank>巨潮产权网</A>·<A");
document.writeln(" href=\"http://rsc.p5w.net/\" target=_blank>网上路演</A>·<A");
document.writeln(" href=\"http://smers.p5w.net/\" target=_blank>中小企业路演</A>·<A href=\"http://www.p5w.net/infoservices/info.html\" target=_blank>网通社</A>·<A href=\"http://www.gfzr.com.cn/\"");
document.writeln(" target=_blank>代办股份转让</A>·<A href=\"http://www.p5w.net/newfortune/\" target=_blank>新财富</A>·<A");
document.writeln(" href=\"http://www.p5w.net/tradingday/\" target=_blank>交易日视频</A></td>");
document.writeln("        </tr>");
document.writeln("    </table></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("<div align=\"center\">");
document.writeln("  <table width=\"750\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("    <tr>");
document.writeln("      <td><img src=\"http://www.p5w.net/images/xtt2.gif\" width=\"750\" height=\"2\"></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</div>");
}

function winload()
{
if(document.body.offsetWidth>800){	
	{
//2/4		
//	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>");
//	document.write("<div id=huashuolayer2 style='position: absolute;visibility:visible;z-index:1'><a href='http://210.76.65.188/netalarm/mainx.jsp?id=4400&wy=1' target='_blank'><img src='/p5w/home/adimages/dl.gif' WIDTH=100 HEIGHT=300 border=0 id=p5wdl></a></div>"
//	+"<div id=huashuolayer3 style='position: absolute;visibility:visible;z-index:1'><a href='http://210.76.65.188/netalarm/mainx.jsp?id=4400&wy=1' target='_blank'><img src='/p5w/home/adimages/dl.gif' WIDTH=100 HEIGHT=300 border=0 id=p5wdl></a></div>");
	}
//1/1	
// huashuolayer2.style.top=20;
// huashuolayer2.style.left=5;
// huashuolayer3.style.top=20;
// huashuolayer3.style.right=5;
}
}


// 页面尾部版权说明等等  Begin 
function footer_2002()
 { 	
document.writeln("<table width=\"750\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">  ");
document.writeln("  <tr>");
document.writeln("    <td height=\"60\" colspan=\"3\"><div align=\"center\">商务合作： 0755-83991223、83247179 | 客服邮箱： service@p5w.net <br>");
document.writeln("    全景网络：获准从事登载财经类新闻业务 获准经营因特网信息服务业务</div></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td height=\"3\" bgcolor=\"1271C7\" colspan=\"3\"><img src=\"http://www.p5w.net/images2006/hd001.gif\" width=\"1\" height=\"1\"></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td width=\"150\"><div align=\"left\"></div></td>");
document.writeln("    <td width=\"470\"><div align=\"center\"><br>");
document.writeln("      Copyright&copy;2000-2006 Panorama Network Co., Ltd, All Rights Reserved <br>");
document.writeln("  全景网络有限公司版权所有<br>");
document.writeln("  设计制作：<a href=\"http://design.p5w.net/\" target=\"_blank\">深圳证券信息公司设计中心</a><br>");
document.writeln("  未经全景网络书面授权，请勿转载内容或建立镜像，违者依法必究！<br>");
document.writeln("  Email: info@p5w.net</div></td>");
document.writeln("    <td width=\"150\" valign=\"top\"><br>");
document.writeln("    <a href='http://www.p5w.net/wa2004/index.htm'><img src=\"http://www.p5w.net/images2006/waaaa.gif\" width=\"42\" height=\"55\" border=\"0\"></a></td>");
document.writeln("  </tr>");
document.writeln("</table>");
 }
// 页面尾部版权说明等等  End 
