--- external.js	Thu Jan 07 20:21:48 2010
+++ external.js	Wed Feb 17 10:00:43 2010
@@ -6,6 +6,11 @@
         $(this).click(function(){window.open(this.href);return false;});
       }
     });
+    $("a:not([href^=http])").each(function() {
+      $(this).filter(".newtab").each(function() {
+        $(this).click(function(){window.open(this.href);return false;});
+      });
+    });
     if (Drupal.settings.externalpdf) {
       $("a[href*=.pdf]").each(function() {
         $(this).click(function(){window.open(this.href);return false;});
