--- fb.js	2010-05-18 10:08:46.000000000 +0700
+++ fbnew.js	2010-05-31 14:23:27.687500000 +0700
@@ -58,7 +58,13 @@ FB_JS.logoutHandler = function(event) {
 Drupal.behaviors.fb = function(context) {
   if (typeof(FB) == 'undefined') {
     // Include facebook's javascript.
-    jQuery.getScript('http://connect.facebook.net/en_US/all.js');
+		jQuery.ajax({
+			 type: "GET",
+			 url: "http://connect.facebook.net/en_US/all.js",
+			 success: function(){},
+			 dataType: "script",
+			 cache: true
+		});
   }
   
   // Respond to connected events
