function januaryP() {
  var R;
  R="";
  try {
    R=januaryP2();
  }
  catch(e) {
    return "";
  }
  return R;
}

function januaryP2() {
  var R = "";
  var L,i,z;
  var N = new Array();
  var now = new Date();
  var d = now.getDate();
  var crtm = now.getMonth()+1;
     if (d<5) {
       N[N.length]=0;
     }
     else if ((crtm==12)&&(1==1)) {
       N[N.length]=0;
     }
     else if (crtm+1==1) {
       N[N.length]=0;
     }
     N[N.length]=1;
     if (d<21) {
       N[N.length]=2;
     }
     else if ((crtm==12)&&(1==1)) {
       N[N.length]=2;
     }
     else if (crtm+1==1) {
       N[N.length]=2;
     }
     N[N.length]=3;
     N[N.length]=4;
     N[N.length]=5;
     N[N.length]=6;
     N[N.length]=7;
     N[N.length]=8;
     N[N.length]=9;
  L=N.length;
  if (L>0) {
    i=Math.floor(Math.random()*(L));
    if ((i>=0)&&(i<L)) {
       z=N[i];
       if (z==0) {
          R="<a href=\"http://www.edhelper.com/New_Years.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/newyearsprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/New_Years.htm\"><FONT SIZE=\"2\">New Year's Day Theme Unit</A><BR></FONT><BR>";
       }
       else if (z==1) {
          R="<a href=\"http://www.edhelper.com/winter.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/janwin.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/winter.htm\"><FONT SIZE=\"2\">Winter Theme Unit</A><BR></FONT><BR>";
       }
       else if (z==2) {
          R="<a href=\"http://www.edhelper.com/DrMartinLutherKingJr.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/janmlk.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/DrMartinLutherKingJr.htm\"><FONT SIZE=\"2\">Dr. Martin Luther King, Jr. Theme Unit</A><BR></FONT><BR>";
       }
       else if (z==3) {
          R="<a href=\"http://www.edhelper.com/community_helpers.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/communityprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/community_helpers.htm\"><FONT SIZE=\"2\">Community Helpers</A><BR></FONT><BR>";
       }
       else if (z==4) {
          R="<a href=\"http://www.edhelper.com/Community_Maps.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/mapsprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Community_Maps.htm\"><FONT SIZE=\"2\">Community Maps</A><BR></FONT><BR>";
       }
       else if (z==5) {
          R="<a href=\"http://www.edhelper.com/ChineseNewYear.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/cnyear.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/ChineseNewYear.htm\"><FONT SIZE=\"2\">Chinese New Year</A><BR></FONT><BR>";
       }
       else if (z==6) {
          R="<a href=\"http://www.edhelper.com/hat.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/hatsthemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/hat.htm\"><FONT SIZE=\"2\">Hats Theme</A><BR></FONT><BR>";
       }
       else if (z==7) {
          R="<a href=\"http://www.edhelper.com/penguins.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/janpen.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/penguins.htm\"><FONT SIZE=\"2\">Penguins Theme Unit</A><BR></FONT><BR>";
       }
       else if (z==8) {
          R="<a href=\"http://www.edhelper.com/polarregions.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/janpr.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/polarregions.htm\"><FONT SIZE=\"2\">Polar Regions Theme Unit</A><BR></FONT><BR>";
       }
       else if (z==9) {
          R="<a href=\"http://www.edhelper.com/wordplay.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/wordplaytheme.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/wordplay.htm\"><FONT SIZE=\"2\">Puzzles Day Theme</A><BR></FONT><BR>";
       }
    }
  }
  return R;
}
function februaryP() {
  var R;
  R="";
  try {
    R=februaryP2();
  }
  catch(e) {
    return "";
  }
  return R;
}

