var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Paul Merson: The Soccerlens interview - Soccerlens
";
arnews[0] += "Paul Merson speaks to Soccerlens about England’s chances in 2010, Alan Shearer, and why any Germany game holds special memories for him. Watching a 40-year-old Paul Merson take to the field a couple of months ago against Scotland Legends you could ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:35:00 GMT";
arnews[0] += "
";
arnews[1]="Lee Sharpe: The Soccerlens interview - Soccerlens
";
arnews[1] += "Manchester United fans from the start of the 1990s will probably remember Lee Sharpe. Arsenal fans of that era will probably remember him too, albeit in a less enthusiastic manner. In the 1990-91 season, Sharpe was an electric, precocious teenager ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:47:00 GMT";
arnews[1] += "
";
arnews[2]="Boucher likely to be fit for Kolkata Test - CricBuzz
";
arnews[2] += "Mark Boucher's further participation in the ongoing first Test against India is doubtful due to back sprain but the team management is confident that South African stumper will be fit for the second Test in Kolkata. Boucher left the field today ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:33:00 GMT";
arnews[2] += "
";
arnews[3]="Owen will get more first-team opportunities: Ferguson - The Gaea Times
";
arnews[3] += "LONDON - Manchester United manager Sir Alex Ferguson has said that striker Michael Owen will get more first-team opportunities in the coming weeks. Owen has started just one game for United since scoring a Champions League hat-trick against Wolfsburg ...";
arnews[3] += "
Publ.Date : Fri, 15 Jan 2010 09:34:00 GMT";
arnews[3] += "
";
arnews[4]="Shebby’s short cuts - The Malaysian Insider
";
arnews[4] += "JULY 13 — This is my take on a few of the highlights in the world of football over the past couple of weeks. My first comment is actually an extension of an idea suggested by a very close and dear mate of mine while I was involved in the coverage ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:50:00 GMT";
arnews[4] += "
";
arnews[5]="Will Fergie Sacrifice Wayne Rooney Again? - Bleacherreport.com
";
arnews[5] += "In the fierce public relations war now raging in Red Manchester, the United board must feel that for the first time this season, it is gaining the upper hand. United may be crippled by a near £720 million debt but the impact of the financial tsunami ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:45:00 GMT";
arnews[5] += "
";
arnews[6]="Perfect blend gives Chelsea the edge - The Malaysian Insider
";
arnews[6] += "FEB 8 — So, that’s settled it: the English Premier League, everyone seems to be in agreement, is now a two-horse race between Manchester United and Chelsea following the latter’s 2-0 victory against Arsenal at Stamford Bridge yesterday. It was ...";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 00:50:00 GMT";
arnews[6] += "
";
arnews[7]="Virtuosos, hustlers and bustlers: why the best strikers never lose it - The Guardian
";
arnews[7] += "Kevin Phillips is one of the best penalty-box hustlers the domestic game has produced. Photograph: Carl Recine/Action Images Alex McLeish, the Birmingham City manager, painted a wonderful picture of Kevin Phillips' future after the introduction of ...";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 01:04:00 GMT";
arnews[7] += "
";
arnews[8]="FT ADVERT SEEKS CRYSTAL PALACE BUYER - Football365.com
";
arnews[8] += "The administrators in charge of Crystal Palace have taken out an advert in Tuesday's Financial Times in a bid to sell the Coca-Cola Championship club. The P&A Partnership are offering buyers the chance to own \"a long-established south London club ...";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 20:32: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("