var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Newsmakers
";
arnews[0] += "Assigned The Oklahoma City Thunder assigned second-year guard Kyle Weaver , who played for the Washington State Cougars, and rookie center Byron Mullens to the Tulsa 66ers of the NBA Development League.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 12:50:12 GMT";
arnews[0] += "
";
arnews[1]="Feschuk: Air-to-Air combat for Raptors rookie
";
arnews[1] += "Fresh off 26 points in Orlando's win at Boston on Friday night, Carter, who sat out Orlando's visit to Toronto three weeks ago with an injury, makes his first appearance in town this season.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 12:30:00 GMT";
arnews[1] += "
";
arnews[2]="Magic Daily Buzz: Ohio stymies Deputy Shaq, T-Mac tale...
";
arnews[2] += "Saturday was a travel day, which means we smuggled Brian Schmitz north of the border to Air Canada Centre for today's Orlando Magic tilt with the Toronto Raptors.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 11:13:27 GMT";
arnews[2] += "
";
arnews[3]="Air-to-Air combat for Raptors rookie
";
arnews[3] += "The elder in question was a legendary aerial artist named Vince Carter, whose career highlight reel of slam dunks is considered by DeRozan to be the game's gold standard.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 09:54:08 GMT";
arnews[3] += "
";
arnews[4]="Nominate basketball standouts
";
arnews[4] += "The Miami Herald and the Miami Heat, in partnership with Gatorade and Blue Cross and Blue Shield of Florida, are sponsoring the Academic Team Player spotlight in Sunday's youth sports pages in the Neighbors Sunday section.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 09:00:00 GMT";
arnews[4] += "
";
arnews[5]="How bad do we want revenge?
";
arnews[5] += "There will be no Vince Carter tribute at the ACC because he declined any such possible ovation/appreciation/boos. Turns out he's smart enough to figure out that half the fans in the building wouldn't stick to what the jumbotron tells them to do and would start reigning down cat-calls and boos and showing off their Jorge Garbajosa modded jerseys.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 08:21:49 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("