var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sunderland boss Steve Bruce says Arsene Wenger's success means less British managers for f
";
arnews[0] += "THE 20-year-old striker will be in action against Manchester City today for the first time since his infamous dive earned the Anfield outfit a match- saving penalty in their 2-2 draw with Birmingham.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:03:13 GMT";
arnews[0] += "
";
arnews[1]="Sunderland v Arsenal - Follow LIVE text commentary
";
arnews[1] += "Sunderland v Arsenal Follow every kick as Sunderland take on Arsenal at Stadium of Light in the Premier League on 21-Nov-2009, kick off time 15:00 Sunderland v Arsenal Live 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 ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:59:47 GMT";
arnews[1] += "
";
arnews[2]="Wenger believes Arsenal have sufficient cover in the squad
";
arnews[2] += "SUNDERLAND: Arsene Wenger has shrugged off claims that the loss of Robin van Persie will fundamentally undermine Arsenal's chances of closing the gap on Premier League leaders Chelsea.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:17:17 GMT";
arnews[2] += "
";
arnews[3]="Casillas wants Real team-mates to concentrate on Racing
";
arnews[3] += "MADRID: Fresh from winning his 100th Spain cap, goalkeeper Iker Casillas returns to club duty with Real Madrid insisting they mustn't start thinking about the Clasico against Barcelona in 10 days' time.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:16:32 GMT";
arnews[3] += "
";
arnews[4]="Van Persie Out for Gunners
";
arnews[4] += "Arsenal will be without striker Robin van Persie and defender Kieran Gibbs for the Barclays Premier League trip to Sunderland, but welcome back England forward Theo Walcott from a knee problem.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:33:50 GMT";
arnews[4] += "
";
arnews[5]="Match Preview- Sunderland v Arsenal
";
arnews[5] += "SUNDERLAND Fulop Bardsley Nosworthy Da Silva Richardson Malbranque Henderson Cana Reid Bent Campbell Eduardo Arshavin Rosicky Diaby Fabregas Ramsey Silvestre Vermaelen Gallas Sagna Almunia ARSENAL Sunderland subs : Mensah, Zenden, McCartney, Ferdinand, Carson, Healy, Meyler, Murphy, Reed.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:52:37 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("