function februaryP2() {
  var R = "";
  var L,i,z;
  var N = new Array();
  var now = new Date();
  var d = now.getDate();
  var crtm = now.getMonth()+1;
     N[N.length]=0;
     if (d<15) {
       N[N.length]=1;
     }
     else if ((crtm==12)&&(2==1)) {
       N[N.length]=1;
     }
     else if (crtm+1==2) {
       N[N.length]=1;
     }
     if (d<3) {
       N[N.length]=2;
     }
     else if ((crtm==12)&&(2==1)) {
       N[N.length]=2;
     }
     else if (crtm+1==2) {
       N[N.length]=2;
     }
     if (d<7) {
       N[N.length]=3;
     }
     else if ((crtm==12)&&(2==1)) {
       N[N.length]=3;
     }
     else if (crtm+1==2) {
       N[N.length]=3;
     }
     N[N.length]=4;
     N[N.length]=5;
     if (d<18) {
       N[N.length]=6;
     }
     else if ((crtm==12)&&(2==1)) {
       N[N.length]=6;
     }
     else if (crtm+1==2) {
       N[N.length]=6;
     }
     N[N.length]=7;
     N[N.length]=8;
     N[N.length]=9;
  L=N.length;
  if (L>0) {
    i=Math.floor(Math.random()*(L));
    if ((i>=0)&&(i<L)) {
       z=N[i];
       if (z==0) {
          R="<a href=\"http://www.edhelper.com/olympics.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/wintergames-theme.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/olympics.htm\"><FONT SIZE=\"2\">Winter Olympics</A><BR></FONT><BR>";
       }
       else if (z==1) {
          R="<a href=\"http://www.edhelper.com/valentine.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/febval.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/valentine.htm\"><FONT SIZE=\"2\">Valentine's Day</A><BR></FONT><BR>";
       }
       else if (z==2) {
          R="<a href=\"http://www.edhelper.com/Groundhog_Day.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/ghog1.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Groundhog_Day.htm\"><FONT SIZE=\"2\">Groundhog Day</A><BR></FONT><BR>";
       }
       else if (z==3) {
          R="<a href=\"http://www.edhelper.com/ChineseNewYear.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/cnyear.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/ChineseNewYear.htm\"><FONT SIZE=\"2\">Chinese New Year</A><BR></FONT><BR>";
       }
       else if (z==4) {
          R="<a href=\"http://www.edhelper.com/BlackHistory.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/blackhistory.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/BlackHistory.htm\"><FONT SIZE=\"2\">Black History</A><BR></FONT><BR>";
       }
       else if (z==5) {
          R="<a href=\"http://www.edhelper.com/sports.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/sportsthemep.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/sports.htm\"><FONT SIZE=\"2\">Sports</A><BR></FONT><BR>";
       }
       else if (z==6) {
          R="<a href=\"http://www.edhelper.com/presidents.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/uspresidents.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/presidents.htm\"><FONT SIZE=\"2\">President's Day</A><BR></FONT><BR>";
       }
       else if (z==7) {
          R="<a href=\"http://www.edhelper.com/endangered_species.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/endangeredprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/endangered_species.htm\"><FONT SIZE=\"2\">Endangered Animals</A><BR></FONT><BR>";
       }
       else if (z==8) {
          R="<a href=\"http://www.edhelper.com/100th_day_of_school.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/100daythemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/100th_day_of_school.htm\"><FONT SIZE=\"2\">100th Day of School</A><BR></FONT><BR>";
       }
       else if (z==9) {
          R="<a href=\"http://www.edhelper.com/music.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/musicthemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/music.htm\"><FONT SIZE=\"2\">Music</A><BR></FONT><BR>";
       }
    }
  }
  return R;
}
function marchP() {
  var R;
  R="";
  try {
    R=marchP2();
  }
  catch(e) {
    return "";
  }
  return R;
}

