var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Harry Redknapp Impressed By Former Tottenham Outcast David Bentley - goal.com
";
arnews[0] += "Bentley performed admirably during the club's recent 3-1 win over Leeds United in the FA Cup, and his effectiveness and delivery from midfield were fundamental to team-mate Jermain Defoe's ability to leave the turf with the match-ball in hand. \"David ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 23:50:00 GMT";
arnews[0] += "
";
arnews[1]="David Bentley must stay in top gear, says Tottenham manager Harry ... - Daily Mail
";
arnews[1] += "Harry Redknapp has rarely had a player that has given him more problems than Spurs winger David Bentley. But after numerous dressing-downs, Bentley is finally repaying Redknapp's patience with displays of real class over the last three games. Back in ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 01:02:00 GMT";
arnews[1] += "
";
arnews[2]="David Bentley proves driving force behind Jermain Defoe's treble - Evening Standard
";
arnews[2] += "Harry Redknapp had two reasons to celebrate after his team reached the fifth round of the FA Cup and his racehorse won at Lingfield yesterday. Arry's Orse came in at 5-6 favourite in the 1.40, but the question troubling every Tottenham supporter is ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 11:34:00 GMT";
arnews[2] += "
";
arnews[3]="Tottenham manager Harry Redknapp tells David Bentley to take his ... - Daily Mail
";
arnews[3] += "Tottenham boss Harry Redknapp has told David Bentley to seize his second chance at White Hart Lane and take advantage of the fact his manager does not hold grudges. Bentley looked set to leave Spurs earlier in the season when he angered Redknapp with ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 18:21:00 GMT";
arnews[3] += "
";
arnews[4]="Redknapp targets top three finish - ESPN.com
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 06 Feb 2010 14:30:00 GMT";
arnews[4] += "
";
arnews[5]="Cup hero Defoe 'up with the best' says Redknapp - YAHOO!
";
arnews[5] += "Redknapp was also pleased by Wednesday's return to form of former Arsenal and Blackburn winger David Bentley , which threatened to leave the Spurs manager with a welcome dilemma. \"David Bentley was outstanding. He's a great player and I thought he ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 02:44: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("