var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Koln allay Podolski foot fears
";
arnews[0] += "Koln coach Zvonimir Soldo has allayed fears that Lukas Podolski had suffered a serious setback in his recovery from a foot problem.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 11:26:24 GMT";
arnews[0] += "
";
arnews[1]="PREVIEW: Minnows looking for continuation of cup fairy tale
";
arnews[1] += "The three remaining lower division clubs still involved in the German Cup are looking for a continuation of their fairy tale run as the quarter-finals take place midweek.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 12:30:11 GMT";
arnews[1] += "
";
arnews[2]="VIDEO: Rouwen Hennings (St Pauli), the next 'Lukas Podolski' / Performances of the day
";
arnews[2] += "VIDEO: Rouwen Hennings , the next \"Lukas Podolski\" Players Rouwen Hennings Rouwen Hennings scored a brace for St Pauli Hamburg in their 2-1 win over Karlsruher SC.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 14:47:40 GMT";
arnews[2] += "
";
arnews[3]="Wait for Van Nistelrooy Debut
";
arnews[3] += "Cologne v Hamburg. Click here to bet. Ruud van Nistelrooy is unlikely to make his long-awaited Hamburg debut at Cologne on Saturday.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 15:44:54 GMT";
arnews[3] += "
";
arnews[4]="The Wholesale Stuff - Beijing, China
";
arnews[4] += "The Wholesale Stuff But no matter where you live and how you call them, you need a good pair of soccer shoes to excel at the game of wholesale soccer shoes .";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 01:35:28 GMT";
arnews[4] += "
";
arnews[5]="Hanke Chief Man for Hannover
";
arnews[5] += "Hannover 96 v Nurnberg. Click here to bet. Hannover coach Mirko Slomka is putting his faith in Germany international Mike Hanke to lead his side to their first win since October and away from the Bundesliga relegation zone.";
arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 16:16:55 GMT";
arnews[5] += "
";
totcount = 6;
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("