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/French/New_Years.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/newyearsprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/New_Years.htm\"><FONT SIZE=\"2\">Le nouvel an</A><BR></FONT><BR>";
}
else if (z==1) {
R="<a href=\"http://www.edhelper.com/French/winter.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/janwin.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/winter.htm\"><FONT SIZE=\"2\">Hiver</A><BR></FONT><BR>";
}
else if (z==2) {
R="<a href=\"http://www.edhelper.com/French/DrMartinLutherKingJr.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/janmlk.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/DrMartinLutherKingJr.htm\"><FONT SIZE=\"2\">Dr. Martin Luther King, Jr.</A><BR></FONT><BR>";
}
else if (z==3) {
R="<a href=\"http://www.edhelper.com/French/community_helpers.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/communityprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/community_helpers.htm\"><FONT SIZE=\"2\">Les fonctionnaires publics</A><BR></FONT><BR>";
}
else if (z==4) {
R="<a href=\"http://www.edhelper.com/French/Community_Maps.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/mapsprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/Community_Maps.htm\"><FONT SIZE=\"2\">Cartes de la commune</A><BR></FONT><BR>";
}
else if (z==5) {
R="<a href=\"http://www.edhelper.com/French/ChineseNewYear.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/cnyear.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/ChineseNewYear.htm\"><FONT SIZE=\"2\">Le nouvel an chinois</A><BR></FONT><BR>";
}
else if (z==6) {
R="<a href=\"http://www.edhelper.com/French/hat.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/hatsthemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/hat.htm\"><FONT SIZE=\"2\">Chapeaux</A><BR></FONT><BR>";
}
else if (z==7) {
R="<a href=\"http://www.edhelper.com/French/penguins.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/janpen.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/penguins.htm\"><FONT SIZE=\"2\">Pingouins</A><BR></FONT><BR>";
}
else if (z==8) {
R="<a href=\"http://www.edhelper.com/French/polarregions.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/janpr.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/polarregions.htm\"><FONT SIZE=\"2\">R&eacute;gions polaires</A><BR></FONT><BR>";
}
else if (z==9) {
R="<a href=\"http://www.edhelper.com/French/wordplay.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/wordplaytheme.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/wordplay.htm\"><FONT SIZE=\"2\">La journ&eacute;e des puzzles</A><BR></FONT><BR>";
}
}
}
return R;
}

