Behavior.register("#spon th a",
	function(el) {
		el.target = "_blank";
	}
);