function $import(path) {
	var i, base = "", src = "te.js", scripts = document.getElementsByTagName("script");
	for(var i=0; i<scripts.length; i++) {
		if(scripts[i].src.match(src)) {
			base = scripts[i].src.replace(src, '');
			break;
		}
	}
	document.write("<script src=\"" + base + path + "\" type=\"text/javascript\"><\/script>");
}




//jQuery(document).ready(function() {
//	re = /google|baidu|soso|yahoo/ig;
//	if(re.test(document.referrer)){
//		re = /index.php\?ctrl=Act&act=YxtkPop/ig;
//		if(!re.test(document.referrer)){
//			jQuery(document).pop({'src': 'http://user.ccw.com.cn/userSys/index.php?ctrl=Act&act=YxtkPop&reffer='+encodeURIComponent(document.referrer)});
//		}
//	}
//});

