thanks for script sending it back with a patch, see if it works for you FYI cheers P
I've made the javacript a bit more Drupal and web friendly (the _external thing is not supported anymore).
$(function() {
$('a[@href^=http]').not('[@href*=location.host)
.addClass('external-link') .click(function() { window.open(this.href, '_blank'); return false; });});
question of the day: how do I get the aggregated feed from another site to open on a different windows/tab when clicked? (now it takes away the uzer from our site, which is bad)