// 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="05/07/2000 - 05/13/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_05_07_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/14/2000 - 05/20/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_05_14_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/21/2000 - 05/27/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_05_21_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/28/2000 - 06/03/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_05_28_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/04/2000 - 06/10/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_06_04_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/11/2000 - 06/17/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_06_11_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/18/2000 - 06/24/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_06_18_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/25/2000 - 07/01/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_06_25_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/02/2000 - 07/08/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_07_02_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/09/2000 - 07/15/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_07_09_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/16/2000 - 07/22/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_07_16_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/23/2000 - 07/29/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_07_23_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/30/2000 - 08/05/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_07_30_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/06/2000 - 08/12/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_08_06_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/13/2000 - 08/19/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_08_13_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/20/2000 - 08/26/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_08_20_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/27/2000 - 09/02/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_08_27_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/03/2000 - 09/09/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_09_03_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/10/2000 - 09/16/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_09_10_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/17/2000 - 09/23/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_09_17_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/24/2000 - 09/30/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_09_24_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/01/2000 - 10/07/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_10_01_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/08/2000 - 10/14/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_10_08_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/15/2000 - 10/21/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_10_15_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/22/2000 - 10/28/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_10_22_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/29/2000 - 11/04/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_10_29_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/05/2000 - 11/11/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_11_05_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/12/2000 - 11/18/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_11_12_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/19/2000 - 11/25/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_11_19_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/26/2000 - 12/02/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_11_26_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/03/2000 - 12/09/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_12_03_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/10/2000 - 12/16/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_12_10_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/17/2000 - 12/23/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_12_17_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/24/2000 - 12/30/2000"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2000_12_24_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/31/2000 - 01/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2000_12_31_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/07/2001 - 01/13/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_01_07_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/14/2001 - 01/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_01_14_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/21/2001 - 01/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_01_21_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/28/2001 - 02/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_01_28_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/04/2001 - 02/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_02_04_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/11/2001 - 02/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_02_11_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/18/2001 - 02/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_02_18_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/25/2001 - 03/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_02_25_oldblog.html"; archnames[i] = newdate; i++; // 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_03_04_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_03_11_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_03_18_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_03_25_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/01/2001 - 04/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_04_01_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_04_08_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_04_15_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/22/2001 - 04/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_04_22_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_04_29_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/06/2001 - 05/12/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_05_06_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/13/2001 - 05/19/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_05_13_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_05_20_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_05_27_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_06_03_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_06_10_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_06_17_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_06_24_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_07_01_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_07_08_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_07_15_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_07_22_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/29/2001 - 08/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_07_29_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_08_05_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_08_12_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_08_19_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_08_26_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_02_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_09_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_16_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_23_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_09_30_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/07/2001 - 10/13/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_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_10_14_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_10_21_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_10_28_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_11_04_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_11_11_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_11_18_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/25/2001 - 12/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_11_25_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_12_02_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/09/2001 - 12/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_12_09_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/16/2001 - 12/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_12_16_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/23/2001 - 12/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2001_12_23_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/30/2001 - 01/05/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] = "2001_12_30_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_01_06_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_01_13_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_01_20_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_01_27_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/03/2002 - 02/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_02_03_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_02_10_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_02_17_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_02_24_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_03_03_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_03_10_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_03_17_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_03_24_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_03_31_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_04_07_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_04_14_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_04_21_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_04_28_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_05_05_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_05_12_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_05_19_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_05_26_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_06_02_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_06_09_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_06_16_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_06_23_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_06_30_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_07_07_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_07_14_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_07_21_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_07_28_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/04/2002 - 08/10/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_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/11/2002 - 08/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_08_11_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_08_18_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_08_25_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_09_01_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_09_08_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_09_15_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/22/2002 - 09/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_09_22_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/29/2002 - 10/05/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_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/06/2002 - 10/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_10_06_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/13/2002 - 10/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_10_13_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/20/2002 - 10/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_10_20_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/27/2002 - 11/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_10_27_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/03/2002 - 11/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_11_03_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/17/2002 - 11/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_11_17_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/24/2002 - 11/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2002_11_24_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/01/2002 - 12/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_12_01_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/08/2002 - 12/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_12_08_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/15/2002 - 12/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_12_15_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/22/2002 - 12/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_12_22_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/29/2002 - 01/04/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] = "2002_12_29_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/05/2003 - 01/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_01_05_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/12/2003 - 01/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_01_12_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/19/2003 - 01/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_01_19_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/26/2003 - 02/01/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_26_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/02/2003 - 02/08/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_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/09/2003 - 02/15/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_09_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/16/2003 - 02/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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_02_16_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/23/2003 - 03/01/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_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/02/2003 - 03/08/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_03_02_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/09/2003 - 03/15/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_03_09_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_03_16_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_03_23_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_03_30_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_04_06_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_04_13_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_04_20_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_04_27_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_05_04_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_05_11_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/18/2003 - 05/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_05_18_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_05_25_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_06_01_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/08/2003 - 06/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_06_08_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/15/2003 - 06/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_06_15_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_06_22_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_06_29_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_07_06_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_07_13_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/20/2003 - 07/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_07_20_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/27/2003 - 08/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_07_27_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_08_03_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/10/2003 - 08/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_08_10_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/17/2003 - 08/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_08_17_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_08_24_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/31/2003 - 09/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_08_31_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/07/2003 - 09/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_09_07_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/21/2003 - 09/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_09_21_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/28/2003 - 10/04/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_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_10_05_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2003_10_19_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_01_04_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_01_11_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_01_18_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_01_25_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/01/2004 - 02/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_02_01_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_02_15_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_02_22_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/29/2004 - 03/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_02_29_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/21/2004 - 03/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_03_21_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_03_28_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/18/2004 - 04/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_04_18_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/02/2004 - 05/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_05_02_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/09/2004 - 05/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_05_09_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/16/2004 - 05/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_05_16_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/23/2004 - 05/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_05_23_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_06_06_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/05/2004 - 09/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_09_05_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/12/2004 - 09/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_09_12_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2004_09_26_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/02/2005 - 01/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_01_02_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/13/2005 - 02/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_02_13_oldblog.html"; 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=mo+" "+day+", "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "2005_03_27_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/01/2005 - 05/07/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_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/08/2005 - 05/14/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_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/15/2005 - 05/21/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_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/22/2005 - 05/28/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_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="05/29/2005 - 06/04/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_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/05/2005 - 06/11/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_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/12/2005 - 06/18/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_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/19/2005 - 06/25/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_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/03/2005 - 07/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_07_03_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/10/2005 - 07/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_07_10_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="07/17/2005 - 07/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_07_17_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/07/2005 - 08/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_08_07_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/14/2005 - 08/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_08_14_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/21/2005 - 08/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_08_21_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/04/2005 - 09/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_09_04_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/11/2005 - 09/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_09_11_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="09/18/2005 - 09/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_09_18_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/23/2005 - 10/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_10_23_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/05/2006 - 02/11/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_02_05_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/12/2006 - 02/18/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_02_12_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/19/2006 - 02/25/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_02_19_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/05/2006 - 03/11/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_03_05_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/12/2006 - 03/18/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_03_12_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/26/2006 - 04/01/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_03_26_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/02/2006 - 04/08/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_04_02_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/09/2006 - 04/15/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_04_09_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="04/30/2006 - 05/06/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_04_30_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="06/18/2006 - 06/24/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_06_18_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="08/06/2006 - 08/12/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_08_06_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="10/29/2006 - 11/04/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_10_29_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="11/19/2006 - 11/25/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_11_19_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/03/2006 - 12/09/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_12_03_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="12/10/2006 - 12/16/2006"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2006_12_10_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/07/2007 - 01/13/2007"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2007_01_07_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="01/28/2007 - 02/03/2007"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2007_01_28_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/11/2007 - 02/17/2007"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2007_02_11_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/18/2007 - 02/24/2007"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2007_02_18_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="02/25/2007 - 03/03/2007"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2007_02_25_oldblog.html"; archnames[i] = newdate; i++; // tmp="05/01/2001 - 05/31/2001" tmp="03/11/2007 - 03/17/2007"; // get the starting month number mo=tmp.substring(0,2); // get the starting day day=tmp.substring(3,5); // get the starting year yr=tmp.substring(6,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] = "2007_03_11_oldblog.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("
"); // 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("
");