var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Penguins more than measuring stick for Thrashers
"; arnews[0] += "The Thrashers will get an indication of how far they've come as a hockey team Saturday."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:53:15 GMT"; arnews[0] += "
"; arnews[1]="Wilkes-Barre/Scranton Pens Dream Of Playing In NHL
"; arnews[1] += "Share + Nov 20, 2009 6:45 pm US/Eastern LINK: Wilkes-Barre/Scranton Penguins PITTSBURGH 1 of 1 Nikolai Kulemin No."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:14:19 GMT"; arnews[1] += "
"; arnews[2]="Fantasy Forecaster
"; arnews[2] += "Thanksgiving week is going to provide a bit of a break for fantasy owners -- but not because the NHL lightened the schedule."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:40:27 GMT"; arnews[2] += "
"; arnews[3]="Mining for Olympic gold
"; arnews[3] += "Staff meetings are sometimes like dental appointments. You sit and endure the pain and pray that it ends as swiftly as possible."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:05:39 GMT"; arnews[3] += "
"; arnews[4]="NHL limps to the quarter mark
"; arnews[4] += "In the thoroughbred horse race known as the 2009-10 NHL season, more than a handful of competitors have come up lame by the quarter pole."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:24:48 GMT"; arnews[4] += "
"; arnews[5]="Penguins-Thrashers Preview
"; arnews[5] += "The Atlanta Thrashers had to settle for one point their last time out, but lately they've been doing an impressive job of collecting wins."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:37:35 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("
");