var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="J.J. Redick - Orlando Sentinel
";
arnews[0] += "The Orlando Magic have played just nine games this season, but to hear their coach tell it, they already face a critical crossroads. Stan Van Gundy says his team doesn't play hard enough on defense. He says Dwight Howard and Jameer Nelson, his two";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 23:58:00 GMT";
arnews[0] += "
";
arnews[1]="Redick Opines On Lack Of National Media Attention For Magic - RealGM
";
arnews[1] += "J.J. Redick has a theory on why the Magic aren't national media darlings like the Cavaliers and Celtics are. \"We have a target on our backs, but I still think we’re under the radar a little bit more than Boston and Cleveland,\" he said. \"We’re a ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:58:00 GMT";
arnews[1] += "
";
arnews[2]="Magic thumbnails - Boston Globe
";
arnews[2] += "Miscellany: The Magic have attempted an NBA-high 317 3-pointers, and have had great success from Carter (43.8 percent), J.J. Redick (42.3), and Anderson (41.7) . . . Howard is shooting 67 percent from the field, tops in the NBA . . . With Nelson out ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:06:00 GMT";
arnews[2] += "
";
arnews[3]="Lewis barely misses triple-double as Magic pound Thunder - TSN
";
arnews[3] += "Orlando, FL (Sports Network) - Vince Carter ended with a team-high 18 points and five other Magic players scored in double figures, as Orlando routed the Oklahoma City Thunder, 108-94, at Amway Arena. Orlando led 28-17 after the opening quarter, then ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 02:57:00 GMT";
arnews[3] += "
";
arnews[4]="Recap: Orlando vs. Oklahoma City - Bellingham Herald
";
arnews[4] += "Vince Carter ended with a team-high 18 points and five other Magic players scored in double figures, as Orlando routed the Oklahoma City Thunder, 108-94, at Amway Arena. Rashard Lewis narrowly missed a triple-double, finishing with 17 points, 10 ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 02:50:00 GMT";
arnews[4] += "
";
arnews[5]="Lewis barely misses triple-double as Magic pound Thunder NBA - KSTP
";
arnews[5] += "Rashard Lewis narrowly missed a triple-double, finishing with 17 points, 10 boards and nine assists, while Mickael Pietrus chipped in with 14 points for Orlando, which was coming off a 97-91 win over Charlotte on Monday. That win proved to be costly ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 02:07:00 GMT";
arnews[5] += "
";
arnews[6]="Text Size - Orlando Sentinel
";
arnews[6] += "Bass had just recovered from the flu, PF Ryan Anderson from a sprained right ankle, SG J.J. Redick from a sprained right ankle and PG Jameer Nelson from the flu to play Monday night Layups Anderson was impressive filling in for PF Rashard Lewis and ...";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 04:32:00 GMT";
arnews[6] += "
";
arnews[7]="Celtics Battle Streaking Magic - CelticsBlog
";
arnews[7] += "The Boston Celtics battle the Orlando Magic in a meeting of Eastern Conference heavyweights tonight at 8:00pm at the TD Garden. The Celtics snapped a modest two-game losing streak on Wednesday when they outlasted the Golden State Warriors 109-95 ...";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 20:21:00 GMT";
arnews[7] += "
";
arnews[8]="NBA Draft: Top Blunders of the 21st Century - Bleacherreport.com
";
arnews[8] += "Being a New York native, I can't help but notice the display that Milwaukee's Brandon Jennings is putting on. I cringed when the Knicks announced Jordan Hill over Demar DeRozan and Brandon Jennings. Although it is very early in the season, it seems ...";
arnews[8] += "
Publ.Date : Wed, 18 Nov 2009 15:08:00 GMT";
arnews[8] += "
";
totcount = 9;
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("