var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Richards resigns from 2018 board
";
arnews[0] += "England's 2018 World Cup bid has suffered a setback with the surprise resignation of Sir Dave Richards.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 21:07:07 GMT";
arnews[0] += "
";
arnews[1]="Hart suffers Pompey axe
";
arnews[1] += "Portsmouth have sacked manager Paul Hart following their poor start to the Barclays Premier League season.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 21:06:55 GMT";
arnews[1] += "
";
arnews[2]="Real Madrid winger Cristiano Ronaldo
";
arnews[2] += "Cristiano Ronaldo looks set to make his return from injury after being included in the Real Madrid squad for their Champions League tie against FC Zurich.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 21:06:55 GMT";
arnews[2] += "
";
arnews[3]="Moyes depressed by injury woes
";
arnews[3] += "Everton manager David Moyes admits his long injury list has started to get him down after the latest setback to captain Phil Neville.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 21:06:50 GMT";
arnews[3] += "
";
arnews[4]="Besiktas fans reveal united front
";
arnews[4] += "\"Football isn't just a sport. Nowadays it's an industry,\" says Besiktas fan Ozan Ilhan ahead of his side's clash with Manchester United on Wednesday.";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 21:06:26 GMT";
arnews[4] += "
";
arnews[5]="Wiley calls for end to Fergie row
";
arnews[5] += "Alan Wiley has decided against suing Sir Alex Ferguson for defamation but expressed his \"bitter disappointment\" with the Manchester United manager's attack on his fitness.";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 21:06:26 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("