var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Team news - Tottenham Football Club
";
arnews[0] += "New arrivals Eidur Gudjohnsen, Younes Kaboul and Kyle Walker go straight into the squad for Saturday's big Premier League clash against Villa. Neither were available for Wednesday's FA Cup replay at Leeds United, although Eidur can now play in the ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 14:25:00 GMT";
arnews[0] += "
";
arnews[1]="Harry on Villa - Tottenham Football Club
";
arnews[1] += "David Bentley is in great form and we've the likes of Luka Modric, Niko Kranjcar. I'm sure there will be plenty of opportunities for both teams and hopefully we'll take more than them.\" Saturday's game kicks-off at 5.30pm.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 15:00:00 GMT";
arnews[1] += "
";
arnews[2]="Non-Arsenal Fans Still Loving Wenger... - Football365.com
";
arnews[2] += "Now I'm not an Arsenal fan, but I grow increasingly tired of Arsenal fans saying Wenger has to go. That he needs to buy a dominant centre-half, a bruising central midfielder, more experienced players, we used to have Adams, then Vieira, we need a ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 17:47:00 GMT";
arnews[2] += "
";
arnews[3]="Redknapp targets top three finish - ESPN.com
";
arnews[3] += "Tottenham boss Harry Redknapp believes the teams chasing a place in the Champions League can also finish in the top three of the Premier League this season. Spurs can get within four points of third-placed Arsenal if they defeat Aston Villa at White ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 14:30:00 GMT";
arnews[3] += "
";
arnews[4]="Spurs v Aston Villa Team Line-Ups: Crouch & Defoe Start For Tottenham - Premiershiplatest.com
";
arnews[4] += "Jermain Defoe and Peter Crouch both start in attack for Spurs, with Luka Modric supporting in midfield. Villa are without Marlon Harewood (foot) Stephen Warnock (shin) and Nigel Reo-Coker (ankle), while John Carew is still suffering with a knee ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 15:13:00 GMT";
arnews[4] += "
";
arnews[5]="Tottenham Hotspur 0 - 0 Aston Villa - ESPN Soccernet
";
arnews[5] += "Friedel was the busier of the two goalkeepers in the first half, starting when Luka Modric threaded the ball through Carlos Cuellar's legs for Peter Crouch. Helped by Richard Dunne's block, Friedel managed to save. The American also parried a fierce ...";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 20:28:00 GMT";
arnews[5] += "
";
arnews[6]="Friedel the hero for gritty Villa - Independent Online
";
arnews[6] += "Three minutes later Peter Crouch won yet another header, knocking the ball down to Luka Modric whose return ball sent the forward clear inside the area and it took a last-ditch tackle by Villa skipper Richard Dunne to divert Crouch's shot wide.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 22:07:00 GMT";
arnews[6] += "
";
arnews[7]="Live - Wednesday's Premier League and FA Cup football - BBC Sport
";
arnews[7] += "PaulSeaton on Twitter: \"Last time out Beckford was the man of the moment, but tonight will belong to Pavluchenko & Dawson.\" 1931: LEEDS v TOTTENHAM TEAM NEWS Spurs bring back Jermaine Jenas to partner Tom Huddlestone in central midfield, with Wilson ...";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 18:59:00 GMT";
arnews[7] += "
";
arnews[8]="Friedel the hero for Villa - Straits Times
";
arnews[8] += "Three minutes later Peter Crouch won yet another header, knocking the ball down to Luka Modric whose return ball sent the forward clear inside the area and it took a last-ditch tackle by Villa skipper Richard Dunne to divert Crouch's shot wide.";
arnews[8] += "
Publ.Date : Sat, 06 Feb 2010 22:30:00 GMT";
arnews[8] += "
";
totcount = 9;
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("