var moname = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); // we need the links and names in an array, so we can loop through the options in the select menu var archlinks = new Array; var archnames = new Array; var i = 0; tmp="05/01/2000 - 05/31/2000"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2000_05_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="06/01/2000 - 06/30/2000"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2000_06_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="07/01/2000 - 07/31/2000"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2000_07_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="08/01/2000 - 08/31/2000"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2000_08_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="09/01/2000 - 09/30/2000"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2000_09_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="10/01/2000 - 10/31/2000"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2000_10_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="11/01/2000 - 11/30/2000"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2000_11_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="12/01/2000 - 12/31/2000"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2000_12_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="01/01/2001 - 01/31/2001"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2001_01_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="02/01/2001 - 02/28/2001"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2001_02_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="03/01/2001 - 03/31/2001"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2001_03_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="04/01/2001 - 04/30/2001"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2001_04_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="05/01/2001 - 05/31/2001"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2001_05_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="06/01/2001 - 06/30/2001"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2001_06_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="07/01/2001 - 07/31/2001"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2001_07_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="08/01/2001 - 08/31/2001"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2001_08_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="09/01/2001 - 09/30/2001"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2001_09_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="10/01/2001 - 10/31/2001"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2001_10_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="11/01/2001 - 11/30/2001"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2001_11_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="12/01/2001 - 12/31/2001"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2001_12_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="01/01/2002 - 01/31/2002"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2002_01_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="02/01/2002 - 02/28/2002"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2002_02_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="03/01/2002 - 03/31/2002"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2002_03_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="04/01/2002 - 04/30/2002"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2002_04_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="05/01/2002 - 05/31/2002"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2002_05_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="06/01/2002 - 06/30/2002"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2002_06_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="07/01/2002 - 07/31/2002"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2002_07_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="08/01/2002 - 08/31/2002"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2002_08_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="09/01/2002 - 09/30/2002"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2002_09_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="10/01/2002 - 10/31/2002"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2002_10_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="11/01/2002 - 11/30/2002"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2002_11_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="12/01/2002 - 12/31/2002"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2002_12_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="01/01/2003 - 01/31/2003"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2003_01_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="02/01/2003 - 02/28/2003"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2003_02_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="03/01/2003 - 03/31/2003"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2003_03_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="04/01/2003 - 04/30/2003"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2003_04_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="05/01/2003 - 05/31/2003"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2003_05_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="06/01/2003 - 06/30/2003"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2003_06_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="07/01/2003 - 07/31/2003"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2003_07_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="08/01/2003 - 08/31/2003"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2003_08_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="09/01/2003 - 09/30/2003"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2003_09_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="10/01/2003 - 10/31/2003"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2003_10_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="11/01/2003 - 11/30/2003"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2003_11_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="12/01/2003 - 12/31/2003"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2003_12_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="01/01/2004 - 01/31/2004"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2004_01_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="02/01/2004 - 02/29/2004"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2004_02_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="03/01/2004 - 03/31/2004"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2004_03_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="04/01/2004 - 04/30/2004"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2004_04_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="05/01/2004 - 05/31/2004"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2004_05_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="06/01/2004 - 06/30/2004"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2004_06_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="07/01/2004 - 07/31/2004"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2004_07_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="08/01/2004 - 08/31/2004"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2004_08_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="09/01/2004 - 09/30/2004"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2004_09_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="10/01/2004 - 10/31/2004"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2004_10_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="11/01/2004 - 11/30/2004"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2004_11_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="12/01/2004 - 12/31/2004"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2004_12_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="01/01/2005 - 01/31/2005"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2005_01_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="02/01/2005 - 02/28/2005"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2005_02_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="03/01/2005 - 03/31/2005"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2005_03_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="04/01/2005 - 04/30/2005"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2005_04_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="05/01/2005 - 05/31/2005"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2005_05_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="06/01/2005 - 06/30/2005"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2005_06_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="07/01/2005 - 07/31/2005"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2005_07_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="08/01/2005 - 08/31/2005"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2005_08_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="09/01/2005 - 09/30/2005"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2005_09_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="10/01/2005 - 10/31/2005"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2005_10_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="11/01/2005 - 11/30/2005"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2005_11_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="12/01/2005 - 12/31/2005"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2005_12_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="01/01/2006 - 01/31/2006"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2006_01_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="02/01/2006 - 02/28/2006"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2006_02_01_indexarchives.html"; archnames[i] = newdate; i++; tmp="03/01/2006 - 03/31/2006"; mo=tmp.substring(13,15); yr=tmp.substring(19); mo=moname[mo - 1]; newdate=mo+" "+yr; // put first link and name in archlinks[0] and archnames[0], second in [1], ... archlinks[i] = "../archives.php?datefile=2006_03_01_indexarchives.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("
");