<% @ Language=VBScript %>
<% Option Explicit %>
<!--#include file="common.asp" -->
<%
'Reset Server Objects
Set rsCommon = Nothing
adoCon.Close
Set adoCon = Nothing
%>
<html>
<head>
<title>FORUM ADMINISTRATION MENU</title>
<body bgcolor="#FFFFFF">
<table width="100%" border="0" height='320' cellspacing="0" cellpadding="0">
	<tr> 
		<td align="center" valign='middle'>
			<font face='verdana' style='font size:7pt; font face:bold ;color:#b50000'>
				WELCOME TO FORUM ADMINISTRATION MENU
			</font>
			<br>
			<font face='verdana' style='font size:7pt; font face:bold'>
			<%
				'If this is the main forum admin let him change the admin username and password
				If lngLoggedInUserID = 1 Then
			%>
					<br>
					For security it is highly recommended that you 
					<br>
					<a href="change_admin_username.asp" target="_self">
						change the Administrator Username and Password
					</a> 
					<br>
					to stop others messing up your Forums!
			<%
				End If
			%>
		</td>
	</tr>
</table>
</body>
</html>
