// paste this into your archive template, and remember // there should be absolutely nothing else in your archive template // moname[0] = "January" ... var moname = new Array ("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"); // we need the links and names in an array, so we can loop through the options in the select menu var archlinks = new Array; var archnames = new Array; var i = 0; // tmp="05/01/2001 - 05/31/2001" tmp="09/09/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_09_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/16/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_16_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/23/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_23_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/30/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_30_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/07/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_10_07_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/14/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_10_14_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/21/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_10_21_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/28/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_10_28_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/04/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_11_04_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/11/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_11_11_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/18/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_11_18_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/25/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_11_25_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/02/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_12_02_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/09/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_12_09_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/16/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_12_16_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/23/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_12_23_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/30/2001"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_12_30_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/06/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_01_06_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/13/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_01_13_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/20/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_01_20_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/27/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_01_27_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/03/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_02_03_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/17/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_02_17_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/24/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_02_24_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/24/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_03_24_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/31/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_03_31_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/07/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_04_07_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/16/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_06_16_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/23/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_06_23_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/07/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_07_07_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/14/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_07_14_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/21/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_07_21_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/28/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_07_28_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/04/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_08_04_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/01/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_09_01_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/08/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_09_08_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/15/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_09_15_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/22/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_09_22_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/29/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_09_29_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/13/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_10_13_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/20/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_10_20_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/27/2002"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_10_27_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/12/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_01_12_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/19/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_01_19_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/02/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_02_02_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/16/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_02_16_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/23/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_02_23_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/29/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_06_29_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/06/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_07_06_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/13/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_07_13_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/20/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_07_20_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/27/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_07_27_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/03/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_08_03_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/10/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_08_10_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/17/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_08_17_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/24/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_08_24_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/31/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_08_31_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/07/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_09_07_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/14/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_09_14_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/21/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_09_21_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/28/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_09_28_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/05/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_10_05_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/12/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_10_12_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/19/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_10_19_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/26/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_10_26_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/02/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_11_02_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/09/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_11_09_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/16/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_11_16_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/23/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_11_23_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/30/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_11_30_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/07/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_12_07_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/14/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_12_14_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/21/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_12_21_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/28/2003"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_12_28_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/04/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_01_04_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/11/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_01_11_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/18/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_01_18_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/25/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_01_25_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/08/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_02_08_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/15/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_02_15_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/22/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_02_22_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/29/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_02_29_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/07/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_03_07_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/14/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_03_14_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/21/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_03_21_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/28/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_03_28_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/04/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_04_04_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/11/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_04_11_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/18/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_04_18_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/25/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_04_25_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/02/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_05_02_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/09/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_05_09_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/16/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_05_16_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/23/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_05_23_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/30/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_05_30_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/06/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_06_06_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/20/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_06_20_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/27/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_06_27_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/04/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_07_04_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/11/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_07_11_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/18/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_07_18_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/25/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_07_25_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/01/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_08_01_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/15/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_08_15_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/22/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_08_22_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/29/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_08_29_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/05/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_09_05_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/12/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_09_12_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/19/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_09_19_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/26/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_09_26_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/03/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_10_03_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/10/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_10_10_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/17/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_10_17_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/24/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_10_24_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/31/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_10_31_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/07/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_11_07_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/14/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_11_14_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/21/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_11_21_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/28/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_11_28_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/05/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_12_05_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/12/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_12_12_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/19/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_12_19_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/26/2004"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_12_26_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/02/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_01_02_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/09/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_01_09_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/16/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_01_16_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/23/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_01_23_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/30/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_01_30_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/06/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_02_06_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/13/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_02_13_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/20/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_02_20_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/27/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_02_27_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/06/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_03_06_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/13/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_03_13_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/27/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_03_27_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/03/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_04_03_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/10/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_04_10_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/17/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_04_17_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/24/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_04_24_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/01/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_05_01_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/08/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_05_08_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/15/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_05_15_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/22/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_05_22_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/29/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_05_29_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/05/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_06_05_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/12/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_06_12_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/19/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_06_19_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/26/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_06_26_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/03/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_07_03_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/17/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_07_17_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/24/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_07_24_foremank_archive.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/31/2005"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,10); mo=moname[mo - 1]; // if day is 01 to 09, take just the second character if (day<10) { day=day.substring(1) } newdate=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_07_31_foremank_archive.html"; archnames[i] = newdate; i++; // change current location to archlink when selected from menu function gothere(where) { location.href = where.options[where.selectedIndex].value } // tell the script to start a form - the \ before the " tells javascript that you want to write a " rather // than interpreting it as the end of the stuff you want to write document.write("
"); document.write("Display Week of
"); // tell the script to start a select menu that calls the gothere function when it is changed // change the class= to change the appearance of the menu, but leave the \" before and after your class document.write("
");