var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Landon Donovan’s hypocrisy - Soccerlens
";
arnews[0] += "Sometimes in life we have the luxury of being able to say something, criticize people or change our views on things without anyone being able to point out the fact that we’ve changed our opinion of views. Sometimes we don’t even realise we’re ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:33:00 GMT";
arnews[0] += "
";
arnews[1]="Misunderstood: A Response to “Landon Donovan’s Hypocrisy” - Soccerlens
";
arnews[1] += "After reading my Soccerlens colleague’s article, “Landon Donovan’s Hypocrisy,” I felt compelled to respond in greater length than a simple comment allows. The article recounts Donovan’s criticism of David Beckham in July 2009 and ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:33:00 GMT";
arnews[1] += "
";
arnews[2]="US midfielder Landon Donovan scores first Premier League goal - The Gaea Times
";
arnews[2] += "LIVERPOOL, England — U.S. midfielder Landon Donovan scored his first Premier League goal, helping Everton defeat Sunderland 2-0 on Wednesday night. Donovan, on a 10-week loan from Major League Soccer’s Los Angeles Galaxy, scored in the 19th ...";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 03:08:00 GMT";
arnews[2] += "
";
arnews[3]="Anfield jinx for Landon Donovan again - ESPN.com
";
arnews[3] += "It was back in 2005, when Donovan was on the books of Bayer Leverkusen, when he first squared off against the Reds in a UEFA Champions League match. The U.S. international went on to deliver a horrific 53-minute stint that hastened his return to the ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 21:11:00 GMT";
arnews[3] += "
";
arnews[4]="EPL Preview: Week 26: The "Big Four" Fixtures - Bleacherreport.com
";
arnews[4] += "The Gunners are coming off two consecutive defeats and are nine points behind pace settlers, Chelsea, now. Rafael Benitez is still missing star striker Fernando Torres, so Liverpool is surely a step down from the likes of Manchester United and ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:52:00 GMT";
arnews[4] += "
";
arnews[5]="AP Interview: Ruud Gullit takes the blame for failure with Los Angeles ... - The Gaea Times
";
arnews[5] += "BRISTOL, Conn. — Ruud Gullit didn’t take long to realize he was the wrong man to coach David Beckham and the Los Angeles Galaxy. “In LA, nobody is talking about soccer. No television stations. You see it nowhere,” Gullit said. “It’s ...";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 23:56: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("