function marchP2() {
  var R = "";
  var L,i,z;
  var N = new Array();
  var now = new Date();
  var d = now.getDate();
  var crtm = now.getMonth()+1;
     N[N.length]=0;
     if (d<17) {
       N[N.length]=1;
     }
     else if ((crtm==12)&&(3==1)) {
       N[N.length]=1;
     }
     else if (crtm+1==3) {
       N[N.length]=1;
     }
     N[N.length]=2;
     N[N.length]=3;
     N[N.length]=4;
     N[N.length]=5;
     if (d<15) {
       N[N.length]=6;
     }
     else if ((crtm==12)&&(3==1)) {
       N[N.length]=6;
     }
     else if (crtm+1==3) {
       N[N.length]=6;
     }
     if (d<15) {
       N[N.length]=7;
     }
     else if ((crtm==12)&&(3==1)) {
       N[N.length]=7;
     }
     else if (crtm+1==3) {
       N[N.length]=7;
     }
  L=N.length;
  if (L>0) {
    i=Math.floor(Math.random()*(L));
    if ((i>=0)&&(i<L)) {
       z=N[i];
       if (z==0) {
          R="<a href=\"http://www.edhelper.com/mammals.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/marchonmammalsprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/mammals.htm\"><FONT SIZE=\"2\">Mammals on the March</A><BR></FONT><BR>";
       }
       else if (z==1) {
          R="<a href=\"http://www.edhelper.com/st_patricks_day.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/marstp.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/st_patricks_day.htm\"><FONT SIZE=\"2\">St. Patrick's Day</A><BR></FONT><BR>";
       }
       else if (z==2) {
          R="<a href=\"http://www.edhelper.com/DrSeuss.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/drseussmar.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/DrSeuss.htm\"><FONT SIZE=\"2\">Dr. Seuss</A><BR></FONT><BR>";
       }
       else if (z==3) {
          R="<a href=\"http://www.edhelper.com/US_Women's_History.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/womenshistory.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/US_Women's_History.htm\"><FONT SIZE=\"2\">Women's History</A><BR></FONT><BR>";
       }
       else if (z==4) {
          R="<a href=\"http://www.edhelper.com/spring.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/spring.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/spring.htm\"><FONT SIZE=\"2\">Spring</A><BR></FONT><BR>";
       }
       else if (z==5) {
          R="<a href=\"http://www.edhelper.com/art.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/marcharttheme.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/art.htm\"><FONT SIZE=\"2\">Art</A><BR></FONT><BR>";
       }
       else if (z==6) {
          R="<a href=\"http://www.edhelper.com/pi_day.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/piprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/pi_day.htm\"><FONT SIZE=\"2\">Pi Day</A><BR></FONT><BR>";
       }
       else if (z==7) {
          R="<a href=\"http://www.edhelper.com/pizza.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/pizza-themeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/pizza.htm\"><FONT SIZE=\"2\">Pizza</A><BR></FONT><BR>";
       }
    }
  }
  return R;
}
function aprilP() {
  var R;
  R="";
  try {
    R=aprilP2();
  }
  catch(e) {
    return "";
  }
  return R;
}

function aprilP2() {
  var R = "";
  var L,i,z;
  var N = new Array();
  var now = new Date();
  var d = now.getDate();
  var crtm = now.getMonth()+1;
     N[N.length]=0;
     N[N.length]=1;
     if (d<21) {
       N[N.length]=2;
     }
     else if ((crtm==12)&&(4==1)) {
       N[N.length]=2;
     }
     else if (crtm+1==4) {
       N[N.length]=2;
     }
     if (d<17) {
       N[N.length]=3;
     }
     else if ((crtm==12)&&(4==1)) {
       N[N.length]=3;
     }
     else if (crtm+1==4) {
       N[N.length]=3;
     }
     N[N.length]=4;
     N[N.length]=5;
     N[N.length]=6;
     N[N.length]=7;
  L=N.length;
  if (L>0) {
    i=Math.floor(Math.random()*(L));
    if ((i>=0)&&(i<L)) {
       z=N[i];
       if (z==0) {
          R="<a href=\"http://www.edhelper.com/math.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/mathpict.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/math.htm\"><FONT SIZE=\"2\">Math Month</A><BR></FONT><BR>";
       }
       else if (z==1) {
          R="<a href=\"http://www.edhelper.com/caring_for_earth.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/careforearthprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/caring_for_earth.htm\"><FONT SIZE=\"2\">Caring for Earth</A><BR></FONT><BR>";
       }
       else if (z==2) {
          R="<a href=\"http://www.edhelper.com/caring_for_earth.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/apreday.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/caring_for_earth.htm\"><FONT SIZE=\"2\">Earth Day</A><BR></FONT><BR>";
       }
       else if (z==3) {
          R="<a href=\"http://www.edhelper.com/easter.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/apreast.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/easter.htm\"><FONT SIZE=\"2\">Easter</A><BR></FONT><BR>";
       }
       else if (z==4) {
          R="<a href=\"http://www.edhelper.com/spring.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/spring.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/spring.htm\"><FONT SIZE=\"2\">Spring</A><BR></FONT><BR>";
       }
       else if (z==5) {
          R="<a href=\"http://www.edhelper.com/inventors_and_inventions.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/inventorsprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/inventors_and_inventions.htm\"><FONT SIZE=\"2\">Inventors and Inventions</A><BR></FONT><BR>";
       }
       else if (z==6) {
          R="<a href=\"http://www.edhelper.com/Poetry.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/poetry.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Poetry.htm\"><FONT SIZE=\"2\">Poetry</A><BR></FONT><BR>";
       }
       else if (z==7) {
          R="<a href=\"http://www.edhelper.com/geography/Fifty_States.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/us50statesprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/geography/Fifty_States.htm\"><FONT SIZE=\"2\">50 States</A><BR></FONT><BR>";
       }
    }
  }
  return R;
}
function mayP() {
  var R;
  R="";
  try {
    R=mayP2();
  }
  catch(e) {
    return "";
  }
  return R;
}

