var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Millwall fans plan to cause chaos in Staines
";
arnews[0] += "I'M A Celebrity's Kate Price believes she is so hated the public actually want to see her die in the jungle.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:27:53 GMT";
arnews[0] += "
";
arnews[1]="Frank Lampard meets Christine Bleakley's co-star Adrian CHiles
";
arnews[1] += "VICTORIA Beckham took off on a love chase yesterday as she dashed to get to grips with her man David Beckham.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:27:00 GMT";
arnews[1] += "
";
arnews[2]="Chelsea 4 Wolves 0- New wonder boy worth all the fuss as Blues canter to win
";
arnews[2] += "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[2] += "
Publ.Date : Sun, 22 Nov 2009 01:16:52 GMT";
arnews[2] += "
";
arnews[3]="One of Europes top players reveals truth about Serbian horse doctor
";
arnews[3] += "When Robin van Persie was carried off on a stretcher screaming in agony last Saturday after just 10 minutes of Holland's international fixture with Italy, his season seemed as good as over.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:15:49 GMT";
arnews[3] += "
";
arnews[4]="Richard Jolly was impressed by Man United's midfielders weighing in with their share of goals.
";
arnews[4] += "Some games appear scripted for the strikers. This was one such, providing a trio of protagonists with interweaving tales.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:04:20 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] += "
";
arnews[6]="Football: Blues go marching on
";
arnews[6] += "LONDON: Chelsea cranked up the pressure on their Premier League title rivals by cruising to a 4-0 win over struggling Wolves yesterday.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 00:43:13 GMT";
arnews[6] += "
";
arnews[7]="Sunday, Nov 22, 2009
";
arnews[7] += "Chelsea was found guilty of inducing Kakuta to break his contract with Lens in 2007.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 23:34:13 GMT";
arnews[7] += "
";
arnews[8]="Unusual treatment draws converts, controversy
";
arnews[8] += "Yossi Benayoun and fellow midfielder Albert Riera were due to be out for another two weeks with hamstring problems, but ultimately received playing time in yesterday's draw at Anfield due to a controversial, still unproven treatment using fluids extracted from a horse placenta.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 23:22:05 GMT";
arnews[8] += "
";
totcount = 9;
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("