var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Video: Hockey Talk: Game Preview - Canucks vs. Avalanche
";
arnews[0] += "VANCOUVER a ' Pre-season favourites to compete for another Northwest Division title, the Vancouver Canucks woke up this morning in 11th place in the Western Conference.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:50:20 GMT";
arnews[0] += "
";
arnews[1]="National Sport: Benayoun rescues Reds
";
arnews[1] += "Substitute Yossi Benayoun saved a point for Liverpool in a tense 2-2 draw with Manchester City at Anfield.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:45:14 GMT";
arnews[1] += "
";
arnews[2]="Benayoun rescues Reds
";
arnews[2] += "Substitute Yossi Benayoun saved a point for Liverpool in a tense 2-2 draw with Manchester City at Anfield.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:43:06 GMT";
arnews[2] += "
";
arnews[3]="Liverpool and Man City all square at Anfield
";
arnews[3] += "For the Reds it was two more dropped points whilst for the visitor's it was their sixth successive stalemate in the Premier League .";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:59:27 GMT";
arnews[3] += "
";
arnews[4]="Martin Skrtel sets up four-goal thriller
";
arnews[4] += "Neville Dalton Four goals in 26 dramatic second-half minutes kick-started a match that had threatened to end up a goalless stalemate.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:54:14 GMT";
arnews[4] += "
";
arnews[5]="Hull 3-3 West Ham
";
arnews[5] += "Hull City retrieved a two-goal deficit to claim a point despite finishing the game with 10 men in a thrilling encounter against West Ham.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:52:47 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("