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