function mayP2() {
  var R = "";
  var L,i,z;
  var N = new Array();
  var now = new Date();
  var d = now.getDate();
  var crtm = now.getMonth()+1;
     if (d<11) {
       N[N.length]=0;
     }
     else if ((crtm==12)&&(5==1)) {
       N[N.length]=0;
     }
     else if (crtm+1==5) {
       N[N.length]=0;
     }
     N[N.length]=1;
     if (d<6) {
       N[N.length]=2;
     }
     else if ((crtm==12)&&(5==1)) {
       N[N.length]=2;
     }
     else if (crtm+1==5) {
       N[N.length]=2;
     }
     if (d<14) {
       N[N.length]=3;
     }
     else if ((crtm==12)&&(5==1)) {
       N[N.length]=3;
     }
     else if (crtm+1==5) {
       N[N.length]=3;
     }
     if ((d>=7)&&(crtm==5)) {
       N[N.length]=4;
     }
     if ((d>=15)&&(crtm==5)) {
       N[N.length]=5;
     }
     N[N.length]=6;
     N[N.length]=7;
  L=N.length;
  if (L>0) {
    i=Math.floor(Math.random()*(L));
    if ((i>=0)&&(i<L)) {
       z=N[i];
       if (z==0) {
          R="<a href=\"http://www.edhelper.com/MothersDay.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/mdayprev1.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/MothersDay.htm\"><FONT SIZE=\"2\">Mother's Day</A><BR></FONT><BR>";
       }
       else if (z==1) {
          R="<a href=\"http://www.edhelper.com/mystery.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/mysterythemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/mystery.htm\"><FONT SIZE=\"2\">Mystery May</A><BR></FONT><BR>";
       }
       else if (z==2) {
          R="<a href=\"http://www.edhelper.com/Cinco_de_Mayo.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/cincodemayo.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Cinco_de_Mayo.htm\"><FONT SIZE=\"2\">Cinco de Mayo</A><BR></FONT><BR>";
       }
       else if (z==3) {
          R="<a href=\"http://www.edhelper.com/Teacher_Appreciation_Day.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/tapprday.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Teacher_Appreciation_Day.htm\"><FONT SIZE=\"2\">Teacher Appreciation Day</A><BR></FONT><BR>";
       }
       else if (z==4) {
          R="<a href=\"http://www.edhelper.com/health_disability.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/healthdisabilitiesprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/health_disability.htm\"><FONT SIZE=\"2\">Disabilities Theme Unit</A><BR></FONT><BR>";
       }
       else if (z==5) {
          R="<a href=\"http://www.edhelper.com/Memorial_Day.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/memorialdayprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Memorial_Day.htm\"><FONT SIZE=\"2\">Memorial Day</A><BR></FONT><BR>";
       }
       else if (z==6) {
          R="<a href=\"http://www.edhelper.com/immigration.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/immigrationthemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/immigration.htm\"><FONT SIZE=\"2\">Immigration</A><BR></FONT><BR>";
       }
       else if (z==7) {
          R="<a href=\"http://www.edhelper.com/end_of_school_year.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/endofschoolprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/end_of_school_year.htm\"><FONT SIZE=\"2\">End of School Theme Unit</A><BR></FONT><BR>";
       }
    }
  }
  return R;
}
function juneP() {
  var R;
  R="";
  try {
    R=juneP2();
  }
  catch(e) {
    return "";
  }
  return R;
}

