--- jquery_plugin.jq_orig.inc	2008-07-02 02:51:24.000000000 +0200
+++ jquery_plugin.jq.inc	2008-08-25 01:07:30.000000000 +0200
@@ -87,6 +87,19 @@ function jquery_plugin_jq($op, $plugin =
         ),
         'invocation' => NULL,
       ),
+  'crossslide' => array(
+    'name' => t('Cross Slide'),
+    'description' => t('CrossSlide is a jQuery plugin that implements in Javascript some common slide-show animations, traditionally only available to the web developer via Adobe Flash™ or other proprietary plugins. CrossSlide builds upon jQuery\'s animation facility, so it is as portable across browsers as jQuery itself (a lot.)'),
+    'version' => '0.1',
+    'url' => 'http://plugins.jquery.com/project/CrossSlide',
+    'files' => array(
+      'js' => array(
+        $path .'/jquery.cross-slide.js',
+      ),
+      'css' => NULL,
+    ),
+    'invocation' => NULL,
+  ),
     );
   }
 }
