var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Magic, Carter down struggling Celtics - Westerly Sun
";
arnews[0] += "BOSTON - Kevin Garnett missed last season's playoff series against Orlando with a knee injury. Rasheed Wallace signed with Boston after it was over. But the Magic made a key offseason pickup of their own. Vince Carter scored 10 of his 26 points in ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:10:00 GMT";
arnews[0] += "
";
arnews[1]="Eastern heavyweights tangle as Magic visit Celtics NBA - KSTP
";
arnews[1] += "Orlando defeated Boston in seven games in the second round of the playoffs last year, and has won three straight overall to push its mark to 9-3. The Magic went 3-1 on a four-game homestand and recorded a 108-94 triumph versus Oklahoma City on ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 15:20:00 GMT";
arnews[1] += "
";
arnews[2]="NBA: Magic's Jameer Nelson to have surgery on left knee, out 4-6 weeks - Honolulu Advertiser
";
arnews[2] += "ORLANDO, Fla. — Orlando Magic point guard Jameer Nelson needs surgery again. The All-Star will have arthroscopic surgery Wednesday on torn cartilage in his left knee, the team said. He is expected to miss four to six weeks. Nelson was injured in ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 22:47:00 GMT";
arnews[2] += "
";
arnews[3]="Charlotte Bobcats (3-6) at Orlando Magic (7-3), 7 p.m. - Tri-City Herald
";
arnews[3] += "... with Friday's 88-72 victory versus the lowly New Jersey Nets. Dwight Howard finished with 26 points, 12 rebounds and five blocks for the defending Eastern Conference champion Magic, who bounced back after a loss to LeBron James and the Cleveland ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 15:39:00 GMT";
arnews[3] += "
";
arnews[4]="Disorganized from start, they need to regroup - Boston Globe
";
arnews[4] += "The Magic, meanwhile, had all the offense they needed in Vince Carter. One way of looking at this game would be to say that Carter made all the big plays. On three separate fourth-quarter occasions he came out of a timeout with the Celtics in ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:03:00 GMT";
arnews[4] += "
";
arnews[5]="Magic win 4th straight, beating Boston 83-78 - YAHOO!
";
arnews[5] += "But the Magic made a key offseason pickup of their own. Vince Carter (notes) scored 10 of his 26 points in the fourth quarter, including a tiebreaking fadeaway jumper with 2:33 left to give Orlando an 83-78 victory over Boston on Friday night. Carter ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 10:18:00 GMT";
arnews[5] += "
";
arnews[6]="Carter scores 26 points to lead Magic past Celtics - Regina Leader-Post
";
arnews[6] += "BOSTON - Vince Carter scored 10 of his game-high 26 points in the fourth quarter to lead the Orlando Magic to a 83-78 victory over the Boston Celtics on Friday. Carter, who joined the Magic in the offseason, shone in a defensive battle between two of ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 11:01:00 GMT";
arnews[6] += "
";
totcount = 7;
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("