function juneP2() {
  var R = "";
  var L,i,z;
  var N = new Array();
  var now = new Date();
  var d = now.getDate();
  var crtm = now.getMonth()+1;
     N[N.length]=0;
     if (d<15) {
       N[N.length]=1;
     }
     else if ((crtm==12)&&(6==1)) {
       N[N.length]=1;
     }
     else if (crtm+1==6) {
       N[N.length]=1;
     }
     if (d<19) {
       N[N.length]=2;
     }
     else if ((crtm==12)&&(6==1)) {
       N[N.length]=2;
     }
     else if (crtm+1==6) {
       N[N.length]=2;
     }
     N[N.length]=3;
     N[N.length]=4;
  L=N.length;
  if (L>0) {
    i=Math.floor(Math.random()*(L));
    if ((i>=0)&&(i<L)) {
       z=N[i];
       if (z==0) {
          R="<a href=\"http://www.edhelper.com/end_of_school_year.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/endofschoolprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/end_of_school_year.htm\"><FONT SIZE=\"2\">End of School Theme Unit</A><BR></FONT><BR>";
       }
       else if (z==1) {
          R="<a href=\"http://www.edhelper.com/Flag_Day.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/flagdayprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Flag_Day.htm\"><FONT SIZE=\"2\">Flag Day</A><BR></FONT><BR>";
       }
       else if (z==2) {
          R="<a href=\"http://www.edhelper.com/FathersDay.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/fathersday.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/FathersDay.htm\"><FONT SIZE=\"2\">Father's Day</A><BR></FONT><BR>";
       }
       else if (z==3) {
          R="<a href=\"http://www.edhelper.com/summer.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/summer.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/summer.htm\"><FONT SIZE=\"2\">Summer</A><BR></FONT><BR>";
       }
       else if (z==4) {
          R="<a href=\"http://www.edhelper.com/Summer_Activities.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/summeractivitiesprevthemeunitsmall.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Summer_Activities.htm\"><FONT SIZE=\"2\">Daily Summer Activities</A><BR></FONT><BR>";
       }
    }
  }
  return R;
}
function julyP() {
  var R;
  R="";
  try {
    R=julyP2();
  }
  catch(e) {
    return "";
  }
  return R;
}

function julyP2() {
  var R = "";
  var L,i,z;
  var N = new Array();
  var now = new Date();
  var d = now.getDate();
  var crtm = now.getMonth()+1;
     N[N.length]=0;
     N[N.length]=1;
     N[N.length]=2;
     N[N.length]=3;
     if (d<5) {
       N[N.length]=4;
     }
     else if ((crtm==12)&&(7==1)) {
       N[N.length]=4;
     }
     else if (crtm+1==7) {
       N[N.length]=4;
     }
  L=N.length;
  if (L>0) {
    i=Math.floor(Math.random()*(L));
    if ((i>=0)&&(i<L)) {
       z=N[i];
       if (z==0) {
          R="<a href=\"http://www.edhelper.com/summer.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/summer.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/summer.htm\"><FONT SIZE=\"2\">Summer</A><BR></FONT><BR>";
       }
       else if (z==1) {
          R="<a href=\"http://www.edhelper.com/Summer_Activities.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/summeractivitiesprevthemeunitsmall.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Summer_Activities.htm\"><FONT SIZE=\"2\">Daily Summer Activities</A><BR></FONT><BR>";
       }
       else if (z==2) {
          R="<a href=\"http://www.edhelper.com/oceans.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/oceansthemesmall.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/oceans.htm\"><FONT SIZE=\"2\">Ocean Theme Unit</A><BR></FONT><BR>";
       }
       else if (z==3) {
          R="<a href=\"http://www.edhelper.com/beach_theme.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/beachthemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/beach_theme.htm\"><FONT SIZE=\"2\">The Beach</A><BR></FONT><BR>";
       }
       else if (z==4) {
          R="<a href=\"http://www.edhelper.com/4th_of_July.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/july4thsmall.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/4th_of_July.htm\"><FONT SIZE=\"2\">U.S. Independence Day</A><BR></FONT><BR>";
       }
    }
  }
  return R;
}
function augustP() {
  var R;
  R="";
  try {
    R=augustP2();
  }
  catch(e) {
    return "";
  }
  return R;
}

function augustP2() {
  var R = "";
  var L,i,z;
  var N = new Array();
  var now = new Date();
  var d = now.getDate();
  var crtm = now.getMonth()+1;
     N[N.length]=0;
     N[N.length]=1;
     N[N.length]=2;
  L=N.length;
  if (L>0) {
    i=Math.floor(Math.random()*(L));
    if ((i>=0)&&(i<L)) {
       z=N[i];
       if (z==0) {
          R="<a href=\"http://www.edhelper.com/Back_To_School.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/augbtos.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Back_To_School.htm\"><FONT SIZE=\"2\">Back to School</A><BR></FONT><BR>";
       }
       else if (z==1) {
          R="<a href=\"http://www.edhelper.com/pets.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/augustpetprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/pets.htm\"><FONT SIZE=\"2\">Pets</A><BR></FONT><BR>";
       }
       else if (z==2) {
          R="<a href=\"http://www.edhelper.com/Summer_Activities.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/summeractivitiesprevthemeunitsmall.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Summer_Activities.htm\"><FONT SIZE=\"2\">Daily Summer Activities</A><BR></FONT><BR>";
       }
    }
  }
  return R;
}
function septemberP() {
  var R;
  R="";
  try {
    R=septemberP2();
  }
  catch(e) {
    return "";
  }
  return R;
}

