var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="United face battle with Chelsea in January for Everton star Jack Rodwell
";
arnews[0] += "The true test of Manchester United's power in the transfer market will be revealed in January in the battle to sign Everton teenager Jack Rodwell.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:18:31 GMT";
arnews[0] += "
";
arnews[1]="Chelsea 4 Wolves 0- New wonder boy worth all the fuss as Blues canter to win
";
arnews[1] += "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[1] += "
Publ.Date : Sun, 22 Nov 2009 01:16:52 GMT";
arnews[1] += "
";
arnews[2]="One of Europes top players reveals truth about Serbian horse doctor
";
arnews[2] += "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[2] += "
Publ.Date : Sun, 22 Nov 2009 01:15:49 GMT";
arnews[2] += "
";
arnews[3]="Manchester United 3 Everton 0- Sir Alex insists every game a must win now
";
arnews[3] += "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[3] += "
Publ.Date : Sun, 22 Nov 2009 01:15:24 GMT";
arnews[3] += "
";
arnews[4]="United cruise past Toffees
";
arnews[4] += "Manchester United recorded their biggest Premier League win since August as they romped to a 3-0 victory in a one-sided clash with Everton at Old Trafford.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:45:14 GMT";
arnews[4] += "
";
arnews[5]="National Sport: Blues put four past Wolves
";
arnews[5] += "Chelsea stormed to an eight-point lead at the top of Barclays Premier League with a clinical 4-0 demolition of woeful Wolves at Stamford Bridge.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:45:13 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("