Index: ajax_load.module
===================================================================
--- ajax_load.module	(Revision 6)
+++ ajax_load.module	(Arbeitskopie)
@@ -14,10 +14,6 @@
   // Include the CTools tools that we need.
   ctools_include('ajax');
   ctools_include('modal');
-
-  // Add CTools' javascript to the page.
-  ctools_modal_add_js();
-  drupal_add_js(drupal_get_path('module', 'ajax_load') .'/ajax_load.js');
 }
 
 /**
@@ -127,3 +123,9 @@
   }
   exit;
 }
+
+function ajax_load_preprocess_page(&$variables) {
+  // Add CTools' javascript to the page.
+  ctools_modal_add_js();
+  drupal_add_js(drupal_get_path('module', 'ajax_load') .'/ajax_load.js');
+}
