<html>
<title>form_authentication_1.htm </title>
<body text="#000080" bgcolor="#F7F0D7">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse:
collapse" bordercolor="#111111" width="211">
<tr>
<td width="209">Please enter your name</td>
</tr>
<tr>
<td width="209">
<form method="POST" action="form_authentication_1.php">
<input type="text" name="user_name" size="20"><br>
<input type='hidden' name='insert_1' id='in_post_1' value='in_post_1' />
<input type="submit" value="Submit" name="B1"></p>
</form>
<p> </td>
</tr>
<tr>
<td width="209"> </td>
</tr>
</table>
</body>
</html>