var arnews = new Array(7);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sunderland AFC - Sunderland Echo
";
arnews[0] += "Portsmouth v Sunderland THE VERDICT Ian Laws on Sunderland's crunch clash with Portsmouth... Campbell ruled out of Pompey clash Sunderland's injury worries continue ahead of tonight's key game at Portsmouth with striker Fraizer Campbell the latest ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:31:00 GMT";
arnews[0] += "
";
arnews[1]="Steve Cram launches Kielder marathon + VIDEO - Sunderland Echo
";
arnews[1] += "A Sunderland AFC supporter, Steve, who is about to head to Canada to commentate on the Winter Olympic Games for the BBC, has wanted a race to be held at Kielder Water near where he lives. He said: \"Kielder Water and Forest Park is my favourite place ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:16:00 GMT";
arnews[1] += "
";
arnews[2]="City keep pace in top-four race - UEFA
";
arnews[2] += "Manchester City FC are level with fourth-placed Liverpool FC with a game in hand after a 2-0 win against Bolton Wanderers FC while UEFA Europa League hopefuls Fulham FC also won. Emmanuel Adebayor scored City's second goal ©Getty Images Manchester ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:05:00 GMT";
arnews[2] += "
";
arnews[3]="Kuyt decides Merseyside derby - UEFA
";
arnews[3] += "Stoke City FC beat Blackburn Rovers FC 3-0, while a 1-1 draw between Sunderland AFC and Wigan Athletic FC did little to ease either side's relegation concerns. Bolton Wanderers FC will feel little happier about their 0-0 draw against UEFA Europa ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 18:05:00 GMT";
arnews[3] += "
";
totcount = 4;
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("