var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wenger hits back after 'unfair' press
";
arnews[0] += "ArsEne Wenger's latest date with destiny arrives with the fallout still tumbling out from the last.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:31:43 GMT";
arnews[0] += "
";
arnews[1]="UEFA Champions League Returns to Fox Soccer Channel with Round of 16 Matches Beginning February 16
";
arnews[1] += "Fox Soccer Channel's coverage of the 2009/10 UEFA Champions League resumes with four live and exclusive match telecasts in high-definition* from the Round of 16, beginning Tuesday, Feb.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:13:52 GMT";
arnews[1] += "
";
arnews[2]="The Unlikely Fan Goes Super Bowl Mainstream.
";
arnews[2] += "Those of you hanging around during Euro 2008 may remember The Unlikely Fan from his newfound Oranje fandom after moving to Amsterdam from the States.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:14:12 GMT";
arnews[2] += "
";
arnews[3]="Van Persie
";
arnews[3] += "Robin van Persie has described his recovery from a serious ankle injury as \"right on schedule\" as he aims to return for the latter stages of Arsenal's season.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 12:57:44 GMT";
arnews[3] += "
";
arnews[4]="Ten Things We Learned Watching Arsenal at Stamford Bridge
";
arnews[4] += "There is something sad about what has happened to Arsenal in recent weeks. I liken it to Call Of Duty: Modern Warfare 2 , when you are shot down and have \"Final Stand\" - someone walks over and just snaps your win streak, painfully.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:50:31 GMT";
arnews[4] += "
";
arnews[5]="James Lawton: Wenger has lost plot
";
arnews[5] += "It's a hard question, especially if you believe that even if Arsne Wenger never wins another trophy he will remain unassailably one of the great benefactors of English football.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 03:37:51 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("