onload=function(){
	if(!document.getElementById || !document.getElementsByTagName) return;
	ext=document.getElementById("links");
	l=ext.getElementsByTagName("a");
	for(i=0;i<l.length;i++)
		l[i].onclick=function(){window.open(this.href);return(false)};
	}

