var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Alexander Ovechkin and Evgeni Malkin Will Be at Olympics in 2014 - Bleacherreport.com
"; arnews[0] += "To play or not to play...that is the question at hand regarding the participation of NHLers. In particular and in this case, we will be talking about Alexander Ovechkin, who has up to this point been the most outspoken player concerning being a part ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:52:00 GMT"; arnews[0] += "
"; arnews[1]="Leafs beat Caps in shootout victory - Toronto Star
"; arnews[1] += "The Maple Leafs could care less that they faced a tired Washington Capitals team tonight. Or that lowly Carolina earlier finished off Tampa Bay 3-1, meaning that no matter how they fared, the Leafs would not be able to climb out of last place overall ..."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:22:00 GMT"; arnews[1] += "
"; arnews[2]="One win unlikely to prevent housecleaning - SLAM! Sports
"; arnews[2] += "When Brian Burke celebrates his one-year milestone as Maple Leafs president exactly one week from today, he’d best be checking the candles on his anniversary cake. Some disgruntled fan might have replaced them with sticks of TNT. Such has been the ..."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:52:00 GMT"; arnews[2] += "
"; arnews[3]="Kessel, Hagman get shootout goals for first extra time win for Leafs - CBS Sports
"; arnews[3] += "TORONTO -- The Toronto Maple Leafs figured they had nothing to lose. Locked in a winless slide and facing another potential loss in the shootout, the Maple Leafs decided to turn around their helmets in an effort to turn their luck. It was the first ..."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:08:00 GMT"; arnews[3] += "
"; arnews[4]="Toskala shines, Leafs beat Caps - Globe and Mail
"; arnews[4] += "C onsidering the censure Vesa Toskala endured from the fans and the media this season, his Toronto Maple Leafs teammates figured most of the credit for their biggest win of the season should go his way. The Leafs goaltender was superb, putting in his ..."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:55:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");