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;
     }
     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/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>";
       }
       else if (z==8) {
          R="<a href=\"http://www.edhelper.com/Spiders.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/spidersthemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Spiders.htm\"><FONT SIZE=\"2\">Spiders</A><BR></FONT><BR>";
       }
       else if (z==9) {
          R="<a href=\"http://www.edhelper.com/Bats.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/mammalbatstheme.jpg\" alt=\"\" border=\"0\"></a><BR>"+
            "<a href=\"http://www.edhelper.com/Bats.htm\"><FONT SIZE=\"2\">Bats</A><BR></FONT><BR>";
       }
    }
  }
  return R;
}

