var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="David Gold claims West Ham United are bigger than Birmingham City - Times Online
";
arnews[0] += "David Gold has fanned the flames of controversy before Birmingham City’s visit to Upton Park tomorrow by expressing his desire to “whack” his former club, whom, he says, are not as big as some claim. Gold, the West Ham United joint-chairman, is ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:47:00 GMT";
arnews[0] += "
";
arnews[1]="Rooney and Portsmouth own goals send Man United top - FourFourTwo
";
arnews[1] += "... 1 at lowly Hull City, leaving them three points behind Liverpool with two games in hand. Burnley battled to a 2-1 win over West Ham United to take them clear of the relegation zone, Stoke City beat Blackburn Rovers 3-0, Bolton Wanderers and ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 17:01:00 GMT";
arnews[1] += "
";
arnews[2]="West Ham United v Blackburn Rovers: match preview - Daily Telegraph
";
arnews[2] += "Benni McCarthy could feature. West Ham (4-1-4-1): Green; Faubert, Tomkins, Upson, Spector; Noble; Diamanti, Behrami, Parker, Kovac; Cole. Blackburn Rovers (4-4-2): Robinson; Chimbonda, Givet, Samba, Olsson; Emerton, Dunn, Nzonzi, Pedersen; Kalinic ...";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 07:02:00 GMT";
arnews[2] += "
";
arnews[3]="West Ham United vs. Birmingham City - Soccerway
";
arnews[3] += "West Ham United host Birmingham City at Upton Park on Wednesday as Premier League resumes. West Ham United slipped back into the relegation zone with their 2-1 defeat at Burnley on Saturday. They played much of the football, but manager Gianfranco ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:02:00 GMT";
arnews[3] += "
";
arnews[4]="Premier League Preview: West Ham United - Birmingham City - Goal.com
";
arnews[4] += "Something Gold, something new... West Ham United 's new owners David Sullivan and David Gold have not been too impressed with the state of things that they have found at Upton Park since completing their takeover of the club last month. Sullivan has ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:07:00 GMT";
arnews[4] += "
";
arnews[5]="David Gold claims West Ham United are bigger than Birmingham City - Times Online
";
arnews[5] += "David Gold has fanned the flames of controversy before Birmingham City’s visit to Upton Park tomorrow by expressing his desire to “whack” his former club, whom, he says, are not as big as some claim. Gold, the West Ham United joint-chairman, is ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:47:00 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("