var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wounded Arsenal await re-energised Liverpool
";
arnews[0] += "While Fergie was busy chucking tea cups at his players in the dressing room, the Arsenal boss restricted himself to the odd Gallic grimace.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:40:20 GMT";
arnews[0] += "
";
arnews[1]="Rafa Benitez: Arsenal ahead of Liverpool in race to sign Marouane Chamakh
";
arnews[1] += "Rafael Benitez has confirmed he expects Liverpool to lose out to Arsenal in the race to sign Bordeaux striker Marouane Chamakh less than a month after the Anfield club appeared to be in pole position to reach a pre-contract agreement with the Moroccan international.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:56:34 GMT";
arnews[1] += "
";
arnews[2]="Harry Redknapp Rues Dropped Points
";
arnews[2] += "Wolves v Tottenham To Score 4+ Goals: Tottenham 8/1 Click here to follow us on Twitter! Click here for our special Transfer Centre! Click here for more football headlines! Tottenham boss Harry Redknapp insists his side should already be ahead of Arsenal this season in the race to finish in the Champions League places.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:24:00 GMT";
arnews[2] += "
";
arnews[3]="Terry thanks Chelsea's fans for their support
";
arnews[3] += "Chelsea's John Terry has thanked the club's fans for their support after allegations about his private life that cost him the England captaincy.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:29:47 GMT";
arnews[3] += "
";
arnews[4]="Wenger hits back after 'unfair' press
";
arnews[4] += "ArsEne Wenger's latest date with destiny arrives with the fallout still tumbling out from the last.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:31:43 GMT";
arnews[4] += "
";
arnews[5]="And then there were two: Ancelotti facing crucial week in title fight with United
";
arnews[5] += "Having brushed aside the challenge of Arsenal with Sunday's 2-0 victory, Chelsea manager Carlo Ancelotti yesterday considered the prospect of a title race with champions Manchester United with an air of composure, the look of a man who has done it all before.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:31:27 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("