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