var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Steven Gerrard Wants Liverpool To Target 'Wounded Animal' Arsenal - goal.com
";
arnews[0] += "The England international believes the Gunners' confidence will have been dented by their 3-1 home defeat by United and Sunday's 2-0 away loss at Chelsea. He also thinks the Blues and United have shown that the way to overcome the north Londoners is ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:03:00 GMT";
arnews[0] += "
";
arnews[1]="Steven Gerrard: Liverpool can overtake Arsenal - Metro.co.uk
";
arnews[1] += "The Gunners have taken just one point from their last three Barclays Premier League matches and, having been dumped out of the FA Cup by Stoke, have not won in four games. Liverpool, by contrast, have put together a league run of five wins and two ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 11:57:00 GMT";
arnews[1] += "
";
arnews[2]="Steven Gerrard warns 'wounded' Gunners - you're next in line for a ... - Daily Mail
";
arnews[2] += "Liverpool skipper Steven Gerrard has insisted Arsenal are there for the taking in his side's seventh 'cup final' in as many games. On a roll: Liverpool's Steven Gerrard celebrates his side's defeat of local rivals Everton The Reds are now just five ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 11:42:00 GMT";
arnews[2] += "
";
arnews[3]="Watch out Arsenal! Liverpool skipper Steven Gerrard says his side are ... - Daily Mail
";
arnews[3] += "Liverpool skipper Steven Gerrard feels Saturday's derby-day win over Everton will boost his side's chances of beating Arsenal and maintaining their Champions League status. Dirk Kuyt's second-half goal handed Liverpool - who had Sotirious Kyrgiakos ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 11:42:00 GMT";
arnews[3] += "
";
arnews[4]="Special: What Odds Arshavin Makes It A Night To 'Four-Get' For Benitez ... - goal.com
";
arnews[4] += "Liverpool captain Steven Gerrard has scored three goals against Arsenal in his career while team-mate Fernando Torres was on the mark twice in that 4-4 draw.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:53:00 GMT";
arnews[4] += "
";
arnews[5]="Aquilani dan Skrtel Absen Lawan Arsenal - Bola Sportsline
";
arnews[5] += "Otomatis, Rafa sangat mengandalkan sang kapten, Steven Gerrard tampil impresif untuk menutupi kekurangan pemain lainnya. \"Aquilani sedang sakit dan muntah-muntah, jadi dia tidak akan dalam skuad, saat ini kondisinya terlalu lemah,\" tutur Rafael ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:11: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("