Pages 1. The login page, identifies whether the user is a student or faculty, and whether they are an administrator. 2. Student Page, has preferences which can be modified to define a student's characteristics. 3. Faculty Page, like the student page but with some different options. 4. Admin Page, has options for adding dates, and displays the statistics for the administrator's picnic. Scripts 1. Login script which searches tables to determine the user type. 2. Submit preference script for faculty/students which edits the respective table. 3. One admin script to change dates and modifies tables. 4. Second admin script which calculates the statistics and displays them.