var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sam Donnellon: Retired Flyer Primeau on concussions, Westbrook
"; arnews[0] += "KEITH PRIMEAU feels good, speaks clearly, shows less and less of the symptoms that have plagued other professional athletes who have suffered the number of severe concussions that he did as the Flyers captain earlier this decade."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 07:41:43 GMT"; arnews[0] += "
"; arnews[1]="Stars capitalize on Canucks penalties
"; arnews[1] += "By DALLAS a ' With Monday Night Football being played across town, the Vancouver Canucks decided to get into the spirit of things at the American Airlines Center."; arnews[1] += "
Publ.Date : Mon, 23 Oct 2006 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="Battle of the Blades to return for a second season
"; arnews[2] += "CBC announced Wednesday that the hit reality series Battle of the Blades will return to the network next fall after a successful first season."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 02:36:06 GMT"; arnews[2] += "
"; arnews[3]="Are The Bruins Starting To Question Trading Phil Kessel
"; arnews[3] += "The Boston Bruins have hit the quarter point of the season. They are sitting with a decent record of 8-8-4, but everyone knows if they keep this up they will not have a shot come playoff time."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 23:28:40 GMT"; arnews[3] += "
"; arnews[4]="NHL players too strong, fast for their own good
"; arnews[4] += "The National Hockey League has created a monster, no question. It was always with the best intentions, of course, yet the forces of natural selection, technical innovation and wildly lucrative financial payoffs have combined in the 21st century to produce an unnerving level of injuries."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 09:45:37 GMT"; arnews[4] += "
"; arnews[5]="Westbrook should retire before another concussion
"; arnews[5] += "I AM NOT a neurologist, nor do I play one in print or on television. But if \"the No."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:59:10 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("
");document.write("
");