var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Burnley 1 Aston Villa 1: Emile Heskey warned despite wrecking Owen ... - Daily Mail
";
arnews[0] += "Emile Heskey finally got off the mark when he headed a late equaliser to salvage a barely deserved point for Martin O’Neill’s side. The Villa striker came off the bench to score his first goal of the season in his 13th appearance and cancel out ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:37:00 GMT";
arnews[0] += "
";
arnews[1]="Aston Villa's Richard Dunne may skip Burnley game - Daily Star
";
arnews[1] += "RICHARD Dunne will be given the chance to skip Aston Villa’s crunch game at Burnley today after his World Cup sickener. MARK Hughes will make another audacious bid to prise Fernando Torres away from Anfield if Manchester City replace Liverpool in ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:01:00 GMT";
arnews[1] += "
";
arnews[2]="Burnley 1 Aston Villa 1 - The Sun
";
arnews[2] += "The Clarets looked all set for their sixth home win in seven top-flight games - until sub Emile Heskey popped up to nod Villa level four minutes from time. Steven Caldwell had given Owen Coyle's men an early lead. But Heskey cashed in on a blooper ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:58:00 GMT";
arnews[2] += "
";
arnews[3]="Burnley 1-1 Aston Villa: Last-gasp Leveler As Subs Save Villa - goal.com
";
arnews[3] += "Burnley 's home record this season is bettered only by Chelsea and Manchester United; five wins out of six giving them a surprise placing in the top half of the table. The Clarets would come within two points of Aston Villa with a win today at Turf ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:44:00 GMT";
arnews[3] += "
";
arnews[4]="Burnley 1 Aston Villa 1: match report - Daily Telegraph
";
arnews[4] += "Tough viewing: Aston Villa manager Martin O'Neill struggles to watch as his side sought an equaliser at Turf Moor Photo: PA A return for Stewart Downing but it was another forgotten man, Emile Heskey, who came off the bench to snatch an equaliser for ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:28:00 GMT";
arnews[4] += "
";
arnews[5]="Burnley 1 Aston Villa 1: Emile Heskey rescues a point for Martin O ... - Daily Mail
";
arnews[5] += "Substitute Emile Heskey rescued a point for Aston Villa with his 86th-minute header against Burnley at Turf Moor. Burnley captain Steven Caldwell had put his side ahead with a ninth-minute header from Robbie Blake's free-kick. Super sub: Aston Villa ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:39: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("