var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Friedel the hero as gritty Villa frustrate Spurs
";
arnews[0] += "London: American goalkeeper Brad Friedel inspired Aston Villa's determined defensive performance as the visitors secured a gritty 0-0 draw against Tottenham on Saturday.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 04:38:45 GMT";
arnews[0] += "
";
arnews[1]="Wales hoping luck of the draw will help Euro finals quest
";
arnews[1] += "CHRIS WATHAN studies today's Euro 2012 Championship qualifying draw and what it could mean to John Toshack's Wales THE fate of John Toshack's final qualifying hopes will today lie in the hands of Uefa bigwig Michel Platini.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 08:39:52 GMT";
arnews[1] += "
";
arnews[2]="Tottenham Dunne in by Aston Villa heroes
";
arnews[2] += "ASTON VILLA'S top-four claim was put on trial last night - and they came up with an almost perfect defence.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 01:43:15 GMT";
arnews[2] += "
";
arnews[3]="Tottenham Hotspur 0-0 Aston Villa - Match Report
";
arnews[3] += "Brad Friedel made five wonder saves to help Aston Villa come away with a 0-0 draw at White Hart Lane and stop Tottenham breaking back into the top four.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 01:09:59 GMT";
arnews[3] += "
";
arnews[4]="Football: Tottenham Hotspur v Aston Villa - as it happened
";
arnews[4] += "Luka Modric of Spurs and James Milner of Aston Villa battle for the ball. Photograph: Ian Walton/Getty Images Preamble Hello.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Friedel impresses in Spurs draw
";
arnews[5] += "Tottenham could not find a way past Aston Villa goalkeeper Brad Friedel as two of this season's top-four hopefuls in the Barclays Premier League cancelled each other out as they recorded a goalless draw.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 23:17:35 GMT";
arnews[5] += "
";
arnews[6]="Spurs 0-0 Aston Villa
";
arnews[6] += "Tottenham could not find a way past Aston Villa goalkeeper Brad Friedel as two of this season's top-four hopefuls in the Premier League cancelled each other out in a lacklustre goalless draw.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 23:14:43 GMT";
arnews[6] += "
";
totcount = 7;
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("