<%@ include file="/WEB-INF/jsp/includes-all.jsp" %> <%@ include file="/WEB-INF/jsp/header.jsp" %>
<% //Redirects user if they are already logged in. if(session.getAttribute("CurrentLoggedInUsername")!=null){ Object TempObj = session.getAttribute("CurrentLoggedInUserType"); String Temp=TempObj.toString(); if(Temp.equals("Admin")){ response.sendRedirect("administration.jsp"); } else if(Temp.equals("Standard")){ response.sendRedirect("home.jsp"); } } %> WinnerCalc

We are sorry for the inconvience. Our registration is currently disabled.


Looking for the login page? Click here to log in now.


For any questions or concerns about WinnerCalc please contact Dean@WinnerCalc.com.