var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chelsea star Michael Ballack taunts Gunners boss Arsene Wenger: It's easy to beat Arsenal - Daily Mail
";
arnews[0] += "Michael Ballack inflamed the row between Arsenal and Chelsea by calling Arsene Wenger a bad loser and branding the Gunners predictable. Ballack hit back in response to Wenger, who claimed Carlo Ancelotti’s Barclays Premier League leaders had failed to provide ‘a demonstration of football’ as";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 10:16:00 GMT";
arnews[0] += "
";
arnews[1]="Arsenal are out of title race, says Chelsea's Michael Ballack - The Guardian
";
arnews[1] += "Michael Ballack, left, challenges Abou Diaby for the ball during Chelsea's 2-0 win over Arsenal. Photograph: Tom Jenkins Michael Ballack has said the championship is now between only Chelsea and Manchester United, and has told Arsène Wenger to stop ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 06:27:00 GMT";
arnews[1] += "
";
arnews[2]="Premier League: Hull City 1 Chelsea 1 - Daily Record
";
arnews[2] += "Boaz Myhill could only parry it to Nicolas Anelka but the Frenchman fluffed his finish. Chelsea should have taken the lead in 25 minutes but Michael Ballack headed tamely at Myhill from close range. Hull continued to give as good as they got and it ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 09:54:00 GMT";
arnews[2] += "
";
arnews[3]="Arsene Wenger blames press for argument with Michael Ballack - ESPN.com
";
arnews[3] += "Wenger's assertion that \"we didn't get a demonstration of football\" from Chelsea and that the home side \"have a lot of tricks\" by utilising fouls to break up counter-attacks drew a rebuke from Ballack on Monday night. The Germany captain criticised ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 10:45:00 GMT";
arnews[3] += "
";
arnews[4]="Arsenal are out of title race, says Chelsea's Michael Ballack - The Guardian
";
arnews[4] += "Michael Ballack, left, challenges Abou Diaby for the ball during Chelsea's 2-0 win over Arsenal. Photograph: Tom Jenkins Michael Ballack has said the championship is now between only Chelsea and Manchester United, and has told Arsène Wenger to stop ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 11:14:00 GMT";
arnews[4] += "
";
arnews[5]="Arsene Wenger must take blame for Arsenal defeat, says Michael Ballack - Metro.co.uk
";
arnews[5] += "Carlo Ancelotti’s Chelsea returned to the top of the Premier League table after a first-half double from Didier Drogba saw off the challenge of Arsenal at Stamford Bridge on Sunday. Afterwards, Arsenal boss Wenger congratulated the winners on their ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:29: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("