var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="NHL Report /Scores and fast facts - Buffalo News
"; arnews[0] += "Carolina 3, Montreal 2 (SO): Carey Price stopped all six Carolina attempts in the shootout, and Maxim Lapierre scored the winner for the Canadiens. Price stopped Tuomo Ruutu, Jussi Jokinen, Rod Brind’Amour, Sergei Samsonov and Bryan Rodney before ..."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 12:31:00 GMT"; arnews[0] += "
"; arnews[1]="Vincent Lecavalier - Chicago Tribune
"; arnews[1] += "AP) — Ryan Malone tied it with 14.7 seconds left in regulation, and Vincent Lecavalier and Steven Stamkos scored in the shootout to give the Tampa Bay Lightning a 4-3 comeback win over the Minnesota Wild on Thursday night. Malone..."; arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 08:59:00 GMT"; arnews[1] += "
"; arnews[2]="Rangers fend off Senators - Rutland Herald
"; arnews[2] += "OTTAWA — P.A. Parenteau scored the deciding goal in the seventh round of the shootout to give the New York Rangers a 2-1 victory over the Ottawa Senators on Saturday. Parenteau, who missed an open net late in regulation, put a shot into the top ..."; arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 21:45:00 GMT"; arnews[2] += "
"; arnews[3]="4 Vincent Lecavalier, C - CBS Sports
"; arnews[3] += "Fantasy owners have been waiting for Lecavalier to get on a roll and Monday's performance could go a long way to getting him on the right track. Fantasy owners might want to blame and injury for Vinny's slow start, but you can't. The complexion has ..."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 11:20:00 GMT"; arnews[3] += "
"; arnews[4]="Bolts' GM Lawton: Player commitment equals success - NHL.com
"; arnews[4] += "Tampa Bay Lightning captain Vincent Lecavalier was the brunt of much criticism when he went eight games without a goal to open the 2009-10 season. Lighting General Manager Brian Lawton calls it \"over-publicized hype\" and feels it's unfair. The non ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:01:00 GMT"; arnews[4] += "
"; arnews[5]="Lecavalier leads Lightning to 4-1 win over Coyotes - WTOP
"; arnews[5] += "Phoenix Coyotes right wing Shane Doan (19) looks to pass as Tampa Bay Lightning center Vincent Lecavalier (4) defends during the third period of an NHL hockey game Monday, Nov. 16, 2009 in Glendale, Ariz. (AP Photo/Matt York) GLENDALE, Ariz. (AP ..."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 04:32: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("
");document.write("
");