var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arsene Wenger admits that huge wages mean big signings are out of his price bracket
";
arnews[0] += "Arsne Wenger has admitted for the first time that Arsenal's self-sustaining financial model means the club cannot afford to make signings that command both high transfer fees and wages.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:22:21 GMT";
arnews[0] += "
";
arnews[1]="Gunners look for shot in the arm
";
arnews[1] += "London: Since climbing to the top of the Premier League, Arsenal have taken only one point from three games, slipped to third and been knocked out of the FA Cup.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:25:51 GMT";
arnews[1] += "
";
arnews[2]="Premier League - Paper Round: Tycoon eyes Reds
";
arnews[2] += "Liverpool may have found their knight in shining armour, with reports suggesting the world's seventh richest man is interested in taking over the club.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:36:35 GMT";
arnews[2] += "
";
arnews[3]="Wenger - I did try to sign new players
";
arnews[3] += "By Chris Harris Arsne Wenger has revealed that he was thwarted in his attempts to sign a new striker in January.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:08:37 GMT";
arnews[3] += "
";
arnews[4]="Arsenal boss Wenger: We tried to sign a striker in January / Transfer news
";
arnews[4] += "Arsene Wenger revealed at his press conference ahead of the Liverpool match tomorrow night that he did try to sign a striker for Arsenal in the January transfer window but failed to complete the deals.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:00:00 GMT";
arnews[4] += "
";
arnews[5]="Villa And The Case For Their Attack
";
arnews[5] += "If you have anything to say on any subject, mail us at theeditor@football365.com Arsenal's Summer Foreseen Seeing as football news is quiet, I thought I would predict the future as accurate as can be.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 13:56: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("