var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chelsea 4 Wolves 0- New wonder boy worth all the fuss as Blues canter to win
";
arnews[0] += "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[0] += "
Publ.Date : Sun, 22 Nov 2009 01:16:52 GMT";
arnews[0] += "
";
arnews[1]="One of Europes top players reveals truth about Serbian horse doctor
";
arnews[1] += "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[1] += "
Publ.Date : Sun, 22 Nov 2009 01:15:49 GMT";
arnews[1] += "
";
arnews[2]="Manchester United 3 Everton 0- Sir Alex insists every game a must win now
";
arnews[2] += "Sir Alex Ferguson laid down a challenge to his Manchester United team as they beat Everton to keep up the pursuit of Chelsea at the top of the Premier League.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:15:24 GMT";
arnews[2] += "
";
arnews[3]="National Sport: Bent on target to down Gunners
";
arnews[3] += "Darren Bent's ninth goal of the season condemned Arsenal to a first defeat in 14 attempts as Sunderland claimed another big scalp with a 1-0 win.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:45:13 GMT";
arnews[3] += "
";
arnews[4]="Chelsea 4 Wolves 0- Carlo Ancelottis men canter against sorry Wolves
";
arnews[4] += "Chelsea opened up an eight-point lead at the top of the Barclays Premier League with a 4-0 demolition of woeful Wolves at Stamford Bridge.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:12:29 GMT";
arnews[4] += "
";
arnews[5]="Commanding Chelsea state intent
";
arnews[5] += "Chelsea FC moved eight points clear at the top of the Premier League ahead of Manchester United FC's late match against Everton FC after a 4-0 win over Wolverhampton Wanderers FC.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:00: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("