--- aef_jcarousel_views.module	Mon Jan 19 22:26:36 1970
+++ aef_jcarousel_views.module	Mon Jan 19 22:26:36 1970
@@ -9,7 +9,13 @@
  */
 function aef_jcarousel_views_init()
 {
-  jq_add('jcarousel');
+  //Add the JS lib
+  if (module_exists('jq')) {
+    $loaded_plugins = jq_plugins();
+    if (!empty($loaded_plugins['jcarousel'])) {
+      $js1 = jq_add('jcarousel');
+    }
+  }
 }
 
 
