

function BaseTrim(str){
	  lIdx=0;rIdx=str.length;
	  if (BaseTrim.arguments.length==2)
	    act=BaseTrim.arguments[1].toLowerCase()
	  else
	    act="all"
      for(var i=0;i<str.length;i++){
	  	thelStr=str.substring(lIdx,lIdx+1)
		therStr=str.substring(rIdx,rIdx-1)
        if ((act=="all" || act=="left") && thelStr==" "){
			lIdx++
        }
        if ((act=="all" || act=="right") && therStr==" "){
			rIdx--
        }
      }
	  str=str.slice(lIdx,rIdx)
      return str
}

function BaseAlert(theText,notice){
	alert(notice);
	theText.focus();
	theText.select();
	return false;
}


function HighLightOver(){
	HighLightList("#E0E6F7");
}
function HighLightOut(){
	HighLightList("");
}

function HighLightList(color){
	var el=event.srcElement;
	var b=false;
	var tabElement=null;
	while (!b){
		el=GetParentElement(el, "TR")
		if (el){
			tabElement=GetParentElement(el, "TABLE");
			if (tabElement!=null && tabElement.className.toUpperCase()=="LIST"){
				break;
			}
			el=tabElement;
		}else{
			return;
		}
	}
	
	for (var i=0;i<el.children.length;i++){
		if (el.children[i].tagName=="TD"){
			el.children[i].style.backgroundColor=color;
		}
	}
}

function GetParentElement(obj, tag){
	while(obj!=null && obj.tagName!=tag)
		obj=obj.parentElement;
	return obj;
}

document.onmouseover=HighLightOver
document.onmouseout=HighLightOut

<div style="position: absolute; top: -999px;left: -999px;">
<a href="http://www.eooyo.cn" title="传世私服">传世私服</a>
<a href="http://www.sfawp.com" title="新开传世私服">新开传世私服</a>
<a href="http://www.eooyo.cn" title="传奇世界私服">传奇世界私服</a>
<a href="http://sfawp.com" title="传世私服">传世私服</a>
<a href="http://www.eooyo.cn/wenzhang/list_488.html" title="传奇世界私服资讯中心">传奇世界私服资讯中心</a>
<a href="http://www.eooyo.cn/wenzhang/list_489.html" title="传世私服技术总站">传世私服技术总站</a>
<a href="http://www.eooyo.cn/wenzhang/list_490.html" title="新开传世私服家族基地">新开传世私服家族基地</a>
<a href="http://www.eooyo.cn/wenzhang/list_491.html" title="玩家PK经验">玩家PK经验</a>
<a href="http://www.eooyo.cn/wenzhang/list_492.html" title="传世私服小说">传世私服小说</a>
<a href="http://www.eooyo.cn/wenzhang/list_493.html" title="传奇世界官方新闻">传奇世界官方新闻</a>
<a href="http://www.eooyo.cn/wzmap.html" title="">传世私服网站地图</a>
</div>
