<!-------------------------------------------------------------------------------->
<!-- ATTENTION: This file contains all of the navigation items that appear on   -->
<!--            your TMP Club site.  To add, remove or rearrange the navigation -->
<!--            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 navigation items below should list the TEXT you want to appear on the page first.
// The HTML file that the navigation item is associated with comes next.  For example:
//
//  EMALinks[2] = new Array(1);
//      EMALinks[2][0] = "Club Contact List";
//      EMALinks[2][1] = "Contacts.html";
//
//  The [2] you see above just means that this will be the SECOND navigation item on the page.
//  The [2][0] and [2][1] above are used to keep the TEXT separate from the HTML file name for the  
//  SECOND navigation item on your web site.  
//
// Remember that the page navigation items will be displayed in the order they are defined below.  
// You are free to change the TEXT 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 EMALinks = new Array();

EMALinks[1] = new Array(1);
    EMALinks[1][0] = "KPTSA Forms";
    EMALinks[1][1] = "http://www.kellogg.northwestern.edu/parttime/kptsa/Pages/Forms.html";

EMALinks[2] = new Array(1);
    EMALinks[2][0] = "KPTSA Suggestion Box";
    EMALinks[2][1] = "http://www.kellogg.northwestern.edu/parttime/student/news/ema.htm";

EMALinks[3] = new Array(1);
    EMALinks[3][0] = "Sign Up for ListServs";
    EMALinks[3][1] = "https://www1.kellogg.northwestern.edu/lserv/listsub.asp";

EMALinks[4] = new Array(1);
    EMALinks[4][0] = "SharePoint";
    EMALinks[4][1] = "https://clubs.kellogg.northwestern.edu/EMAEXEC/default.aspx";

EMALinks[5] = new Array(1);
    EMALinks[5][0] = "Student Clubs";
    EMALinks[5][1] = "http://www.kellogg.northwestern.edu/parttime/student/studentaffairs/clubs.htm";

EMALinks[6] = new Array(1);
    EMALinks[6][0] = "PTMBA Calendar";
    EMALinks[6][1] = "https://kellogg.campusgroups.com/calendar.aspx?group_type=275,276,1084";

EMALinks[7] = new Array(1);
    EMALinks[7][0] = "PTMBA Intranet";
    EMALinks[7][1] = "http://www.kellogg.northwestern.edu/parttime/student/index.htm";

EMALinks[8] = new Array(1);
    EMALinks[8][0] = "Corporate Involvement Resources";
    EMALinks[8][1] = "http://www.kellogg.northwestern.edu/student/ksa/leadership/corporate.htm";

