--- watcher.module	Tue Jul 28 20:30:14 2009
+++ watcher.module	Tue Dec 01 19:21:44 2009
@@ -2538,7 +2538,8 @@
 
     if ($new = comment_num_new($node->nid)) {
       $comments .= '<br />';
-      $comments .= l(format_plural($new, '1 new', '@count new'), "node/$node->nid", array('fragment' => 'new'));
+      $comments .= l(format_plural($new, '1 new', '@count new'), "node/$node->nid",
+         array('query' => comment_new_page_count($comments, $new, $node),'fragment' => 'new'));
     }
   }
   return $comments;
