var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chelsea and United win, Gunners crash
";
arnews[0] += "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[0] += "
Publ.Date : Sun, 22 Nov 2009 01:27:33 GMT";
arnews[0] += "
";
arnews[1]="Tottenham Hotspur v Wigan Athletic - Follow LIVE text commentary
";
arnews[1] += "Tottenham Hotspur v Wigan Athletic Follow every kick as Tottenham Hotspur take on Wigan Athletic at White Hart Lane in the Premier League on 22-Nov-2009, kick off time 15:00 Tottenham Hotspur v Wigan Athletic Live Tottenham Hotspur will be looking to continue their fine early season form when they welcome Wigan Athletic to White Hart Lane on Sunday ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:14:45 GMT";
arnews[1] += "
";
arnews[2]="Chelsea thrash Wolves 4-0 while Arsenal crash
";
arnews[2] += "Chelsea trounced struggling Wolverhampton Wanderers 4-0 to surge eight points clear in the English Premier League on Saturday after closest rivals Arsenal slumped to a 1-0 defeat at Sunderland.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:13:56 GMT";
arnews[2] += "
";
arnews[3]="Spurs keeper Cudicini out for rest of the season
";
arnews[3] += "LONDON: Tottenham Hotspur goalkeeper Carlo Cudicini was discharged from hospital on Friday following surgery after a motorcycle crash but the Italian is unlikely to play again this season, his club manager said on Friday.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:37:54 GMT";
arnews[3] += "
";
arnews[4]="Chelsea dominate Wanderers 4-0
";
arnews[4] += "Chelsea trounced struggling Wolverhampton Wanderers 4-0 to surge eight points clear in the Premier League on Saturday after Arsenala s 14-match unbeaten run ended with a 1-0 defeat at Sunderland.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:02:03 GMT";
arnews[4] += "
";
arnews[5]="Benitez upbeat after Reds stumble again
";
arnews[5] += "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[5] += "
Publ.Date : Sat, 21 Nov 2009 20:15:47 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("