'
/*
Sub-headlines related to the main headline appear here.
They are pulled from the subject lines of the replies to the top thread.
Drudge follows all stories with "...", other than the main headline
We will use the ellipse to link to the forum thread, while the headline links directly to the story
*/
. '
'
. ''
. ' ';
$this->threads = Array(); // 0 = main heading, 1-6 = prime spots, 7-18 = normal
$query = query("SELECT *, `id` AS `thread_id`, (SELECT COUNT(*) FROM `posts_a` WHERE `thread` = `thread_id`) AS `replies` FROM `posts_a` WHERE `thread` IS NULL AND `email` != '' AND `subject` != '' ORDER BY `sticky` DESC, `replies` DESC, `bump` DESC LIMIT 19") or error(db_error());
while($post = $query->fetch()) {
$this->threads[] = $post;
}
// first prime gets headline
$body .= '