function septemberP2() {
  var R = "";
  var L,i,z;
  var N = new Array();
  var now = new Date();
  var d = now.getDate();
  var crtm = now.getMonth()+1;
     if (d<7) {
       N[N.length]=0;
     }
     else if ((crtm==12)&&(9==1)) {
       N[N.length]=0;
     }
     else if (crtm+1==9) {
       N[N.length]=0;
     }
     if (d<13) {
       N[N.length]=1;
     }
     else if ((crtm==12)&&(9==1)) {
       N[N.length]=1;
     }
     else if (crtm+1==9) {
       N[N.length]=1;
     }
     if (d<20) {
       N[N.length]=2;
     }
     else if ((crtm==12)&&(9==1)) {
       N[N.length]=2;
     }
     else if (crtm+1==9) {
       N[N.length]=2;
     }
     if ((d>=12)&&(crtm==9)) {
       N[N.length]=3;
     }
     if (d<12) {
       N[N.length]=4;
     }
     else if ((crtm==12)&&(9==1)) {
       N[N.length]=4;
     }
     else if (crtm+1==9) {
       N[N.length]=4;
     }
     if ((d>=12)&&(crtm==9)) {
       N[N.length]=5;
     }
     if (d<12) {
       N[N.length]=6;
     }
     else if ((crtm==12)&&(9==1)) {
       N[N.length]=6;
     }
     else if (crtm+1==9) {
       N[N.length]=6;
     }
     N[N.length]=7;
     N[N.length]=8;
     N[N.length]=9;
  L=N.length;
  if (L>0) {
    i=Math.floor(Math.random()*(L));
    if ((i>=0)&&(i<L)) {
       z=N[i];
       if (z==0) {
          R="<a href=\"http://www.edhelper.com/Labor_Day.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/LaborDayprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Labor_Day.htm\"><FONT SIZE=\"2\">Labor Day</A><BR></FONT><BR>";
       }
       else if (z==1) {
          R="<a href=\"http://www.edhelper.com/Back_To_School.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/augbtos.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Back_To_School.htm\"><FONT SIZE=\"2\">Back to School</A><BR></FONT><BR>";
       }
       else if (z==2) {
          R="<a href=\"http://www.edhelper.com/Constitution_Day.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/constitutiondayprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Constitution_Day.htm\"><FONT SIZE=\"2\">Constitution Day</A><BR></FONT><BR>";
       }
       else if (z==3) {
          R="<a href=\"http://www.edhelper.com/Apples.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/apples.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Apples.htm\"><FONT SIZE=\"2\">Apples</A><BR></FONT><BR>";
       }
       else if (z==4) {
          R="<a href=\"http://www.edhelper.com/Grandparents_Day.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/grandparentsthemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Grandparents_Day.htm\"><FONT SIZE=\"2\">Grandparents Day</A><BR></FONT><BR>";
       }
       else if (z==5) {
          R="<a href=\"http://www.edhelper.com/farm.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/farm2.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/farm.htm\"><FONT SIZE=\"2\">Farm</A><BR></FONT><BR>";
       }
       else if (z==6) {
          R="<a href=\"http://www.edhelper.com/September11.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/september11.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/September11.htm\"><FONT SIZE=\"2\">September 11</A><BR></FONT><BR>";
       }
       else if (z==7) {
          R="<a href=\"http://www.edhelper.com/Autumn.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/autumnprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Autumn.htm\"><FONT SIZE=\"2\">Autumn</A><BR></FONT><BR>";
       }
       else if (z==8) {
          R="<a href=\"http://www.edhelper.com/rainforests.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/rforeststhemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/rainforests.htm\"><FONT SIZE=\"2\">Rain Forests</A><BR></FONT><BR>";
       }
       else if (z==9) {
          R="<a href=\"http://www.edhelper.com/HispanicHeritage.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/hispanic-theme.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/HispanicHeritage.htm\"><FONT SIZE=\"2\">Hispanic Heritage</A><BR></FONT><BR>";
       }
    }
  }
  return R;
}
function octoberP() {
  var R;
  R="";
  try {
    R=octoberP2();
  }
  catch(e) {
    return "";
  }
  return R;
}

