// -- 2001 ---------------------------------------------------------------------------------------
currYear = '2001';
wr_hdr_year (currYear, 'Sun Belt');

//BEG -- North Texas
wr_hdr_team ('North Texas', currYear, 11, 5, 1, 5, 6);
wr_dtl_game (currYear, 1, 'H', 0, 'Texas Christian', 9, 1, 'L', '5-19');
wr_dtl_game (currYear, 2, '@', 0, 'Oklahoma', 9, 8, 'L', '10-37');
wr_dtl_game (currYear, 3, 'H', 0, 'Texas Tech', 9, 22, 'L', '14-42');
wr_dtl_game (currYear, 4, '@', 0, 'South Florida', 9, 29, 'L', '10-28');
wr_dtl_game (currYear, 5, '@', 0, 'Louisiana Monroe', 10, 6, 'L', '17-19');
wr_dtl_game (currYear, 6, 'H', 0, 'Middle Tennessee', 10, 13, 'W', '24-21');
wr_dtl_game (currYear, 7, 'H', 0, 'Arkansas State', 10, 20, 'W', '45-0');
wr_dtl_game (currYear, 8, '@', 0, 'New Mexico State', 11, 3, 'W', '22-20');
wr_dtl_game (currYear, 9, 'H', 0, 'Louisiana Lafayette', 11, 10, 'W', '42-17');
wr_dtl_game (currYear, 10, '@', 0, 'Idaho', 11, 17, 'W', '50-27');
wr_dtl_game (currYear, 11, '@', 0, 'Troy State', 12, 1, 'L', '16-18');
wr_ftr_team ();
//END

//BEG -- Middle Tennessee
wr_hdr_team ('Middle Tennessee', currYear, 11, 5, 1, 8, 3);
wr_dtl_game (currYear, 1, '@', 0, 'Vanderbilt', 8, 30, 'W', '37-28');
wr_dtl_game (currYear, 2, 'H', 0, 'Troy State', 9, 8, 'W', '54-17');
wr_dtl_game (currYear, 3, '@', 0, 'Louisiana Monroe', 9, 22, 'W', '38-20');
wr_dtl_game (currYear, 4, '@', 0, 'Louisiana Lafayette', 9, 29, 'W', '26-9');
wr_dtl_game (currYear, 5, 'H', 0, 'Idaho', 10, 6, 'W', '70-58');
wr_dtl_game (currYear, 6, '@', 0, 'North Texas', 10, 13, 'L', '21-24');
wr_dtl_game (currYear, 7, '@', 0, 'Mississippi', 10, 20, 'L', '17-45');
wr_dtl_game (currYear, 8, 'H', 0, 'New Mexico State', 10, 27, 'W', '39-35');
wr_dtl_game (currYear, 9, 'H', 0, 'Arkansas State', 11, 3, 'W', '54-6');
wr_dtl_game (currYear, 10, '@', 0, 'Louisiana State', 11, 10, 'L', '14-30');
wr_dtl_game (currYear, 11, 'H', 0, 'Connecticut', 11, 17, 'W', '38-14');
wr_ftr_team ();
//END

//BEG -- New Mexico State
wr_hdr_team ('New Mexico State', currYear, 12, 4, 2, 5, 7);
wr_dtl_game (currYear, 1, 'H', 0, 'Louisville', 8, 23, 'L', '24-45');
wr_dtl_game (currYear, 2, '@', 0, 'Texas', 9, 1, 'L', '7-41');
wr_dtl_game (currYear, 3, 'H', 0, 'Oregon State', 9, 8, 'L', '22-27');
wr_dtl_game (currYear, 4, '@', 0, 'Kansas State', 9, 22, 'L', '0-64');
wr_dtl_game (currYear, 5, '@', 0, 'Louisiana Monroe', 9, 29, 'W', '31-0');
wr_dtl_game (currYear, 6, '@', 0, 'Tulsa', 10, 6, 'W', '24-7');
wr_dtl_game (currYear, 7, 'H', 0, 'Idaho', 10, 13, 'W', '46-39');
wr_dtl_game (currYear, 8, '@', 0, 'Middle Tennessee', 10, 27, 'L', '35-39');
wr_dtl_game (currYear, 9, 'H', 0, 'North Texas', 11, 3, 'L', '20-22');
wr_dtl_game (currYear, 10, 'H', 0, 'Arkansas State', 11, 10, 'W', '28-17');
wr_dtl_game (currYear, 11, '@', 0, 'Louisiana Lafayette', 11, 17, 'W', '49-46');
wr_dtl_game (currYear, 12, '@', 0, 'New Mexico', 11, 24, 'L', '0-53');
wr_ftr_team ();
//END

