Index: beautytips.js
===================================================================
--- beautytips.js	(revision 3438)
+++ beautytips.js	(revision 3443)
@@ -4,6 +4,12 @@
  * Defines the default beautytip and adds them to the content on the page
  */ 
 Drupal.behaviors.beautytips = function() {
+  
+  //Fix Dialog Box
+  if(typeof(jQuery.bt) == 'undefined' && jQuery.bt == null){
+    return;
+  }
+  
   jQuery.bt.options.closeWhenOthersOpen = true;
   beautytips = Drupal.settings.beautytips;
 