function octoberP2() {
  var R = "";
  var L,i,z;
  var N = new Array();
  var now = new Date();
  var d = now.getDate();
  var crtm = now.getMonth()+1;
     N[N.length]=0;
     N[N.length]=1;
     N[N.length]=2;
     if (d<11) {
       N[N.length]=3;
     }
     else if ((crtm==12)&&(10==1)) {
       N[N.length]=3;
     }
     else if (crtm+1==10) {
       N[N.length]=3;
     }
     N[N.length]=4;
     N[N.length]=5;
     if ((d>=12)&&(crtm==10)) {
       N[N.length]=6;
     }
     if ((d>=12)&&(crtm==10)) {
       N[N.length]=7;
     }
  L=N.length;
  if (L>0) {
    i=Math.floor(Math.random()*(L));
    if ((i>=0)&&(i<L)) {
       z=N[i];
       if (z==0) {
          R="<a href=\"http://www.edhelper.com/halloween.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/octhw.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/halloween.htm\"><FONT SIZE=\"2\">Halloween</A><BR></FONT><BR>";
       }
       else if (z==1) {
          R="<a href=\"http://www.edhelper.com/pumpkins.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/pumpkinsprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/pumpkins.htm\"><FONT SIZE=\"2\">Pumpkins</A><BR></FONT><BR>";
       }
       else if (z==2) {
          R="<a href=\"http://www.edhelper.com/explorers.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/explorers.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/explorers.htm\"><FONT SIZE=\"2\">Explorers</A><BR></FONT><BR>";
       }
       else if (z==3) {
          R="<a href=\"http://www.edhelper.com/Columbus_Day.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/columbusdayprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Columbus_Day.htm\"><FONT SIZE=\"2\">Columbus Day</A><BR></FONT><BR>";
       }
       else if (z==4) {
          R="<a href=\"http://www.edhelper.com/Dinosaurs.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/octdinos.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Dinosaurs.htm\"><FONT SIZE=\"2\">Dinosaurs</A><BR></FONT><BR>";
       }
       else if (z==5) {
          R="<a href=\"http://www.edhelper.com/fire_safety.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/firesafetysmallprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/fire_safety.htm\"><FONT SIZE=\"2\">Fire Safety</A><BR></FONT><BR>";
       }
       else if (z==6) {
          R="<a href=\"http://www.edhelper.com/terrorism_crime.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/crimeandterrorismprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/terrorism_crime.htm\"><FONT SIZE=\"2\">Crime and Terrorism</A><BR></FONT><BR>";
       }
       else if (z==7) {
          R="<a href=\"http://www.edhelper.com/internet_safety.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/inetsafetyprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/internet_safety.htm\"><FONT SIZE=\"2\">Netiquette and Internet Safety</A><BR></FONT><BR>";
       }
    }
  }
  return R;
}
function novemberP() {
  var R;
  R="";
  try {
    R=novemberP2();
  }
  catch(e) {
    return "";
  }
  return R;
}

function novemberP2() {
  var R = "";
  var L,i,z;
  var N = new Array();
  var now = new Date();
  var d = now.getDate();
  var crtm = now.getMonth()+1;
     if (d<24) {
       N[N.length]=0;
     }
     else if ((crtm==12)&&(11==1)) {
       N[N.length]=0;
     }
     else if (crtm+1==11) {
       N[N.length]=0;
     }
     N[N.length]=1;
     if (d<12) {
       N[N.length]=2;
     }
     else if ((crtm==12)&&(11==1)) {
       N[N.length]=2;
     }
     else if (crtm+1==11) {
       N[N.length]=2;
     }
     N[N.length]=3;
     N[N.length]=4;
  L=N.length;
  if (L>0) {
    i=Math.floor(Math.random()*(L));
    if ((i>=0)&&(i<L)) {
       z=N[i];
       if (z==0) {
          R="<a href=\"http://www.edhelper.com/Thanksgiving.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/novtg.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Thanksgiving.htm\"><FONT SIZE=\"2\">Thanksgiving</A><BR></FONT><BR>";
       }
       else if (z==1) {
          R="<a href=\"http://www.edhelper.com/Native_Americans.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/nativeamericans.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Native_Americans.htm\"><FONT SIZE=\"2\">Native Americans</A><BR></FONT><BR>";
       }
       else if (z==2) {
          R="<a href=\"http://www.edhelper.com/VeteransDay.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/veteransdayprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/VeteransDay.htm\"><FONT SIZE=\"2\">Veteran's Day</A><BR></FONT><BR>";
       }
       else if (z==3) {
          R="<a href=\"http://www.edhelper.com/tobacco.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/smokeout.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/tobacco.htm\"><FONT SIZE=\"2\">Great American Smokeout</A><BR></FONT><BR>";
       }
       else if (z==4) {
          R="<a href=\"http://www.edhelper.com/birds.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/birdsthemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/birds.htm\"><FONT SIZE=\"2\">Birds</A><BR></FONT><BR>";
       }
    }
  }
  return R;
}
function decemberP() {
  var R;
  R="";
  try {
    R=decemberP2();
  }
  catch(e) {
    return "";
  }
  return R;
}

