Index: featured_content.module
===================================================================
--- featured_content.module	(revision 23409)
+++ featured_content.module	(working copy)
@@ -5,8 +5,13 @@
  * Featured Content module for created related & featured content blocks.
  */
 
-drupal_add_js(drupal_get_path('module', 'featured_content') . '/featured_content.js');
-drupal_add_css(drupal_get_path('module', 'featured_content') . '/featured_content.css');
+ /**
+ * Implementation of hook_init().
+ */
+function featured_content_init() {
+  drupal_add_js(drupal_get_path('module', 'featured_content') . '/featured_content.js');
+  drupal_add_css(drupal_get_path('module', 'featured_content') . '/featured_content.css');
+}
 
 /**
  * Implementation of hook_menu().
