Index: countdowntimer.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/countdowntimer/countdowntimer.module,v
retrieving revision 1.8.2.22.2.4.2.4
diff -u -r1.8.2.22.2.4.2.4 countdowntimer.module
--- countdowntimer.module	17 Feb 2008 23:41:50 -0000	1.8.2.22.2.4.2.4
+++ countdowntimer.module	18 Feb 2008 02:32:09 -0000
@@ -66,7 +66,7 @@
   //menu_router_build(TRUE); // comment after testing
 
   if ( countdowntimer_load_js() ) {
-    drupal_add_js('countdowntimer/timerjs');
+    drupal_add_js('countdowntimer/timerjs', $type = 'module', $scope = 'header', $defer = FALSE, $cache = FALSE, $preprocess = TRUE);
   }
 }
 
