function januaryP() {
var R;
R="";
try {
R=januaryP2();
}
catch(e) {
return "";
}
return R;
}

function januaryP2() {
var R = "";
var L,i,z;
var N = new Array();
var now = new Date();
var d = now.getDate();
var crtm = now.getMonth()+1;
if (d<5) {
N[N.length]=0;
}
else if ((crtm==12)&&(1==1)) {
N[N.length]=0;
}
else if (crtm+1==1) {
N[N.length]=0;
}
N[N.length]=1;
if (d<21) {
N[N.length]=2;
}
else if ((crtm==12)&&(1==1)) {
N[N.length]=2;
}
else if (crtm+1==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;
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/Spanish/New_Years.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/newyearsprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/Spanish/New_Years.htm\"><FONT SIZE=\"2\">Unidad tem&aacute;tica del A&ntilde;o Nuevo</A><BR></FONT><BR>";
}
else if (z==1) {
R="<a href=\"http://www.edhelper.com/Spanish/winter.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/janwin.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/Spanish/winter.htm\"><FONT SIZE=\"2\">Unidad tem&aacute;tica del invierno</A><BR></FONT><BR>";
}
else if (z==2) {
R="<a href=\"http://www.edhelper.com/Spanish/DrMartinLutherKingJr.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/janmlk.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/Spanish/DrMartinLutherKingJr.htm\"><FONT SIZE=\"2\">Unidad tem&aacute;tica del Dr. Martin Luther King, Jr.</A><BR></FONT><BR>";
}
else if (z==3) {
R="<a href=\"http://www.edhelper.com/Spanish/community_helpers.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/communityprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/Spanish/community_helpers.htm\"><FONT SIZE=\"2\">Ayudantes de la Comunidad</A><BR></FONT><BR>";
}
else if (z==4) {
R="<a href=\"http://www.edhelper.com/Spanish/Community_Maps.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/mapsprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/Spanish/Community_Maps.htm\"><FONT SIZE=\"2\">Mapas de la comunidad</A><BR></FONT><BR>";
}
else if (z==5) {
R="<a href=\"http://www.edhelper.com/Spanish/ChineseNewYear.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/cnyear.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/Spanish/ChineseNewYear.htm\"><FONT SIZE=\"2\">El A&ntilde;o Nuevo Chino</A><BR></FONT><BR>";
}
else if (z==6) {
R="<a href=\"http://www.edhelper.com/Spanish/hat.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/hatsthemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/Spanish/hat.htm\"><FONT SIZE=\"2\">El Tema de Sombreros</A><BR></FONT><BR>";
}
else if (z==7) {
R="<a href=\"http://www.edhelper.com/Spanish/penguins.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/janpen.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/Spanish/penguins.htm\"><FONT SIZE=\"2\">Unidad tem&aacute;tica de los ping&uuml;inos</A><BR></FONT><BR>";
}
else if (z==8) {
R="<a href=\"http://www.edhelper.com/Spanish/polarregions.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/janpr.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/Spanish/polarregions.htm\"><FONT SIZE=\"2\">Unidad del tema de las Regiones Polares</A><BR></FONT><BR>";
}
else if (z==9) {
R="<a href=\"http://www.edhelper.com/Spanish/wordplay.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/wordplaytheme.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/Spanish/wordplay.htm\"><FONT SIZE=\"2\">Tema del D&iacute;a de los Rompecabezas</A><BR></FONT><BR>";
}
}
}
return R;
}

