var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Winter Blues: David Bentley and Gennaro Gattuso set for January ... - Daily Mail
";
arnews[0] += "Mark Hughes is ready to rescue David Bentley from his Tottenham torment in a January swap deal with Manchester City winger Martin Petrov - and the England wide man could be joined at Eastlands by AC Milan's World Cup winner Gennaro Gattuso. A player ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 11:26:00 GMT";
arnews[0] += "
";
arnews[1]="Tottenham Hotspur Winger David Bentley Set For Manchester City Switch ... - Goal.com
";
arnews[1] += "The player worked with City boss Mark Hughes whilst at Blackburn Rovers, and the Welshman is a known admirer of the attacker, whose career at White Hart Lane has never really gathered any momentum. The Daily Mirror reports that Martin Petrov may move ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 11:05:00 GMT";
arnews[1] += "
";
arnews[2]="HARRY REDKNAPP: ROBBIE KEANE WILL BOUNCE BACK AFTER WORLD CUP ... - Daily Star
";
arnews[2] += "SPURS boss Harry Redknapp is backing Robbie Keane to take his World Cup frustrations out on Wigan. Robbie Keane is still reeling from Thierry Henry’s infamous handball that helped France qualify for the finals instead of the Republic of Ireland. At ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:05:00 GMT";
arnews[2] += "
";
arnews[3]="Paper Talk: City chasing Bentley - TEAMtalk
";
arnews[3] += "David Sullivan has demanded a free 50 per cent stake in West Ham - in return for saving the club. Mikel Arteta wants to finish his career at Goodison Park - after shooting down talk of a return to Spain. Xabi Alonso has told Steven Gerrard that ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[3] += "
";
arnews[4]="Weight cited in deadly St. Croix plane crash - Mississippi Press
";
arnews[4] += "The other victims were 58-year-old David Bentley of St. Croix and Elium King of St. Vincent.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 17:05:00 GMT";
arnews[4] += "
";
arnews[5]="Wednesday's gossip column - BBC Sport
";
arnews[5] += "AC Milan midfielder Gennaro Gattuso is hoping to secure a January transfer move to Manchester City. Full story: Daily Mirror Manchester City are interested in Tottenham winger David Bentley and could bid £8m for the 25-year-old. Full story: Daily ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 06:33: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("