var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Benitez expects win to kick-start Liverpool's season - AsiaOne
";
arnews[0] += "... to play with 10 men for almost an hour after Greek defender Kyrgiakos was sent off for a two-footed challenge on Marouane Fellaini ... a poor challenge on Javier Mascherano as tempers boiled over at Anfield. But Benitez could afford to take a ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 13:11:00 GMT";
arnews[0] += "
";
arnews[1]="Man Utd use Mascherano as example in Ferdinand appeal - Tribal Football
";
arnews[1] += "Manchester United will use Javier Mascherano as the example as to why Rio Ferdinand did ... when the Argentina star caught Jermaine Beckford on the head. \"The concern is the word frivolous,\" stated boss Sir Alex Ferguson . \"The two most experienced ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 19:32:00 GMT";
arnews[1] += "
";
arnews[2]="Manchester United to cite Liverpool's Javier Mascherano when they ... - Daily Mail
";
arnews[2] += "Manchester United will cite the example of Javier Mascherano when they attempt to prove Rio Ferdinand did not lodge a 'frivolous' appeal against a three-match ban last week. Ferdinand was hit with a violent conduct charge by the Football Association ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 17:16:00 GMT";
arnews[2] += "
";
arnews[3]="Liverpool's Javier Mascherano Defends Referee After Fierce Derby ... - Goal.com
";
arnews[3] += "Two players were dismissed, and another five were booked, in a game that will most likely be remembered for its rash tackles, rather than Dirk Kuyt's 55th-minute winner. The dismissals of Sotirios Kyrgiakos and Steven Pienaar means there have now ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 20:26:00 GMT";
arnews[3] += "
";
arnews[4]="Manchester United's Rio Ferdinand drops appeal over extended ban - Daily Telegraph
";
arnews[4] += "The new England captain was given a three-game ban for elbowing the Hull City striker Craig Fagan in the face during Manchester United ’s 4-0 victory over Phil Brown’s side last month. His initial appeal against that ban was deemed frivolous and ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:02:00 GMT";
arnews[4] += "
";
arnews[5]="Nike RED – ‘Lace Up, Save Lives’ ad - Soccerlens
";
arnews[5] += "Nike and RED have released a new advert for their campaign against HIV/AIDS in Africa. The advert features not just football players but also the faces of Nike in tennis (Maria Sharapova) and basketball (Kobe Bryant). The footballers in the advert ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:33: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("