var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arsenal vs. Liverpool - Soccerway
";
arnews[0] += "Liverpool travel to the Emirates to face a troubled Arsenal side on Wednesday. The Reds have lost just once since their 2-1 defeat to Arsenal at Anfield on 13th December. Andrey Arshavin scored the winner in that match and his four-goal salvo in the ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:02:00 GMT";
arnews[0] += "
";
arnews[1]="Bridgeport girl, 13, reports fiance missing - KREM
";
arnews[1] += "The Wenatchee World reports an arrest warrant was issued Thursday for the man, Fernando Torres-Coronado, on a rape charge.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:53:00 GMT";
arnews[1] += "
";
arnews[2]="Sick Aquilani misses Gunners date - Football365.com
";
arnews[2] += "Liverpool's only other absentees are striker Fernando Torres (knee), Yossi Benayoun (rib) and Glen Johnson (knee), all of whom are still some way off full fitness. Reds (from): Reina, Skrtel, Agger, Carragher, Insua, Gerrard, Lucas, Rodriguez, Riera ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:51:00 GMT";
arnews[2] += "
";
arnews[3]="Liverpool Boss Rafael Benitez Confirms Alberto Aquilani Absence For ... - Goal.com
";
arnews[3] += "Liverpool's trip to Arsenal has been hampered by midfield playmaker Alberto Aquilani's inability to recover from a virus, possibly caught from team-mate Martin Skrtel. Meanwhile, key trio Fernando Torres; Yossi Benayoun and Glen Johnson are also all ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:29:00 GMT";
arnews[3] += "
";
arnews[4]="Aquilani dan Skrtel Absen Lawan Arsenal - Bola Sportsline
";
arnews[4] += "Bagaimana tidak, setelah tiga pemain pilarnya Fernando Torres, Yossi Benayoun, dan Glen Johnson masih dibebat cedera, Aqualani dan Skrtel pun diragukan tampil. Situasi ini akan mempersulit Rafa menerapkan strateginya menghadapi The Gunners nanti.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:49:00 GMT";
arnews[4] += "
";
arnews[5]="Liverpool Analysis: Dirk Kuyt's Big-Match Mentality Makes Him Just As ... - Goal.com
";
arnews[5] += "The Dutchman is not the first Liverpool player to reach a milestone at Anfield this season, of course. Fernando Torres tore up the record books when he reached his 50th Premier League goal in just 72 games, and whilst Kuyt lacks the X-Factor and the ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 16:30:00 GMT";
arnews[5] += "
";
arnews[6]="Steven Gerrard and Fernando Torres will not be sold, insist Liverpool - Metro.co.uk
";
arnews[6] += "Manager Rafael Benitez had little money to spend in the winter transfer window to bolster a squad which has had a poor first half of the season. It is unlikely co-owners Tom Hicks and George Gillett will be able to provide substantial funds in the ...";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 12:32:00 GMT";
arnews[6] += "
";
arnews[7]="Liverpool star Albert Riera vows Spanish pals Fernando Torres and Pepe ... - Daily Mail
";
arnews[7] += "Albert Riera insists Liverpool's Spanish stars will not jump ship if Rafa Benitez walks out of Anfield. Spaniard Benitez has been strongly linked with a move to Juventus following a disappointing season. With the Reds 14 points off the pace in the ...";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 12:18:00 GMT";
arnews[7] += "
";
totcount = 8;
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("