var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="NHL Roundup: Panthers still on hot streak
"; arnews[0] += "Nathan Horton, Jordan Leopold and Steven Reinprecht scored goals and Tomas Vokoun made 32 saves as the streaking Florida Panthers defeated the host New York Rangers, 3-2, last night."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:09:22 GMT"; arnews[0] += "
"; arnews[1]="NHL Capsules
"; arnews[1] += "Jarome Iginla scored a goal in each period to lead the Calgary Flames to a 5-2 victory over the Los Angeles Kings on Saturday."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:03:49 GMT"; arnews[1] += "
"; arnews[2]="Preserving dreams important to Davis
"; arnews[2] += "Tom Sorensen has been a columnist at The Observer for 20 years and has been at the paper for 25, writing about nearly every sport in the Carolinas."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:48:32 GMT"; arnews[2] += "
"; arnews[3]="Saints put 9-0 mark on line at Tampa
"; arnews[3] += "Drew Brees and the New Orleans Saints are unbeaten in nine games, but they've cut it pretty close in recent outings against Miami, Carolina and St."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:42:16 GMT"; arnews[3] += "
"; arnews[4]="Update on the latest sports
"; arnews[4] += "NBA -LATEST SCORES Cavs clamp down...Hornets end Hawks' win streak at seven UNDATED LeBron James scored 32 points, Mo Williams added 18 and the Cleveland Cavaliers clamped down defensively by the Philadelphia 76ers to 10 points in the fourth quarter of their 97-91 victory."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:38:31 GMT"; arnews[4] += "
"; arnews[5]="Koch scores 25 to lead Northern Iowa to win
"; arnews[5] += "Adam Koch scored 25 points to lead Northern Iowa to a 74-68 victory over East Carolina on Saturday in the consolation round of the U.S. Virgin Islands Paradise Jam."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 05:23:53 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("
");