--- curvycorners.module	2008-02-07 21:33:06.000000000 -0500
+++ curvycorners.module.new	2008-02-07 21:27:36.000000000 -0500
@@ -45,6 +45,7 @@ function curvyCorners_menu() {
 function curvyCorners_footer($main = 0) {
   $path = curvyCorners_status();
   if ($path !== FALSE) {
+    drupal_add_js(drupal_get_path('module', 'curvycorners') . '/curvycorners-jquery-wrapper.js');
     drupal_add_js($path);
     drupal_add_js(variable_get('curvyCorners_all_pages', NULL), 'inline');
   }
