var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="HowDo.us: Germany share points on emotional night: An injury-time equaliser from Lukas Podolski earned Germany a draw wit.. http://bit.ly/1LzSm8
";
arnews[0] += "Germany share points on emotional night: An injury-time equaliser from Lukas Podolski earned Germany a draw wit..";
arnews[0] += "
";
arnews[1]="Lukas Podolski (L) of Germany celebrates scoring the first goal with team mate Stefan Kiessling
";
arnews[1] += "Lukas Podolski (L) of Germany celebrates scoring the first goal with team mate Stefan Kiessling -";
arnews[1] += "
";
arnews[2]="kicker.tv: Podolskis Tore zum Gedenken
";
arnews[2] += "kicker.tv: Podolskis Tore zum Gedenken -";
arnews[2] += "
";
arnews[3]="jo bucher: RT @drg_Nachrichten: Löw: Kießling war unheimlich präsent http://u.driggle.de/DhZ http://ow.ly/162OJ2
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="Andrew: DEUTSCHLAND ELFENBEINKÜSTE ( ALLE TORE ENDSTAND 2
";
arnews[4] += "DEUTSCHLAND ELFENBEINKÜSTE ( ALLE TORE ENDSTAND 2 -";
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("