diff -rupN /Users/jwarren/DEV/original-code-samples/hoverintent/hoverintent.module hoverintent/hoverintent.module
--- /Users/jwarren/DEV/original-code-samples/hoverintent/hoverintent.module	2009-07-01 12:01:26.000000000 -0400
+++ hoverintent/hoverintent.module	2010-05-03 11:54:10.000000000 -0400
@@ -40,3 +40,10 @@ function hoverintent_jq($op, $plugin = N
 function hoverintent_add() {
   drupal_add_js(drupal_get_path('module', 'hoverintent') . '/js/jquery.hoverIntent.minified.js');
 }
+
+/**
+ * This adds the plugin to every page.
+ */
+function hoverintent_init() {
+  hoverintent_add();
+}
\ No newline at end of file
