var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Chicago Bulls (6-5) at Denver Nuggets (8-4), 9 p.m.
"; arnews[0] += "Controversy reigned the last time the Chicago Bulls and Denver Nuggets met. The Nuggets edged Chicago, 90-89, on Nov."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:39:00 GMT"; arnews[0] += "
"; arnews[1]="NBA Roundup: Orlando Wins at Boston
"; arnews[1] += "Vince Carter scored 26 points, Rashard Lewis had 16 points and 10 rebounds, and the Orlando Magic beat the Boston Celtics 83-78 on Friday night."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:18:24 GMT"; arnews[1] += "
"; arnews[2]="Bulls-Nuggets Preview
"; arnews[2] += "When the Denver Nuggets and Chicago Bulls met earlier this month at the United Center, the final result was decided on an overturned basket at the buzzer."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:46:55 GMT"; arnews[2] += "
"; arnews[3]="Magic win playoff rematch
"; arnews[3] += "Vince Carter scored a game-high 26 points and the Magic made it four straight wins by downing the Celts 83-78 in Boston."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:53:04 GMT"; arnews[3] += "
"; arnews[4]="NBA: LA Clippers 106, Denver 99
"; arnews[4] += "Rasual Butler scored 27 points off the bench Friday and the Los Angeles Clippers survived a fourth-quarter comeback bid to defeat Denver 106-99. The Clippers beat the Nuggets for the first time in eight tries."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:45:50 GMT"; arnews[4] += "
"; arnews[5]="NBA Roundup: Trail Blazers lose 108-94
"; arnews[5] += "Monta Ellis scored a season-high 34 points and had eight assists, Anthony Morrow added 23 points, and the Golden State Warriors beat the Portland Trail Blazers 108-94 on Friday night to snap a three-game losing streak."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:07:04 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("
");document.write("
");