diff --git a/admin/admin.module b/admin/admin.module
index 66fe010..5da05f3 100755
--- a/admin/admin.module
+++ b/admin/admin.module
@@ -361,7 +361,7 @@ function admin_page_build(&$page) {
   }
   if (!admin_suppress(FALSE) && $blocks = admin_get_admin_blocks()) {
     $path = drupal_get_path('module', 'admin');
-    drupal_add_js("misc/jquery.cookie.js");
+    drupal_add_library('system', 'jquery.cookie');
     drupal_add_js("{$path}/includes/jquery.drilldown.js");
     drupal_add_js("{$path}/includes/admin.toolbar.js");
     drupal_add_js("{$path}/includes/admin.menu.js");
