var moname = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")
document.write("
");
tmp="September 2000";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="October 2000";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="November 2000";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="December 2000";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="January 2001";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="February 2001";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="March 2001";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="April 2001";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="May 2001";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="June 2001";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="July 2001";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="August 2001";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="September 2001";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="October 2001";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="November 2001";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="December 2001";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="January 2002";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="February 2002";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="March 2002";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="April 2002";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="May 2002";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="June 2002";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="July 2002";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="August 2002";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="September 2002";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="October 2002";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="November 2002";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="December 2002";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="January 2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="February 2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="March 2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="April 2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="May 2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="June 2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="July 2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="August 2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="September 2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="October 2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="November 2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="December 2003";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="January 2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="February 2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="March 2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="April 2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="May 2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="June 2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="July 2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="August 2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="September 2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="October 2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="November 2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="December 2004";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="January 2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="February 2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="March 2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="April 2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="May 2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="June 2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="July 2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="August 2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="September 2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="October 2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="November 2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="December 2005";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="January 2006";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="February 2006";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="March 2006";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="April 2006";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="May 2006";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="June 2006";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="July 2006";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="August 2006";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="September 2006";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="October 2006";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="November 2006";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
tmp="December 2006";
// get the starting month number
mo=tmp.substring(0,2);
// get the starting year
yr=tmp.substring(6,10);
mo=moname[mo - 1];
newdate=mo+" "+yr;
document.write("- ");
document.write(newdate);
document.write("
");
document.write("
");
if (location.href.indexOf("archive") != -1) {
document.write("Home")
}