<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<style><!--a:hover{color:rgb(255,0,0);
text-decoration: none }
a{ text-decoration: none; font-family: Arial, Helvetica;
font-weight: bold }
//--></style>
<title>Please Enter your
Email Address and Profile Password</title>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#008080" alink="#FF0000"
background="images/backgrounds/takback.jpg">
<!--webbot
bot="Include" U-Include="_private/header.html" TAG="BODY" -->
<p align="center"><script language="JavaScript"><!--
<%if Session("message") <> ""
then%>
alert("<%=Session("message")%>");
<%Session("message") = ""
end if%>
// --></script><font face="Arial" size="4"
color="#8000FF"><strong>Please
Enter your Email Address and Profile Password</strong></font></p>
<table border="0">
<tr>
<td valign="top"><font face="Arial" size="2"><strong><a href="Default.asp">Enter a New
Profile</a><br>
<a href="passprofileasp.htm">View the Source Code</a><br>
<a href="profilepassasp.htm">View Source Code for<br>
Form handler page</a></strong></font><br>
<!--#INCLUDE
FILE="books.inc" --> </td>
<td valign="top"><form method="POST" action="profilepass.asp">
<table border="0" width="100%">
<tr>
<td align="right"><strong><font
face="Arial" size="3">Email Address</font></strong></td>
<td><input type="text" name="email" size="50" value="<%=Request.Cookies("email")%>"></td>
</tr>
<tr>
<td align="right"><strong><font
face="Arial" size="3">Password</font></strong></td>
<td><input type="password" name="pword" size="20" value="<%=Request.Cookies("password")%>"></td>
</tr>
<tr>
<td align="right"></td>
<td><strong><font
face="Arial" size="3"><input
type="submit" value="Submit" name="B1"></font></strong></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<!--webbot
bot="Include" U-Include="_private/footer.html" TAG="BODY" -->
</body>
</html>