--- js/child.js	2011-02-11 11:49:10.000000000 +0100
+++ js/child.js	2011-02-11 11:52:18.854645002 +0100
@@ -106,7 +106,7 @@ Drupal.modalFrameChild.behaviors.parseLi
     // Obtain the href attribute of the link.
     var href = $(this).attr('href');
     // Do not process links with an empty href, or that only have the fragment.
-    if (!href || href.length <= 0 || href.charAt(0) == '#') {
+    if (!href || href.length <= 0 || href.match(/^(http|https)/) == null && href.match(/^(#|\/|.)/)) {
       return;
     }
     $(this).attr('target', '_new');
