<!-------------------------------------------------------------------------------->
<!-- ATTENTION: This file contains all of the news links that appear on your    -->
<!--            TMP Club site.  To add, remove or rearrange the links, 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 news links below should list the TEXT you want to appear on the page first.
// The HTML file that the link is associated with comes next.  For example:
//
//  NewsItems[2] = new Array(1);
//      NewsItems[2][0] = "Club Elects Officers";
//      NewsItems[2][1] = "Elections.html";
//
//  The [2] you see above just means that this will be the SECOND news link 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 news link on your web site.  
//
// Remember that the news links 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 NewsItems = new Array();

NewsItems[1] = new Array(1);
    NewsItems[1][0] = "2006-2007 Officers Elected";
    NewsItems[1][1] = "Leadership.html";

NewsItems[2] = new Array(1);
    NewsItems[2][0] = "";
    NewsItems[2][1] = "";

NewsItems[3] = new Array(1);
    NewsItems[3][0] = "";
    NewsItems[3][1] = "";

NewsItems[4] = new Array(1);
    NewsItems[4][0] = "";
    NewsItems[4][1] = "";

NewsItems[5] = new Array(1);
    NewsItems[5][0] = "";
    NewsItems[5][1] = "";

NewsItems[6] = new Array(1);
    NewsItems[6][0] = "";
    NewsItems[6][1] = "";

NewsItems[7] = new Array(1);
    NewsItems[7][0] = "";
    NewsItems[7][1] = "";

NewsItems[8] = new Array(1);
    NewsItems[8][0] = "";
    NewsItems[8][1] = "";

NewsItems[9] = new Array(1);
    NewsItems[9][0] = "";
    NewsItems[9][1] = "";

NewsItems[10] = new Array(1);
    NewsItems[10][0] = "";
    NewsItems[10][1] = "";