var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Germany and Ivory Coast draw 2-2 in friendly - KATC 3
";
arnews[0] += "GELSENKIRCHEN, Germany (AP) Lukas Podolski scored his second goal of the match in injury time for Germany to draw 2-2 with Ivory Coast in the first game since the death of its goalkeeper Robert Enke. Podolski converted a penalty in the 11th to put ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 23:08:00 GMT";
arnews[0] += "
";
arnews[1]="Germany rescued by late goal against Ivory Coast - MoneyControl.com
";
arnews[1] += "An injury-time goal by Lukas Podolski rescued Germany a 2-2 friendly draw against Ivory Coast on Wednesday, the home team's first game since last week's suicide of national keeper Robert Enke. The hosts took an 11th-minute lead when Guy Demel brought ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 11:32:00 GMT";
arnews[1] += "
";
arnews[2]="Germany ties 2-2 with Cote d'Ivoire in soccer friendly - English_Xinhua
";
arnews[2] += "BERLIN, Nov. 18 (Xinhua) -- Germany played to a 2-2 draw with Cote d'Ivoire in a soccer friendly on Wednesday at Veltins Area. The match started on high pace on both sides. 11 minutes after kick-off, German striker Lukas Podolski converted a penalty ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 00:34:00 GMT";
arnews[2] += "
";
arnews[3]="Podolski double saves Germany on emotional Enke night - Soccerway
";
arnews[3] += "Germany´s striker Lukas Podolski shoots the ball to score a penalty during the friendly football match Germany vs Ivory Coast in Gelsenkirchen, western Germany. The match ended in a 2-2 draw. GELSENKIRCHEN, Germany (AFP) - Striker Lukas Podolski ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:25:00 GMT";
arnews[3] += "
";
arnews[4]="Germany and Ivory Coast draw 2-2 in friendly - FOXSports.com
";
arnews[4] += "GELSENKIRCHEN, Germany (AP) - Lukas Podolski scored his second goal of the match in injury time for Germany to draw 2-2 with Ivory Coast in the first game since the death of its goalkeeper Robert Enke. Podolski converted a penalty in the 11th to put ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 23:51:00 GMT";
arnews[4] += "
";
totcount = 5;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("