var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Emile Heskey puts smile on Richard Dunne's face with a late equaliser
";
arnews[0] += "Emile Heskey put a smile back on Richard Dunne's face with a last-gasp equaliser for Villa at Turf Moor.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:30:45 GMT";
arnews[0] += "
";
arnews[1]="Fast-acting Heskey catches Burnley cold
";
arnews[1] += "Stewart Downing stepped off the bench for his long-delayed debut but it was the second of Martin O'Neill's substitutes, Emile Heskey, who popped up to salvage a point for Aston Villa and take the shine off another stylish performance from Burnley.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:25:10 GMT";
arnews[1] += "
";
arnews[2]="Late Heskey header denies Clarets
";
arnews[2] += "Burnley captain Steven Caldwell had put his side ahead with a ninth-minute header from Robbie Blake's free-kick. That looked like being enough until Heskey popped up with four minutes to go to convert James Milner's cross.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:11:00 GMT";
arnews[2] += "
";
arnews[3]="Premier League - Heskey pounces for Villa point
";
arnews[3] += "Substitute Emile Heskey rescued a point for Aston Villa in a 1-1 Premier League draw against Burnley in driving rain at Turf Moor.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:33:39 GMT";
arnews[3] += "
";
arnews[4]="Burnley 1 Aston Villa 1- Emile Heskey rescues a point for Martin ONeill
";
arnews[4] += "A Substitute Emile Heskey rescued a point for Aston Villa with his 86th-minute header against Burnley at Turf Moor.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:11:42 GMT";
arnews[4] += "
";
arnews[5]="Burnley 1 Aston Villa 1
";
arnews[5] += "Substitute Emile Heskey rescued a point for Aston Villa with his 86th-minute header against Burnley at Turf Moor.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:35:33 GMT";
arnews[5] += "
";
arnews[6]="Burnley v Aston Villa
";
arnews[6] += "Steven Caldwell's eighth-minute header gave Burnley a half-time lead at home to Aston Villa.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 16:32:57 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("