<%Else%>
<HTML>
<HEAD>
<TITLE>New Member Login
Screen</TITLE>
</HEAD>
<body>
<form
METHOD="POST" ACTION="<%=Request.ServerVariables("SCRIPT_NAME")%>"
Name="MyForm">
<input type="hidden"
name="ActionType" value="BadMutha"><p><font
face="Verdana"
color="#408080"><big><strong>New
Member Login</strong></big></font></p>
<p><small><font
face="Verdana">Our site does not recognize you as an
existing member. If you do not have an account yet please fill in your
personal information below to
recieve your "member cookie". If you have somehow
lost or deleted your "member
cookie" and you remember your user name and password, you may
proceed to the member login
page.</font></small></p>
<table border="1"
width="100%" bgcolor="#FFFFA2" style="border:
2px solid rgb(64,128,128)">
<tr>
<td
width="18%"><small><font
face="Verdana">Contact Name(First&Last):</font></small></td>
<td
width="82%"><small><font
face="Verdana"><input type="text" name="ContactName"
size="30"><font
color="#FF0000">*</font></font></small></td>
</tr>
<tr>
<td
width="18%"><small><font
face="Verdana">Company:</font></small></td>
<td
width="82%"><small><font
face="Verdana"><input type="text"
name="Company" size="30"><font
color="#FF0000">*</font></font></small></td>
</tr>
<tr>
<td
width="18%"><small><font
face="Verdana">E-mail:</font></small></td>
<td
width="82%"><small><font
face="Verdana"><input type="text" name="EMail"
size="30"><font
color="#FF0000">*</font></font></small></td>
</tr>
<tr>
<td
width="18%"><small><font
face="Verdana">Password:</font></small></td>
<td
width="82%"><small><font
face="Verdana"><input type="password"
name="Password"
size="10"><font
color="#FF0000">*</font></small></td>
</tr>
<tr>
<td
width="18%"><small><font
face="Verdana">Verify
Password:</font></small></td>
<td
width="82%"><small><font
face="Verdana"><input type="password"
name="Password2"
size="10"><font
color="#FF0000">*</font></small></td>
</tr>
<tr>
<td
width="18%"><strong><small><font
face="Verdana">Membership category(Select a profile for
your account):</font></small></strong></td>
<td
width="82%"><small><font
face="Verdana"><select name="Status"
size="1">
<option
value="Employer">Employer</option>
<option
value="Developer">Developer</option>
<option value="Graphic
Designer">Graphic Designer</option>
<option
value="Contracts">Contract(s) To Post</option>
</select></font></small></td>
</tr>
<tr>
<td width="100%"
colspan="2"><div
align="left"><p><small><font
face="Verdana"><input
type="reset"
value="Clear Form" id="reset1"
name="reset1"> <input TYPE="submit"
VALUE="Submit Info!"
id="submit1" name="submit1"></form>
<form METHOD="POST"
ACTION="<%=Request.ServerVariables("SCRIPT_NAME")%>"
Name="Form2"> <input TYPE="submit"
VALUE="Proceed to Login
Screen" id="submit2"
name="submit2"></form></font></small></td>
</tr>
</table>
<p><font
face="Verdana"
color="#FF0000"><small><strong>* Required
information for new
members. No information collected
will be redistributed or used for
spamming.</strong></small></font></p>
</BODY>
</HTML>
<%End If%>
<%End If%>