var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tottenham boss Redknapp has no idea of Modric return
";
arnews[0] += "Modric is still out after a fractured leg, despite initially being ruled out for only six weeks at the time of the injury.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:40:24 GMT";
arnews[0] += "
";
arnews[1]="Redknapp Feels for Keane
";
arnews[1] += "Tottenham boss Harry Redknapp believes video technology would have prevented Robbie Keane returning to his club dejected this week following Republic of Ireland's controversial World Cup exit.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:07:41 GMT";
arnews[1] += "
";
arnews[2]="Youre staying at home Premier League XI of stars missing the World Cup
";
arnews[2] += "The greatest show on earth starts seven months from now but there are going to be several notable absentees when the World Cup kicks off in South Africa next June.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:56:30 GMT";
arnews[2] += "
";
arnews[3]="Watch & enjoy Tottenham Hotspur vs Wigan Athletic online
";
arnews[3] += "Watch & enjoy Tottenham Hotspur vs Wigan Athletic online >> Tottenham Hotspur vs Wigan Athletic Premier League, England Date: 22 Nov 2009 Stadium: White Hart Lane Tottenham recovered well from the derby defeat to beat Sunderland at White Hart Lane, and Spurs are now looking to remain in top 4 with a win over Wigan.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Luka celebrates Haringey's sporting achievements
";
arnews[4] += "Luka celebrates Haringey's sporting achievements Luka Modric was a special guest at the annual Haringey Celebrating Sports Awards at Alexandra Palace on Thursday night.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:57:49 GMT";
arnews[4] += "
";
arnews[5]="King out for Spurs
";
arnews[5] += "Tottenham centre-back Ledley King will miss the Wigan game with a hamstring problem.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:49:06 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("