﻿// 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);
} 
document.write("<table width=\"100%\" border=\"1\" cellpadding=\"1\" cellspacing=\"0\" bordercolor=\"#D2E2EF\"><tr>  <td><a href=\""+getRootPath()+"/zh-CN/1.xu.aspx?id=1\">《序》</a></td></tr><tr>  <td><a href=\""+getRootPath()+"/zh-CN/1.xu.aspx?id=2\">《集成带理念》</a></td></tr> </table>");