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/German/olympics.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/wintergames-theme.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/German/olympics.htm\"><FONT SIZE=\"2\">Winter Olympics</A><BR></FONT><BR>";
}
else if (z==1) {
R="<a href=\"http://www.edhelper.com/German/valentine.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/febval.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/German/valentine.htm\"><FONT SIZE=\"2\">Valentinstag</A><BR></FONT><BR>";
}
else if (z==2) {
R="<a href=\"http://www.edhelper.com/German/Groundhog_Day.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/ghog1.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/German/Groundhog_Day.htm\"><FONT SIZE=\"2\">Der Murmeltiertag</A><BR></FONT><BR>";
}
else if (z==3) {
R="<a href=\"http://www.edhelper.com/German/ChineseNewYear.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/cnyear.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/German/ChineseNewYear.htm\"><FONT SIZE=\"2\">Das chinesische Neujahr</A><BR></FONT><BR>";
}
else if (z==4) {
R="<a href=\"http://www.edhelper.com/German/BlackHistory.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/blackhistory.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/German/BlackHistory.htm\"><FONT SIZE=\"2\">Die Geschichte der Schwarzen Bev&ouml;lkerung</A><BR></FONT><BR>";
}
else if (z==5) {
R="<a href=\"http://www.edhelper.com/German/sports.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/sportsthemep.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/German/sports.htm\"><FONT SIZE=\"2\">Sport</A><BR></FONT><BR>";
}
else if (z==6) {
R="<a href=\"http://www.edhelper.com/German/presidents.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/uspresidents.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/German/presidents.htm\"><FONT SIZE=\"2\">Der Tag des P&auml;sidenten</A><BR></FONT><BR>";
}
else if (z==7) {
R="<a href=\"http://www.edhelper.com/German/endangered_species.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/endangeredprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/German/endangered_species.htm\"><FONT SIZE=\"2\">Bedrohte Tierarten</A><BR></FONT><BR>";
}
else if (z==8) {
R="<a href=\"http://www.edhelper.com/German/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/German/100th_day_of_school.htm\"><FONT SIZE=\"2\">Der 100. Schultag</A><BR></FONT><BR>";
}
else if (z==9) {
R="<a href=\"http://www.edhelper.com/German/music.htm\"><IMG src=\"http://www.edhelperclipart.com/clipart/musicthemeprev.jpg\" alt=\"\" border=\"0\"></a><BR>"+
"<a href=\"http://www.edhelper.com/German/music.htm\"><FONT SIZE=\"2\">Musik</A><BR></FONT><BR>";
}
}
}
return R;
}

