var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thunder fend off Wizards 127-108 - NBC 2
";
arnews[0] += "OKLAHOMA CITY (AP) - Kevin Durant scored 35 points, Russell Westbrook added 26 and the Oklahoma City Thunder had their highest-scoring output of the season in a 127-108 victory over the Washington Wizards on Friday night. Rookie James Harden followed ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:08:00 GMT";
arnews[0] += "
";
arnews[1]="Orlando Magic Play Chameleon In Latest Victory Over The Boston Celtics - Bleacherreport.com
";
arnews[1] += "The Orlando Magic seemed to have trouble playing the part of the poodle Friday night. A poodle is what Paul Pierce claimed the Magic were when facing the so called “German Shepherd” Lakers. Pierce went on to claim “the rottweiler Celtics ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:11:00 GMT";
arnews[1] += "
";
arnews[2]="Magic slips past scuffling Celtics - Olympian
";
arnews[2] += "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 its own. Vince Carter scored 10 of his 26 points in the fourth ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:21:00 GMT";
arnews[2] += "
";
arnews[3]="Magic win 4th straight, beating Boston 83-78 - Daily Item
";
arnews[3] += "BOSTON (AP) -- Vince Carter scored 26 points, Rashard Lewis had 16 points and 10 rebounds, and the Orlando Magic beat the Boston Celtics ... with 11 rebounds, and Ray Allen had 15 points for the Celtics. Rasheed Wallace had 13 rebounds, but he was 0 ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:54:00 GMT";
arnews[3] += "
";
arnews[4]="Stan Van Gundy - Orlando Sentinel
";
arnews[4] += "There is the natural inclination to label Dwight Howard as the spoiled superstar who is bucking authority and wrestling control of the team away from Orlando Magic coach Stan Van Gundy. It is what we are programmed to believe whenever we hear an NBA ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:25:00 GMT";
arnews[4] += "
";
arnews[5]="Preview: Orlando Magic at Toronto Raptors, 12:30 - Orlando Sentinel
";
arnews[5] += "Magic at Toronto Raptors , 12:30 p.m. Where: Air Canada Centre, Toronto. TV: FS FL; Radio: WDBO AM 580; Spanish language: WONQ 1030. Records: Magic 10-3; Raptors: 6-7. RAPTORS UPDATE: Toronto is coming off a big win against the Miami Heat at Air ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:20:00 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("