var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Andrei Arshavin admits worries ahead of Slovenia showdown - ESPN.com
";
arnews[0] += "Arsenal star Andrei Arshavin has admitted he is concerned about his own form ahead of Russia's World Cup play-off second leg with Slovenia on Wednesday night. Arshavin captained Russia to a 2-1 win in Moscow at the weekend when Everton midfielder ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 12:59:00 GMT";
arnews[0] += "
";
arnews[1]="Arsenal Player Ratings Vs Sunderland - Bleacherreport.com
";
arnews[1] += "The absence of Robin van Persie was evident as Arsenal lacked their usual threatening attacking force in their 1-0 defeat to Sunderland. The loss was Arsenal first this season in which they did not find the back of the net. The loss also means ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 10:46:00 GMT";
arnews[1] += "
";
arnews[2]="Andrei Arshavin: One Of The Most Underrated Players In The World? - Bleacherreport.com
";
arnews[2] += "Its a fact: There are underrated things, and there are overrated things. That's just how the world works. This is also true when it comes to the world of football. While some players' efforts are greatly unappreciated, some are greatly overvalued ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 04:12:00 GMT";
arnews[2] += "
";
arnews[3]="Torres: Mark Hughes to try and take Liverpool striker away - Daily Star
";
arnews[3] += "MARK Hughes will make another audacious bid to prise Fernando Torres away from Anfield if Manchester City replace Liverpool in the Premier League’s Big Four this season. ROY Hodgson fears Fulham could suffer the fall-out from David Ngog’s ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:31:00 GMT";
arnews[3] += "
";
arnews[4]="Slovenia stun Russia to reach World Cup - Big Hollywood
";
arnews[4] += "Russia's Andrei Arshavin (R) clashes with Slovenia's Bojan Jokic during the... Slovenia's Zlatko Dedic (L) celebrates with his teammates after scoring aga... Slovenia qualified for only their second World Cup on Wednesday with a 1-0 win over Russia ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:10:00 GMT";
arnews[4] += "
";
arnews[5]="Darren Bent strike seals Sunderland victory against Arsenal - The Guardian
";
arnews[5] += "Sunderland's Darren Bent celebrates scoring the winning goal at the Stadium of Light against Arsenal. Photograph: Laurence Griffiths/Getty Images Darren Bent, who had looked a forlorn and improbable international striker as England were being taken ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:28:00 GMT";
arnews[5] += "
";
arnews[6]="Slovenia, Ukraine sense World Cup chance - France 24
";
arnews[6] += "Andrei Arshavin (L) of Russia clashes with Aleksander Radosavljevic of Slovenia during their World Cup 2010 first leg play-off football match in Moscow. Russia won 2-1. Ukraine's Andriy Shevchenko (R) fights for the ball with Greece's Kostas ...";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 07:55:00 GMT";
arnews[6] += "
";
arnews[7]="Russia beats Slovenia 2-1 in WC playoff first leg - FOXSports.com
";
arnews[7] += "MOSCOW (AP) - Diniyar Bilyaletdinov struck twice to help Russia take a step toward the World Cup finals on Saturday, beating Slovenia 2-1 in their first-leg playoff. Bilyaletdinov's first goal came in the 40th minute after the Everton midfielder ...";
arnews[7] += "
Publ.Date : Sat, 14 Nov 2009 22:44:00 GMT";
arnews[7] += "
";
arnews[8]="Russia 2 Slovenia 1 - World Cup European playoff - ESPN.com
";
arnews[8] += "Russia: 1-Igor Akinfeyev; 2-Alexander Anyukov, 4-Sergei Ignashevich, 5-Vasily Berezutsky, 18-Yuri Zhirkov; 7-Igor Denisov, 11-Sergei Semak (15-Vladimir Bystrov 60), 6-Diniyar Bilyaletdinov, 17-Konstantin Zyryanov; 10-Andrei Arshavin, 9-Roman ...";
arnews[8] += "
Publ.Date : Sat, 14 Nov 2009 18:12:00 GMT";
arnews[8] += "
";
totcount = 9;
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("