<%java.text.NumberFormat nf = java.text.NumberFormat.getCurrencyInstance(java.util.Locale.US); %>
Welcome <%=session.getAttribute("fname")%>
<%java.util.ArrayList aCart = (java.util.ArrayList)session.getAttribute("savedcarts"); if (aCart!=null&&aCart.size()>0) {%>
You currently have <%=aCart.size()%> saved carts.
Click here
to work with your saved carts.
<%}%>
First Time Users click here for step by step instructions
Returning Users Click here to find your SAVE Contract Item Lists