var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arsenal leading Marouane Chamakh chase as Liverpool concede defeat
";
arnews[0] += "Arsenal have emerged as front runners to tie up a deal for Marouane Chamakh after Liverpool manager Rafael Benitez conceded defeat in his pursuit of the Bordeaux striker.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:57:23 GMT";
arnews[0] += "
";
arnews[1]="Why This Part-Timer Can't Go To The World Cup...
";
arnews[1] += "Arsenal have lost 20-5 in their last nine games against the Big Two, Chelsea have not lost against a Big Four side in nine games, Pompey didn't have a hope of goals and lots more geekery... Arsenal * Arsenal have not won any of their last nine games against Manchester United or Chelsea in all competitions.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 13:57:51 GMT";
arnews[1] += "
";
arnews[2]="Van Persie
";
arnews[2] += "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[2] += "
Publ.Date : Tue, 09 Feb 2010 12:57:44 GMT";
arnews[2] += "
";
arnews[3]="Cheer up Arsene- Van Persie on course for April injury comeback for Arsenal
";
arnews[3] += "Arsenal striker Robin van Persie has revealed he is on schedule for a return to action in April.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 11:15:11 GMT";
arnews[3] += "
";
arnews[4]="Shoot to kill
";
arnews[4] += "LONDON: Arsenal winger Theo Walcott believes they need to find the killer instinct if they are to stay in the title race.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:17:30 GMT";
arnews[4] += "
";
arnews[5]="Brian Barwick: Fabio Capello's cool authority calms media storm over John Terry
";
arnews[5] += "Given my previous life as the chief executive of the Football Association, I understood only too well the extraordinary level of attention and pressure that such a story would bring to an organisation battled, hardened and familiar to such intense media and public scrutiny.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 06:50:06 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("