var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Premier League: Bent sinks Gunners, Blues cruise
";
arnews[0] += "Darren Bent did not need a beach-ball this time but Sunderland claimed another big scalp with a 1-0 defeat of Arsenal at the Stadium of Light.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:23:10 GMT";
arnews[0] += "
";
arnews[1]="Chelsea, Man U cruise as Arsenal stumble
";
arnews[1] += "Michael Essien scored twice today as Chelsea romped to a 4-0 win over Wolves to lead the Premier League by five points, while Arsenal tumbled 1-0 at Sunderland and Manchester United rose to second with a 3-0 victory over Everton.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:22:26 GMT";
arnews[1] += "
";
arnews[2]="Chelsea, ManU cruise, Arsenal lose
";
arnews[2] += "Chelsea strengthened their position at the top of the Premier League by cruising to a 4-0 win over struggling Wolves on Saturday.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:16:06 GMT";
arnews[2] += "
";
arnews[3]="Liverpool in defiant mood share spoils with City
";
arnews[3] += "Liverpool proved they are not ready to be replaced in the top flight elite by Manchester City just yet as Yossi Benayoun's equaliser secured a draw at Anfield.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:15:55 GMT";
arnews[3] += "
";
arnews[4]="Benitez upbeat after Reds stumble again
";
arnews[4] += "Yossi Benayoun rescued a point for Liverpool by clinching a 2-2 home draw with Manchester City in the English Premier League yesterday that does little to help either side's top-four ambitions.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:15:47 GMT";
arnews[4] += "
";
arnews[5]="Man Utd 3-0 Everton: Red Devils on cruise control
";
arnews[5] += "Darren Fletcher scored a memorable goal as he launched Manchester United on their way to a comfortable 3-0 victory over Everton.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 20:14:19 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("