function februaryP() {
var R;
R="";
try {
R=februaryP2();
}
catch(e) {
return "";
}
return R;
}

function februaryP2() {
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;
if (d<15) {
N[N.length]=1;
}
else if ((crtm==12)&&(2==1)) {
N[N.length]=1;
}
else if (crtm+1==2) {
N[N.length]=1;
}
if (d<3) {
N[N.length]=2;
}
else if ((crtm==12)&&(2==1)) {
N[N.length]=2;
}
else if (crtm+1==2) {
N[N.length]=2;
}
if (d<7) {
N[N.length]=3;
}
else if ((crtm==12)&&(2==1)) {
N[N.length]=3;
}
else if (crtm+1==2) {
N[N.length]=3;
}
N[N.length]=4;
N[N.length]=5;
if (d<18) {
N[N.length]=6;
}
else if ((crtm==12)&&(2==1)) {
N[N.length]=6;
}
else if (crtm+1==2) {
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/olympics.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/wintergames-theme.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/olympics.htm\"><FONT SIZE=\"2\">Winter Olympics</A><BR></FONT><BR>";
}
else if (z==1) {
R="<a href=\"http://www.edhelper.com/French/valentine.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/febval.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/valentine.htm\"><FONT SIZE=\"2\">La Saint Valentin</A><BR></FONT><BR>";
}
else if (z==2) {
R="<a href=\"http://www.edhelper.com/French/Groundhog_Day.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/ghog1.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/Groundhog_Day.htm\"><FONT SIZE=\"2\">La journ&eacute;e de la marmotte</A><BR></FONT><BR>";
}
else if (z==3) {
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==4) {
R="<a href=\"http://www.edhelper.com/French/BlackHistory.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/blackhistory.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/BlackHistory.htm\"><FONT SIZE=\"2\">Histoire des Afro-Am&eacute;ricains</A><BR></FONT><BR>";
}
else if (z==5) {
R="<a href=\"http://www.edhelper.com/French/sports.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/sportsthemep.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/sports.htm\"><FONT SIZE=\"2\">Sports</A><BR></FONT><BR>";
}
else if (z==6) {
R="<a href=\"http://www.edhelper.com/French/presidents.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/uspresidents.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/presidents.htm\"><FONT SIZE=\"2\">La f&ecirc;te des pr&eacute;sidents am&eacute;ricains</A><BR></FONT><BR>";
}
else if (z==7) {
R="<a href=\"http://www.edhelper.com/French/endangered_species.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/endangeredprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/endangered_species.htm\"><FONT SIZE=\"2\">Les animaux en voie de disparition</A><BR></FONT><BR>";
}
else if (z==8) {
R="<a href=\"http://www.edhelper.com/French/100th_day_of_school.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/100daythemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/100th_day_of_school.htm\"><FONT SIZE=\"2\">Le 100&egrave;me jour de l'&eacute;cole</A><BR></FONT><BR>";
}
else if (z==9) {
R="<a href=\"http://www.edhelper.com/French/music.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/musicthemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/French/music.htm\"><FONT SIZE=\"2\">Musique</A><BR></FONT><BR>";
}
}
}
return R;
}

