Example use of author_list:

<MySource_AREA name="author_list">
	<tr>
	<td>
	<hr noshade size=0>
	<table cellpadding=4>
	<tr><td valign="top">
		Site Admins:
	</td><td>
		<MySource section="site_admins">
			<a href="mailto:<MySource_PRINT name='email' />"><MySource_PRINT name='name' /></a><nobr><MySource_PRINT name="login" /></nobr><br>
		</MySource>
	</td></tr>
	<tr><td valign="top">
		Site Editors:
	</td><td>
		<MySource section="site_editors">
			<a href="mailto:<MySource_PRINT name='email' />"><MySource_PRINT name='name' /></a><nobr><MySource_PRINT name="login" /></nobr><br>
		</MySource>
	</td></tr>
	<tr><td valign="top">
		Page Editors:
	</td><td>
		<MySource section="page_editors">
			<a href="mailto:<MySource_PRINT name='email' />"><MySource_PRINT name='name' /></a><nobr><MySource_PRINT name="login" /></nobr><br>
		</MySource>
	</td></tr>
	</table>
	</td>
	</tr>
</MySource>

