function xli() {
	with (document) {
	  for (i in links) {
	    if (i>=0) {
	    	links[i].target = "_blank";
	    }
	  }
	}
}
