<%
	'*************************************************************************
	'	ASP Scripting:
	'	Filename:			template_retrieved_password_page.asp
	'	Written by:			Wilbert Madarang
	'	Date:				January 3, 2003
	'*************************************************************************
	'	Description:		Retrieve Password Page
	'*************************************************************************
	'	Revision History:	
	'*************************************************************************
%>
<%
	strPassword = Session("MyPassword")
	Session("MyPassword") = ""
%>
<font face='Monotype Corsiva' size=5 color=#C1C1C1><BR><BR>Welcome Back to Charister Home Fashion</font><BR><BR>

<font face='verdana' size=3 >&nbsp&nbsp<b>Password</b></font><br><br>
<table border='0' width=100% height=100% valign="top">
	<tr>
		<td valign="top">
			<font face='verdana' size=2>&nbsp&nbsp&nbsp&nbsp Your password is <B><U><%=strPassword%></U></B>.  Please write down the password.<BR><BR>
			&nbsp&nbsp&nbsp&nbsp To continue the change of information, please <A HREF="user_management_change_account_information.asp"><U><B>click here</B></U>.</A></font>
			<BR><BR><BR><BR>
		</td>
	</tr>
</table>