/******************************************************************************
//copyright 2002-2052, 黎现云(Li Xianyun),E-mail:web@cqol.cn, Tel:+86-23-66731520
/******************************************************************************/
/*************************/
//2006-10-3 0:18 Add : 得到调用时的base-href
/*************************/
if(!document.getElementsByTagName){
    var urlparse=document.scripts[document.scripts.length-1].src.split("//");
}else{
    var scripts=document.getElementsByTagName('script');
    var urlparse=scripts[scripts.length-1].src.split("//");
}

var urlsearch=urlparse[1];
var reqs=urlsearch.split("/");
var base_href=urlparse[0]+"//";
for(i=0;i<reqs.length-1;i++){ //把参数保存到 http_get_vars[]
   base_href=base_href+""+reqs[i]+"/";
}
//alert(base_href);
/*************************/
var Publictopwidth="980";
var Publictopheight=137;
var publictophref=((typeof(ishtml) != "undefined" && ishtml==1) || top.location.pathname.indexOf(".htm")>0 || top.location.pathname.indexOf("html")>0 || (top.document.referrer && top.document.referrer.indexOf(".htm")>0))?'html/top_link_html.htm':'html/top_link_html.htm';
document.write('<TABLE width='+Publictopwidth+' border=0 cellPadding=0 cellSpacing=0 align="center">');
document.write('  <TR>');
document.write('    <TD align=middle vAlign=top><a name="pagetop"></a>');
document.write('      <TABLE border=0 cellPadding=0 cellSpacing=0 width='+Publictopwidth+'>');
document.write('        <TR>');
document.write('          <TD colSpan=2>');
document.write('            <TABLE border=0 cellPadding=0 cellSpacing=0 height='+Publictopheight+' id=showPublictopbox width='+Publictopwidth+'>');
document.write('              <TR>');
document.write('                <TD vAlign=top><IFRAME border=0 frameBorder=0 frameSpacing=0 height="100%" id=gkshowPublictop marginHeight=0 marginWidth=0 name=gkshowtop noResize scrolling=no src="'+base_href+publictophref+'" width='+Publictopwidth+' vspale="0"></IFRAME></TD>');
document.write('              </TR>');
document.write('            </TABLE>');
document.write('          </TD>');
document.write('        </TR>');
document.write('      </TABLE>');
document.write('    </TD>');
document.write('  </TR></TABLE>');

