// 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 ("januari", "februari", "maart", "april", "mei", "juni", "juli", "augustus", "september", "oktober", "november", "december"); // 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="03/04/2001 - 03/10/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_03_04_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/11/2001 - 03/17/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_03_11_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/18/2001 - 03/24/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_03_18_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/25/2001 - 03/31/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_03_25_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/08/2001 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_04_08_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/15/2001 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_04_15_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/29/2001 - 05/05/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_04_29_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/20/2001 - 05/26/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_05_20_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/27/2001 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_05_27_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/03/2001 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_06_03_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/10/2001 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_06_10_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/17/2001 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_06_17_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/24/2001 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_06_24_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/01/2001 - 07/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_07_01_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/08/2001 - 07/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_07_08_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/15/2001 - 07/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_07_15_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/22/2001 - 07/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_07_22_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/05/2001 - 08/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_08_05_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/12/2001 - 08/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_08_12_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/19/2001 - 08/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_08_19_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/26/2001 - 09/01/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_08_26_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/02/2001 - 09/08/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_02_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/09/2001 - 09/15/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_09_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/16/2001 - 09/22/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_16_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/23/2001 - 09/29/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_23_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/30/2001 - 10/06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_30_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/14/2001 - 10/20/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_10_14_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/21/2001 - 10/27/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_10_21_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/28/2001 - 11/03/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_10_28_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/04/2001 - 11/10/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_11_04_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/11/2001 - 11/17/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_11_11_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/18/2001 - 11/24/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_11_18_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/02/2001 - 12/08/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_12_02_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/06/2002 - 01/12/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_01_06_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/13/2002 - 01/19/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_01_13_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/20/2002 - 01/26/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_01_20_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/27/2002 - 02/02/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_01_27_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/10/2002 - 02/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_02_10_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/17/2002 - 02/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_02_17_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/24/2002 - 03/02/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_02_24_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/03/2002 - 03/09/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_03_03_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/10/2002 - 03/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_03_10_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/17/2002 - 03/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_03_17_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/24/2002 - 03/30/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_03_24_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/31/2002 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_03_31_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/07/2002 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_04_07_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/14/2002 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_04_14_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/21/2002 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_04_21_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/28/2002 - 05/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_04_28_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/05/2002 - 05/11/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_05_05_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/12/2002 - 05/18/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_05_12_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/19/2002 - 05/25/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_05_19_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/26/2002 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_05_26_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/02/2002 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_06_02_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/09/2002 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_06_09_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/16/2002 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_06_16_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/23/2002 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_06_23_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/30/2002 - 07/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_06_30_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/07/2002 - 07/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_07_07_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/14/2002 - 07/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_07_14_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/21/2002 - 07/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_07_21_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/28/2002 - 08/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_07_28_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/18/2002 - 08/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_08_18_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/25/2002 - 08/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_08_25_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/01/2002 - 09/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_09_01_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/08/2002 - 09/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_09_08_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/15/2002 - 09/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_09_15_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/16/2003 - 03/22/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_03_16_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/23/2003 - 03/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_03_23_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/30/2003 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_03_30_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/06/2003 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_04_06_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/13/2003 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_04_13_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/20/2003 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_04_20_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/27/2003 - 05/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_04_27_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/04/2003 - 05/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_05_04_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/11/2003 - 05/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_05_11_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/25/2003 - 05/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_05_25_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/01/2003 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_06_01_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/22/2003 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_06_22_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/29/2003 - 07/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_06_29_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/06/2003 - 07/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_07_06_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/13/2003 - 07/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_07_13_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/03/2003 - 08/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_08_03_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/24/2003 - 08/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_08_24_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/14/2003 - 09/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_09_14_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/05/2003 - 10/11/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_10_05_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/12/2003 - 10/18/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_10_12_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/19/2003 - 10/25/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_10_19_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/07/2003 - 12/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_12_07_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/14/2003 - 12/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_12_14_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/21/2003 - 12/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_12_21_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/28/2003 - 01/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_12_28_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/04/2004 - 01/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_01_04_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/11/2004 - 01/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_01_11_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/18/2004 - 01/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_01_18_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/25/2004 - 01/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_01_25_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/15/2004 - 02/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_02_15_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/22/2004 - 02/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_02_22_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/14/2004 - 03/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_03_14_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/28/2004 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_03_28_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/04/2004 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_04_04_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/30/2004 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_05_30_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/06/2004 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_06_06_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/13/2004 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_06_13_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/20/2004 - 06/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_06_20_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/25/2004 - 07/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_07_25_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/01/2004 - 08/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_08_01_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/08/2004 - 08/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_08_08_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/29/2004 - 09/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_08_29_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/19/2004 - 09/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_09_19_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/26/2004 - 10/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_09_26_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/17/2004 - 10/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_10_17_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/24/2004 - 10/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_10_24_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/31/2004 - 11/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_10_31_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/21/2004 - 11/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_11_21_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/12/2004 - 12/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_12_12_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/09/2005 - 01/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_01_09_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/16/2005 - 01/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_01_16_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/23/2005 - 01/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_01_23_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/30/2005 - 02/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_01_30_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/27/2005 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_03_27_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/10/2005 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_04_10_archief.htm"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/24/2005 - 04/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=day+" "+mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_04_24_archief.htm"; 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("
"); // 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("
");