﻿// JavaScript Document
function getRootPath(){
	return("http://www.yougot.cc");
	//var strFullPath=window.document.location.href;
//	var strPath=window.document.location.pathname;
//	var pos=strFullPath.indexOf(strPath);
//	var prePath=strFullPath.substring(0,pos);
//	var postPath=strPath.substring(0,strPath.substr(1).indexOf('/')+1);
//	return(prePath+postPath);
} 
document.write("<table width=\"100%\" border=\"1\" cellpadding=\"1\" cellspacing=\"0\" bordercolor=\"#D2E2EF\">                <tr>                  <td><a href=\""+getRootPath()+"/zh-CN/4.yuan.aspx?id=1\">高级研究员</a></td>                </tr>                <tr>                  <td><a href=\""+getRootPath()+"/zh-CN/4.yuan.aspx?id=2\">客座研究员</a></td>                </tr>                <tr>                  <td><a href=\""+getRootPath()+"/zh-CN/4.yuan.aspx?id=3\">产品研究所</a></td>                </tr>                <tr>                  <td><a href=\""+getRootPath()+"/zh-CN/4.yuan.aspx?id=4\">应用研究所</a></td>                </tr>                <tr>                  <td><a href=\""+getRootPath()+"/zh-CN/4.yuan.aspx?id=5\">实验室</a></td>                </tr>                <tr>                  <td><a href=\""+getRootPath()+"/zh-CN/4.yuan.aspx?id=6\">名人名师</a></td>                </tr>              </table>");