// 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 ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");
// 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);
// change month number to name - remember January = 0
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
// set date to "May 8, 2001"
newdate=mo+" "+day+", "+yr;
// tell the script to write the archive link in the main page
document.write("");
// tell the script to write the date
document.write(newdate);
// close the link tag and go to a new line
document.write("
");