var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="NBA roundup: Carter has big night in Magic win - Richmond Times-Dispatch
"; arnews[0] += "ORLANDO, Fla. - Vince Carter had a season-high 48 points, leading the Orlando Magic back from a 17-point second-half deficit to beat the New Orleans Hornets 123-117 on Monday night. Carter was 19 for 27 shooting and had 34 points in the second half ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT"; arnews[0] += "
"; arnews[1]="Carter's blitz lifts Magic over Hornets - People's Daily Online
"; arnews[1] += "The high-flying layups. The fall-away jumpers. The step-back 3-pointers. Vinsanity was back. Vince Carter had a season-high 48 points, leading the Orlando Magic back from a 17-point second-half deficit to beat the New Orleans Hornets 123-117 on ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:18:00 GMT"; arnews[1] += "
"; arnews[2]="Orlando Magic's Vince Carter scores 48 points to hand New Orleans ... - New Orleans Times-Picayune
"; arnews[2] += "Behind Vince Carter's 48-point performance, the Orlando Magic defeated the New Orleans Hornets 123-117 Monday night at the Amway Arena. Despite scoring 70 points and taking a 15-point halftime lead, the Hornets were outperformed mostly by Carter in ..."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:18:00 GMT"; arnews[2] += "
"; arnews[3]="Orlando Magic (33-17) at Boston Celtics (32-16), 2:30 p.m. - Sacramento Bee
"; arnews[3] += "The latest round of what is quickly becoming one of the best rivalries in the Eastern Conference takes place at TD Garden this afternoon as the Atlantic Division-leading Boston Celtics host the Southeast's top squad, the Orlando Magic. The Celtics ..."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 15:55:00 GMT"; arnews[3] += "
"; arnews[4]="Orlando Magic: Already an Afterthought to Many - Bleacherreport.com
"; arnews[4] += "A year ago at this time, the Orlando Magic had just swept through a West coast road trip which included wins over the Nuggets, Blazers, Spurs, Jazz, and Lakers that propelled them to the top record in the NBA. They had three all-stars heading to ..."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:37: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("
");