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;
}