//BEG -- Louisiana Lafayette
wr_hdr_team ('Louisiana Lafayette', currYear, 11, 2, 4, 3, 8);
wr_dtl_game (currYear, 1, 'H', 0, 'Nicholls State', 9, 1, 'W', '20-0');
wr_dtl_game (currYear, 2, '@', 0, 'Minnesota', 9, 8, 'L', '14-44');
wr_dtl_game (currYear, 3, 'H', 0, 'Southern Mississippi', 9, 22, 'L', '10-35');
wr_dtl_game (currYear, 4, 'H', 0, 'Middle Tennessee', 9, 29, 'L', '9-26');
wr_dtl_game (currYear, 5, '@', 0, 'Arizona State', 10, 6, 'L', '27-63');
wr_dtl_game (currYear, 6, '@', 0, 'Arkansas State', 10, 13, 'L', '20-26');
wr_dtl_game (currYear, 7, 'H', 0, 'Idaho', 10, 20, 'W', '54-37');
wr_dtl_game (currYear, 8, 'H', 0, 'Louisiana Monroe', 10, 27, 'W', '17-12');
wr_dtl_game (currYear, 9, '@', 0, 'North Texas', 11, 10, 'L', '17-42');
wr_dtl_game (currYear, 10, 'H', 0, 'New Mexico State', 11, 17, 'L', '46-49');
wr_dtl_game (currYear, 11, '@', 0, 'Central Florida', 11, 24, 'L', '0-31');
wr_ftr_team ();
//END

//BEG -- Louisiana Monroe
wr_hdr_team ('Louisiana Monroe', currYear, 11, 2, 4, 2, 9);
wr_dtl_game (currYear, 1, 'H', 0, 'Sam Houston State', 9, 1, 'L', '9-20');
wr_dtl_game (currYear, 2, '@', 0, 'Florida', 9, 8, 'L', '6-55');
wr_dtl_game (currYear, 3, 'H', 0, 'Middle Tennessee', 9, 22, 'L', '20-38');
wr_dtl_game (currYear, 4, 'H', 0, 'New Mexico State', 9, 29, 'L', '0-31');
wr_dtl_game (currYear, 5, 'H', 0, 'North Texas', 10, 6, 'W', '19-17');
wr_dtl_game (currYear, 6, '@', 0, 'Central Florida', 10, 20, 'L', '6-38');
wr_dtl_game (currYear, 7, '@', 0, 'Louisiana Lafayette', 10, 27, 'L', '12-17');
wr_dtl_game (currYear, 8, '@', 0, 'Idaho', 11, 3, 'L', '38-42');
wr_dtl_game (currYear, 9, 'H', 0, 'Troy State', 11, 10, 'L', '12-44');
wr_dtl_game (currYear, 10, '@', 0, 'Arkansas State', 11, 17, 'W', '16-7');
wr_dtl_game (currYear, 11, '@', 0, 'Cincinnati', 12, 1, 'L', '10-42');
wr_ftr_team ();
//END

//BEG -- Arkansas State
wr_hdr_team ('Arkansas State', currYear, 11, 2, 4, 2, 9);
wr_dtl_game (currYear, 1, '@', 0, 'Georgia', 9, 1, 'L', '17-45');
wr_dtl_game (currYear, 2, '@', 0, 'Baylor', 9, 8, 'L', '3-24');
wr_dtl_game (currYear, 3, 'H', 0, 'Jacksonville State', 9, 22, 'L', '28-31');
wr_dtl_game (currYear, 4, 'H', 0, 'Mississippi', 10, 6, 'L', '17-35');
wr_dtl_game (currYear, 5, 'H', 0, 'Louisiana Lafayette', 10, 13, 'W', '26-20');
wr_dtl_game (currYear, 6, '@', 0, 'North Texas', 10, 20, 'L', '0-45');
wr_dtl_game (currYear, 7, 'H', 0, 'Idaho', 10, 27, 'W', '34-31');
wr_dtl_game (currYear, 8, '@', 0, 'Middle Tennessee', 11, 3, 'L', '6-54');
wr_dtl_game (currYear, 9, '@', 0, 'New Mexico State', 11, 10, 'L', '17-28');
wr_dtl_game (currYear, 10, 'H', 0, 'Louisiana Monroe', 11, 17, 'L', '7-16');
wr_dtl_game (currYear, 11, 'H', 0, 'Nicholls State', 11, 22, 'L', '22-28');
wr_ftr_team ();
//END

//BEG -- Idaho
wr_hdr_team ('Idaho', currYear, 11, 1, 5, 1, 10);
wr_dtl_game (currYear, 1, '@', 0, 'Washington State', 8, 30, 'L', '7-36');
wr_dtl_game (currYear, 2, '@', 0, 'Arizona', 9, 8, 'L', '29-36');
wr_dtl_game (currYear, 3, '@', 0, 'Washington', 9, 22, 'L', '3-53');
wr_dtl_game (currYear, 4, 'H', 0, 'Boise State', 9, 29, 'L', '13-45');
wr_dtl_game (currYear, 5, '@', 0, 'Middle Tennessee', 10, 6, 'L', '58-70');
wr_dtl_game (currYear, 6, '@', 0, 'New Mexico State', 10, 13, 'L', '39-46');
wr_dtl_game (currYear, 7, 'H', 0, 'Louisiana Lafayette', 10, 20, 'L', '37-54');
wr_dtl_game (currYear, 8, '@', 0, 'Arkansas State', 10, 27, 'L', '31-34');
wr_dtl_game (currYear, 9, 'H', 0, 'Louisiana Monroe', 11, 3, 'W', '42-38');
wr_dtl_game (currYear, 10, 'H', 0, 'North Texas', 11, 17, 'L', '27-50');
wr_dtl_game (currYear, 11, '@', 0, 'Montana', 11, 24, 'L', '27-33');
wr_ftr_team ();
//END

wr_ftr_year ();

