var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hull manager Phil Brown tells McShane, Hunt and Kilbane: See a shrink - Daily Star
";
arnews[0] += "HULL manager Phil Brown has ordered three of his players to see a shrink ahead of tomorrow’s relegation clash with fellow strugglers West Ham. ARSENAL have been given the green light to press ahead with a £10m swoop for Switzerland ace Tranquillo ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:28:00 GMT";
arnews[0] += "
";
arnews[1]="SAFC chief orders DVD nasty - Sunderland Echo
";
arnews[1] += "Your account has been frozen . For your available options click the below button. Frustrated Steve Bruce has ordered a DVD compiled of refereeing inconsistencies he feels are costing Sunderland precious points. The Black Cats boss is trying to ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:35:00 GMT";
arnews[1] += "
";
arnews[2]="Arsenal seeks to overcome Van Persie absence - FOXSports.com
";
arnews[2] += "After winning six of their last seven league games, the Gunners have moved up to second behind Chelsea. Although they are five points behind, the Gunners have a game in hand. \"Of course it is a disappointment and something we did not want,\" Wenger ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:52:00 GMT";
arnews[2] += "
";
arnews[3]="Preview - Sunderland v Arsenal - Football
";
arnews[3] += "Sunderland face a daunting fixture against Arsenal at Stadium Of Light on Saturday as the visitors look to continue their almost unnoticed rise up the table. Visiting manager Steve Bruce will be more aware of the threat the Gunners will pose as they ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:32:00 GMT";
arnews[3] += "
";
arnews[4]="SUNDERLAND v Arsenal: Marton Fulop between the sticks to face Gunners - Daily Mail
";
arnews[4] += "Fraizer Campbell could start up front as Kenwyne Jones sits out the second match of a three-game ban while defender Michael Turner is also suspended. Midfielder Lorik Cana returns from a ban while John Mensah (calf) and Boudewijn Zenden (hip) are ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 10:41:00 GMT";
arnews[4] += "
";
arnews[5]="Fulop set to deputise in Black Cats goal - Irish Examiner
";
arnews[5] += "Goalkeeper Marton Fulop is set to begin an extended run in the Sunderland side as Arsenal visit in the Barclays Premier League tomorrow. Fulop is likely to take over from Craig Gordon, who will be out for three months after breaking his arm in the ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 12:14:00 GMT";
arnews[5] += "
";
arnews[6]="Fulop set to take over from Gordon - Football365.com
";
arnews[6] += "Marton Fulop will begin an extended run in the Sunderland side when Arsenal visit the Stadium of Light in the Premier League on Saturday. Fulop is set to take over between the sticks from Craig Gordon, who will be out for three months after breaking ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 11:52:00 GMT";
arnews[6] += "
";
totcount = 7;
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("