";
while ($row = mysql_fetch_array($results)) {
// $output .= "
[" . $row['name'] . "] ";
$output .= "" . l($row['title'], "node/view/" . $row['nid'] . "#new") . " " . (node_is_new($row['nid'], $row['last_comment_timestamp']) ? theme("mark") : "");
}
$output .= "";
print $output;
?>
for ed & jason ...