var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Penguins Notebook: Orpik expects to play
"; arnews[0] += "The Penguins' defense corps is slowly coming back together. Barring a late setback, Brooks Orpik expects to return to their lineup tonight against Atlanta."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:49:51 GMT"; arnews[0] += "
"; arnews[1]="Bylsma gives Crosby the day off
"; arnews[1] += "Coach Dan Bylsma said Crosby was given a \"maintenance day.\" He is expected to play tonight at Atlanta."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:03:42 GMT"; arnews[1] += "
"; arnews[2]="The man who can make NHL better
"; arnews[2] += "Brendan Shanahan played a significant role in helping Steve Yzerman restore the Red Wings to glory."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Are the Penguins injury woes a result of poor conditioning?
"; arnews[3] += "Note: You can follow the Penguins on the Penguins Plus blog at PG-Plus . Membership in that site is only $3.99 per month or $36 per year."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:58:41 GMT"; arnews[3] += "
"; arnews[4]="Wild: Agitator wants to clutter up kid's mind
"; arnews[4] += "If you want to witness a trash-talking extravaganza tonight, keep an eye on Cal Clutterbuck during warmups."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:08:09 GMT"; arnews[4] += "
"; arnews[5]="Jim Kelley: Shanahan's the man to make NHL better
"; arnews[5] += "Brendan Shanahan played a significant role in helping Steve Yzerman restore the Red Wings to glory."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 22:05:54 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("
");