function decemberP2() {
  var R = "";
  var L,i,z;
  var N = new Array();
  var now = new Date();
  var d = now.getDate();
  var crtm = now.getMonth()+1;
     N[N.length]=0;
     N[N.length]=1;
     N[N.length]=2;
     N[N.length]=3;
     N[N.length]=4;
     N[N.length]=5;
     N[N.length]=6;
     N[N.length]=7;
  L=N.length;
  if (L>0) {
    i=Math.floor(Math.random()*(L));
    if ((i>=0)&&(i<L)) {
       z=N[i];
       if (z==0) {
          R="<a href=\"http://www.edhelper.com/gingerbread.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/gingerbreadprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/gingerbread.htm\"><FONT SIZE=\"2\">Gingerbread</A><BR></FONT><BR>";
       }
       else if (z==1) {
          R="<a href=\"http://www.edhelper.com/Christmas.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/decxmas.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Christmas.htm\"><FONT SIZE=\"2\">Christmas</A><BR></FONT><BR>";
       }
       else if (z==2) {
          R="<a href=\"http://www.edhelper.com/winter.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/janwin.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/winter.htm\"><FONT SIZE=\"2\">Winter Theme Unit</A><BR></FONT><BR>";
       }
       else if (z==3) {
          R="<a href=\"http://www.edhelper.com/Hanukkah.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/hanukkahprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Hanukkah.htm\"><FONT SIZE=\"2\">Hanukkah</A><BR></FONT><BR>";
       }
       else if (z==4) {
          R="<a href=\"http://www.edhelper.com/Kwanzaa.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/kwanzaaprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Kwanzaa.htm\"><FONT SIZE=\"2\">Kwanzaa</A><BR></FONT><BR>";
       }
       else if (z==5) {
          R="<a href=\"http://www.edhelper.com/transportation_theme.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/transportationprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/transportation_theme.htm\"><FONT SIZE=\"2\">Transportation</A><BR></FONT><BR>";
       }
       else if (z==6) {
          R="<a href=\"http://www.edhelper.com/pine_cones.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/pineconeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/pine_cones.htm\"><FONT SIZE=\"2\">Pine Cones</A><BR></FONT><BR>";
       }
       else if (z==7) {
          R="<a href=\"http://www.edhelper.com/US_wildwildwest.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/wildwildwestprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/US_wildwildwest.htm\"><FONT SIZE=\"2\">Wild West</A><BR></FONT><BR>";
       }
    }
  }
  return R;
}

function CallTodaysMonth(n) {
var R=new Array();
if (n==1) {
return januaryP2();
}
if (n==2) {
return februaryP2();
}
if (n==3) {
return marchP2();
}
if (n==4) {
return aprilP2();
}
if (n==5) {
return mayP2();
}
if (n==6) {
return juneP2();
}
if (n==7) {
return julyP2();
}
if (n==8) {
return augustP2();
}
if (n==9) {
return septemberP2();
}
if (n==10) {
return octoberP2();
}
if (n==11) {
return novemberP2();
}
if (n==12) {
return decemberP2();
}
}

function TodaysDaily() {
  var R,MM,now,M1,D1,M2;
  try {
    now = new Date();
    M1=now.getMonth()+1;
    D1=now.getDate();
    M2=M1+1;
    if (M2==13) {
       M2=1;
    }
    MM=M1;
    if (D1>20) {
       MM=M2;
    }
    R=CallTodaysMonth(MM);
    document.writeln(R);
  }
  catch (e) {
  }
}

function NextMonthsDaily() {
  var R,MM,now,M1,D1,M2;
  try {
    now = new Date();
    M1=now.getMonth()+1;
    D1=now.getDate();
    M2=M1+1;
    if (M2==13) {
       M2=1;
    }
    MM=M2;
    R=CallTodaysMonth(MM);
    document.writeln(R);
  }
  catch (e) {
  }
}
