var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Chelsea, United cruise as Arsenal stumble
"; arnews[0] += "Manchester United remained five points adrift of the leaders after beating Everton 3-0 at Old Trafford but Arsenal stumbled significantly ahead of their meeting with Chelsea on Sunday, November 29."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:01:45 GMT"; arnews[0] += "
"; arnews[1]="Football: Blues go marching on
"; arnews[1] += "LONDON: Chelsea cranked up the pressure on their Premier League title rivals by cruising to a 4-0 win over struggling Wolves yesterday."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:39:01 GMT"; arnews[1] += "
"; arnews[2]="Essien provides drive for rampant Chelsea
"; arnews[2] += "There was a player named Henry on the pitch but Wolverhampton Wanderers would have needed 11 of them and maybe even a few more if they were ever going to extract anything from this game."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:24:29 GMT"; arnews[2] += "
"; arnews[3]="Ancelotti: Chelsea victory proof January signings not needed
"; arnews[3] += "Michael Essien scored twice inside 10 minutes after Florent Malouda had put the Blues ahead in the fifth minute."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:00:43 GMT"; arnews[3] += "
"; arnews[4]="Chelsea 4 Wolves 0- New wonder boy worth all the fuss as Blues canter to win
"; arnews[4] += "Gael Kakuta, a teenager entrapped in a controversy involving the mandarins from Fifa, delivered a 31-minute cameo on a rainswept afternoon that shone a bright light on the future havoc he can be expected to wreak in a Chelsea shirt."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:16:52 GMT"; arnews[4] += "
"; arnews[5]="Wolves well beaten by brilliant Blues
"; arnews[5] += "The Blues were three goals to the good inside the first 22 minutes through Florent Malouda and a double from Michael Essien."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:59: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("
");document.write("
");