--- D:/jquery/aef_jcarousel-6.x-1.0-LPCA/aef_jcarousel/aef_jcarousel.module.orig	Mon Nov 16 12:04:12 2009
+++ D:/jquery/aef_jcarousel-6.x-1.0-LPCA/aef_jcarousel/aef_jcarousel.module.mod	Mon Oct 04 04:11:38 2010
@@ -63,7 +63,12 @@
   $output .= '</ul>';
 
   //Add the JS lib
-  jq_add('jcarousel');
+  if (module_exists('jq')) {
+    $loaded_plugins = jq_plugins();
+    if (!empty($loaded_plugins['jcarousel'])) {
+      $js2 = jq_add('jcarousel');
+    }
+  }
 
   //Add the CSS skin
   if($skin_path == null)
