var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Goal.com World Player Of The Week: Bayern Munich's Arjen Robben - goal.com
";
arnews[0] += "Bayern Munich have built unstoppable momentum in the German top-flight of late, stringing together eight successive wins to put themselves level on the top of the Bundesliga table with Bayer Leverkusen. Louis van Gaal's side have been rejuvenated by ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 06:27:00 GMT";
arnews[0] += "
";
arnews[1]="FC Bayern: Christian Lell's Dog, Thomas Muller's Contract and Much ... - Bleacherreport.com
";
arnews[1] += "Christian Lell's Dog and Arjen Robben's Tights On the field, it is rare to see Christian Lell play, even as a sub. Off the field, however, he has made himself heard. German tabloid Bild recently published an article stating that Lell had won a ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 22:18:00 GMT";
arnews[1] += "
";
arnews[2]="Franck Ribery Finally Returns; Bayern and Werder Provide a Thriller - Bleacherreport.com
";
arnews[2] += "Bayern beat Werder to top the table for a day on Saturday night at the Weser Stadion, 3-2 prior to Leverkusen's 3-0 win against Hoffenheim. This match can be looked at in two ways: Bremen's incapability to defend or Bayern's incapability to finish ...";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 20:19:00 GMT";
arnews[2] += "
";
arnews[3]="FC Hollywood: Lights, Camera, Action! - Soccerlens
";
arnews[3] += "Bayern Munich lived up to their nickname FC Hollywood after they qualified for the last 16 of this season’s Champions League in truly dramatic fashion. They never seem to do the task in hand the easy way. Drama always seems to surround the Germans ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:33:00 GMT";
arnews[3] += "
";
arnews[4]="World Soccer - YAHOO!
";
arnews[4] += "File - In this Dec. 19, 2009 file picture Munich's Arjen Robben, left, and Berlin's Maximilian Nicu, right, challenge for the ball during the German first division Bundesliga soccer match between FC Bayern Munich and Hertha BSC Berlin in the stadium ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 18:23:00 GMT";
arnews[4] += "
";
arnews[5]="Long johns set to land Robben in hot water - YAHOO!
";
arnews[5] += "AFP/DDP/File – Bayern Munich's Dutch striker Arjen Robben shoots during Bayern's game against Mainz 05 on January … 1 hr 25 mins ago BERLIN (AFP) – Bayern Munich's Dutch midfielder Arjen Robben could be in hot water with Bundesliga bosses ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 18:16:00 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("