var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blues cruise, Gunners stumble
";
arnews[0] += "LONDON: Chelsea cranked up the pressure on their Premier League title rivals by cruising to a 4-0 win over struggling Wolves yesterday.. A club-record 12th consecutive home win sent Chelsea eight points clear of Arsenal, who crashed to a 1-0 defeat at Sunderland.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:57:28 GMT";
arnews[0] += "
";
arnews[1]="Chelsea clobbers Wolves
";
arnews[1] += "Chelsea clobbers Wolves Chelsea's Michael Essien, third left, scores his first goal during the English Premier League soccer match between Chelsea and Wolverhampton Wanderers at Stamford Bridge stadium in London, Saturday, Nov.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:49:55 GMT";
arnews[1] += "
";
arnews[2]="Chelsea cruise as Arsenal stumble
";
arnews[2] += "LONDON: 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 : Sun, 22 Nov 2009 02:15:23 GMT";
arnews[2] += "
";
arnews[3]="Coyle's future at Turf
";
arnews[3] += "AS ONE managerial post opens, another rumour linking Clarets manager Owen Coyle with the vacancy spirals out of control.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:45:15 GMT";
arnews[3] += "
";
arnews[4]="Chelsea and United win, Gunners crash
";
arnews[4] += "Joe Cole is lifted up by Salomon Kalou after scoring at Stamford Bridge. Chelsea has trounced struggling Wolverhampton Wanderers 4-0 to stay five points clear of champion Manchester United at the top of the Premier League.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:27:33 GMT";
arnews[4] += "
";
arnews[5]="Burnley 1 Aston Villa 1- Heskey warned despite wrecking anniversary waltz
";
arnews[5] += "A Emile Heskey finally got off the mark when he headed a late equaliser to salvage a barely deserved point for Martin O'Neill's side.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:17:07 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("