var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="James' 40 points puts Cavs in command - Sun-Journal
";
arnews[0] += "Thunder 127, Wizzards 108 OKLAHOMA CITY — 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 ... Scott Brooks";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:18:00 GMT";
arnews[0] += "
";
arnews[1]="Washington Wizards (3-7) at Oklahoma City Thunder (6-6), 8 p.m. - Kansas City Star
";
arnews[1] += "The Washington Wizards aim for back-to-back wins for the first time this season, as they pay a visit to the Oklahoma City Thunder at the Ford Center. Washington put the brakes on a six-game losing streak with a 108-91 victory over LeBron James and ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:07:00 GMT";
arnews[1] += "
";
arnews[2]="Durant, Thunder beat Heat, 100-87 - News Channel 25
";
arnews[2] += "MIAMI (AP) - Kevin Durant scored 32 points, Russell Westbrook had 24 and the Oklahoma City Thunder added to their surprising start by beating the Miami Heat 100-87 on Tuesday night. An early 20-1 run put the Thunder in control, and a 14-2 burst in ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 15:28:00 GMT";
arnews[2] += "
";
arnews[3]="Thunder rolls by Heat - Concord Monitor
";
arnews[3] += "Kevin Durant scored 32 points, Russell Westbrook added 24 and the Oklahoma City Thunder added to their surprising start by beating the Miami Heat, 100-87, last night. An early 20-1 run put the Thunder in control, and a 14-2 burst in the third quarter ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 04:58:00 GMT";
arnews[3] += "
";
arnews[4]="Davis' 24 dooms Thunder - Tulsa World
";
arnews[4] += "OKLAHOMA CITY — Baron Davis scored 24 points, including a key 3-pointer in the final minute, to help the Los Angeles Clippers snap a three-game losing streak in a 101-93 victory over the Oklahoma City Thunder on Sunday night. Chris Kaman added 25 ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 13:09:00 GMT";
arnews[4] += "
";
arnews[5]="Recap: LA Clippers vs. Oklahoma City - Raleigh News & Observer
";
arnews[5] += "Tags: National Basketball Association Western Los Angeles Clippers Oklahoma City Thunder Kevin Durant scored a game-high 30 points, including the game-winner with 38.9 seconds to go, as the Oklahoma City Thunder edged the Los Angeles Clippers, 83-79 ...";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 06:33: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("