%@ include file="header.jsp" %>
<%
if (order.getCustomer() == null) {
order.setCustomer(new Customer());
}
if (order.getOrderItems() == null) {
throw new Exception ("Session timed out. Please enter the items you would like into your cart again.");
}
%>
MotoFrugals - Billing Info
<%@ include file="footer.html" %>