var moname = new Array ("january", "february", "march", "april", "may", "june", "july", "august", "september", "october", "november", "december")
tmp="10/01/2001 - 10/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="11/01/2001 - 11/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="12/01/2001 - 12/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="01/01/2002 - 01/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="02/01/2002 - 02/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="03/01/2002 - 03/31/2002";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="04/01/2002 - 04/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="05/01/2002 - 05/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="06/01/2002 - 06/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="07/01/2002 - 07/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="08/01/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="09/01/2002 - 09/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="10/01/2002 - 10/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="11/01/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="12/01/2002 - 12/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="01/01/2003 - 01/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="02/01/2003 - 02/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="03/01/2003 - 03/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="04/01/2003 - 04/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="05/01/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="06/01/2003 - 06/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="07/01/2003 - 07/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="08/01/2003 - 08/31/2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="09/01/2003 - 09/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="10/01/2003 - 10/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="11/01/2003 - 11/30/2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="12/01/2003 - 12/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="01/01/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="02/01/2004 - 02/29/2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="03/01/2004 - 03/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="04/01/2004 - 04/30/2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="06/01/2004 - 06/30/2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="08/01/2004 - 08/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="09/01/2004 - 09/30/2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="10/01/2004 - 10/31/2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="11/01/2004 - 11/30/2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="12/01/2004 - 12/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="01/01/2005 - 01/31/2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="02/01/2005 - 02/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="03/01/2005 - 03/31/2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="04/01/2005 - 04/30/2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="05/01/2005 - 05/31/2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="06/01/2005 - 06/30/2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="07/01/2005 - 07/31/2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="08/01/2005 - 08/31/2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="09/01/2005 - 09/30/2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="10/01/2005 - 10/31/2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="12/01/2005 - 12/31/2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting day
day=tmp.substring(3,5);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
// if day is 01 to 09, take just the second character
if (day<10)
{
day=day.substring(1)
}
newdate=mo+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="01/01/2006 - 01/31/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="02/01/2006 - 02/28/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="03/01/2006 - 03/31/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="04/01/2006 - 04/30/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="05/01/2006 - 05/31/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="06/01/2006 - 06/30/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="08/01/2006 - 08/31/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="09/01/2006 - 09/30/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="10/01/2006 - 10/31/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");
tmp="12/01/2006 - 12/31/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+" "+yr;
document.write("");
document.write(newdate);
document.write("
");