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