Index: external.js
===================================================================
--- external.js	(revision 2840)
+++ external.js	(working copy)
@@ -2,7 +2,7 @@
 $(document).ready(function(){
   if (Drupal.jsEnabled) {
     $("a[href^=http]").each(function() {
-      if(this.href.indexOf(location.hostname) == -1) {
+      if(this.href.toLowerCase().indexOf(location.hostname) == -1) {
         $(this).click(function(){window.open(this.href);return false;});
       }
     });
