<!-------------------------------------------------------------------------------->
<!-- ATTENTION: This file contains all of the past events that appear on        -->
<!--            your TMP Club site.  To add, remove or rearrange the items,     -->
<!--            simply save this file to your computer and make your desired    -->
<!--            changes.  When you are finished, please email this document to: -->
<!--                                                                            -->
<!--            Dan Ulvila, EMA VP of Technology (2005-2006)                    -->
<!--                (d-ulvila@kellogg.northwestern.edu)                         -->
<!--                                                                            -->
<!--            Brian Tauke, EMA Technology Co-Chair (2005-2006)                -->
<!--                (b-tauke@kellogg.northwestern.edu)                          -->
<!--                                                                            -->
<!--            Let us know if you have any questions.                          -->
<!--                                                                            -->
<!--            Thanks!                                                         -->
<!-------------------------------------------------------------------------------->

// NOTES
//------
// The items below should list the DATE first.  The TITLE you want to appear on 
// the page comes second.  The HTML file name that the event is associated with 
// comes last.  For example:
//
//  PastEvents[3] = new Array(2);
//      PastEvents[3][0] = "Friday, July 16th";
//      PastEvents[3][1] = "Pub Crawl";
//      PastEvents[3][2] = "PubCrawl.html";
//
//  The [3] you see above just means that this will be the THIRD event item on the page.
//  The [3][0], [3][1] and [3][2] above are used to keep the DATE, TITLE and HTML file name
//  for the THIRD event item on your web site separate from each other.  
//
// Remember that the event items will be displayed in the order they are defined below.  
// You are free to change the DATE, TITLE and HTML file names below, but PLEASE don't re-arrange 
// the lines in this file.  They need to be kept in this order or your web site will not work. 


var PastEvents = new Array();

PastEvents[1] = new Array(2);
    PastEvents[1][0] = "";
    PastEvents[1][1] = "";
    PastEvents[1][2] = "";

PastEvents[2] = new Array(2);
    PastEvents[2][0] = "";
    PastEvents[2][1] = "";
    PastEvents[2][2] = "";

PastEvents[3] = new Array(2);
    PastEvents[3][0] = "";
    PastEvents[3][1] = "";
    PastEvents[3][2] = "";

PastEvents[4] = new Array(2);
    PastEvents[4][0] = "";
    PastEvents[4][1] = "";
    PastEvents[4][2] = "";

PastEvents[5] = new Array(2);
    PastEvents[5][0] = "";
    PastEvents[5][1] = "";
    PastEvents[5][2] = "";

PastEvents[6] = new Array(2);
    PastEvents[6][0] = "";
    PastEvents[6][1] = "";
    PastEvents[6][2] = "";

PastEvents[7] = new Array(2);
    PastEvents[7][0] = "";
    PastEvents[7][1] = "";
    PastEvents[7][2] = "";

PastEvents[8] = new Array(2);
    PastEvents[8][0] = "";
    PastEvents[8][1] = "";
    PastEvents[8][2] = "";

PastEvents[9] = new Array(2);
    PastEvents[9][0] = "";
    PastEvents[9][1] = "";
    PastEvents[9][2] = "";

PastEvents[10] = new Array(2);
    PastEvents[10][0] = "";
    PastEvents[10][1] = "";
    PastEvents[10][2] = "";
    