var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="17:17 Heskey claims late Villa equaliser
";
arnews[0] += "Substitute Emile Heskey rescued a point for Aston Villa as his 86th-minute header earned a 1-1 draw against Burnley at Turf Moor.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:18:45 GMT";
arnews[0] += "
";
arnews[1]="Burnley 1 Villa 1
";
arnews[1] += "Substitute Emile Heskey's 86th-minute header rescued a Premier League point for Aston Villa in a 1-1 draw with Burnley at Turf Moor.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:13:13 GMT";
arnews[1] += "
";
arnews[2]="Full Time: Burnley 1 Aston Villa 1
";
arnews[2] += "EMILE Heskey's late equaliser meant Burnley had to settle for a draw at home to Aston Villa in the Premier League this afternoon.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:50:34 GMT";
arnews[2] += "
";
arnews[3]="Four-star Chelsea surge eight points clear
";
arnews[3] += "Premier League round-up:Leaders Chelseaset a new record of 12 straight home wins as they beat Wolves4-0 at Stamford Bridge to move eight points clear at the top of the table after Arsenallost away to Sunderland.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:38:01 GMT";
arnews[3] += "
";
arnews[4]="Burnley 1-1 Aston Villa
";
arnews[4] += "Substitute Emile Heskey scored a late equaliser as Aston Villa snatched a point at Burnley.Heskey headed home a James Milner cross after Brian Jensen had unconvincingly punched the ball clear from a corner.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:14:42 GMT";
arnews[4] += "
";
arnews[5]="Burnley 1 Aston Villa 1- match report
";
arnews[5] += "A return for Stewart Downing but it was another forgotten man, Emile Heskey, who came off the bench to snatch an equaliser for Aston Villa with his first goal of the season.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:12:46 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("