%
'Retrieve Last 3 orders, if any
Dim fPastFewOrdersRS
set fPastFewOrdersRS = fGetPastFewOrders (Session("CustomerID"))
%>
<% strPageTitle = Application("STORE_NAME") & " My Account Information" %>
<% strPageKeywords = Application("STORE_NAME")%>
My Account Information
<% if Application("TABLE_BACKGROUND_ACCOUNT") <> "" then %>
" border="0" alt="My Account Information" title=" My Account Information ">
<% else %>
<% end if %>
<%
Dim strCustomerName, strDateLastLogon
sRetrieveLoggedInCustomerDetails strCustomerName, strDateLastLogon
%>
Welcome back <%= strCustomerName %> you last logged in on <%= strDateLastLogon %>
<% if request("msg") <> "" then %>
<%= request("msg") %>
<% end if %>
<%
With fPastFewOrdersRS
if .eof = false then
%>