<! insert before the -- today's birthdays -- section -->
<if condition="$links['lnew']">
<!-- new links -->
<tbody>
	<tr>
		<td class="thead" colspan="2">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_newlinks')"><img id="collapseimg_forumhome_newlinks" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_newlinks].gif" alt="" border="0" /></a>
			New Entries...
		</td>
	</tr>
</tbody>
<tbody id="collapseobj_forumhome_newlinks" style="$vbcollapse[collapseobj_forumhome_newlinks]">
	<tr>
		<td class="alt1" colspan="2">
			<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
			$links[lnew]
			</table>
		</td>
	</tr>
</tbody>
</if>
<if condition="$links['lrandom']">
<!-- random links -->
<tbody>
	<tr>
		<td class="thead" colspan="2">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_newlinks')"><img id="collapseimg_forumhome_newlinks" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_newlinks].gif" alt="" border="0" /></a>
			Random Entries...
		</td>
	</tr>
</tbody>
<tbody id="collapseobj_forumhome_newlinks" style="$vbcollapse[collapseobj_forumhome_newlinks]">
	<tr>
		<td class="alt1" colspan="2">
			<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
			$links[lrandom]
			</table>
		</td>
	</tr>
</tbody>
</if>
<if condition="$links['lhot']">
<!-- hot links -->
<tbody>
	<tr>
		<td class="thead" colspan="2">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_hotlinks')"><img id="collapseimg_forumhome_hotlinks" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_hotlinks].gif" alt="" border="0" /></a>
			Hot Entries...
		</td>
	</tr>
</tbody>
<tbody id="collapseobj_forumhome_hotlinks" style="$vbcollapse[collapseobj_forumhome_hotlinks]">
	<tr>
		<td class="alt1" colspan="2">
			<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
			$links[lhot]
			</table>
		</td>
	</tr>
</tbody>
</if>
<! insert before the -- today's birthdays -- section -->
