var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Malbranque cleared after hospital visit
";
arnews[0] += "Sunderland's woes have eased slightly after Steed Malbranque was released from hospital following the 1-1 draw at Portsmouth.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:24:51 GMT";
arnews[0] += "
";
arnews[1]="Leaders Caterpillar go nap at Loughborough FC
";
arnews[1] += "Powerscreen Premier Division leaders Caterpillar FC won 5-1 at Loughborough FC. Nick Moore , John Curry, John Pope and Scott Pickering struck for Caterpillar, Ryan Peacock for the Luffs.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:17:31 GMT";
arnews[1] += "
";
arnews[2]="Peyret: Spain's secret talent
";
arnews[2] += "Perfect bracket could win you $5,000 cash! First select which two teams will advance out of each the eight groups.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:16:53 GMT";
arnews[2] += "
";
arnews[3]="Man City close on top four with 2-0 Bolton win
";
arnews[3] += "Manchester City made ground in theA battle for fourth place in the Premier League yesterday butA looked a long way from Champions League material as theyA struggled to a forgettable 2-0 home win over Bolton Wanderers.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 11:11:40 GMT";
arnews[3] += "
";
arnews[4]="Early Doors: Get your excuses in early, Arsene.
";
arnews[4] += "Arsenal's season reaches a potentially defining moment this evening when they host Liverpool.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 10:50:59 GMT";
arnews[4] += "
";
arnews[5]="Tonight's team news
";
arnews[5] += "Arsenal are once again thin in attack as Eduardo remains sidelined for the visit of Liverpool .";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 10:50:29 GMT";
arnews[5] += "
";
arnews[6]="Everton Guide and Team Discussion
";
arnews[6] += "Apologies for the 'School of Science' nonsense, I stole the image from a failed SOMS of mine last year.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 10:49:09 GMT";
arnews[6] += "
";
arnews[7]="Villa boss Oa Neill: Friedel will go well into 40a s
";
arnews[7] += "Friedel, 38, has kept eight clean sheets in the last 10 games to help Villa achieve the best defensive record in the top flight this season with just 18 goals conceded.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 09:44:54 GMT";
arnews[7] += "
";
totcount = 8;
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("