<!--
var title_1 = document.title.substring(27,document.title.length);
document.write('<tr>');
document.write('	<td class="tcat" width="100%">Threads in Forum<span class="normal">: '+title_1+'</span></td>');
document.write('	<td class="vbmenu_control" id="forumtools"><a href="#goto_forumtools">Forum Tools</a>');
vbmenu_register("forumtools");
document.write('	</td>');

document.write('	<td class="vbmenu_control" id="forumsearch"><a href="#goto_forumsearch">Search this Forum</a>');
vbmenu_register("forumsearch");
document.write('	</td>');

document.write('</tr>');
document.write('</table>');

document.write('<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">');

document.write('<tr>');

document.write('		<td class="thead" colspan="2">&nbsp;</td>');

document.write('	<td class="thead" width="100%">');
document.write('		<span style="float:right"><a href="prompt_1.html#top">Rating</a> </span>');
document.write('		<a href="prompt_1.html#top">Thread</a>  /');
document.write('		<a href="prompt_1.html#top">Thread Starter</a> ');
document.write('	</td>');
document.write('	<td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="prompt_1.html#top">Last Post</a> <a href="prompt_1.html#top"><img class="inlineimg" src="images/buttons/sortasc.gif" alt="Reverse Sort Order" border="0"></a></span></td>');
document.write('	<td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="prompt_1.html#top">Replies</a> </span></td>');
document.write('	<td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="prompt_1.html#top">Views</a> </span></td>');
document.write('</tr>');
//-->
