var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Deron Williams set for his All-Star homecoming
";
arnews[0] += "Utah Jazz point guard Deron Williams didn't need an All-Star Game appearance to be considered an elite player.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:57:12 GMT";
arnews[0] += "
";
arnews[1]="Tuesday Bullets
";
arnews[1] += "A treasure trove of NBA dunk contest video . Tim Varner of 48 Minutes of Hell, agitating for a Spurs trade , perhaps for Tyrus Thomas: \"I'm not at all convinced this season's struggles amount to the end of an era.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:49:23 GMT";
arnews[1] += "
";
arnews[2]="Britt Robson: Once-dynastic Spurs unraveling
";
arnews[2] += "Tim Duncan was dominated down the stretch by Pau Gasol, whose Lakers beat the Spurs 101-89 on Monday.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:33:55 GMT";
arnews[2] += "
";
arnews[3]="Expect some intriguing chats
";
arnews[3] += "The big event in Dallas on Sunday isn't one of those postseason high school All-America basketball showcases where teenagers are slobbered with attention, have their egos constantly inflated and hear sweet nothings whispered into their ears ... although for a half-dozen players in the NBA All-Star Game, it'll seem that way.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:23:37 GMT";
arnews[3] += "
";
arnews[4]="Game preview: Dallas Mavericks
";
arnews[4] += "The Dallas Mavericks have already returned to the site of last season's demise, and they won.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:01:02 GMT";
arnews[4] += "
";
arnews[5]="Sixers' Iverson to return after All-Star break
";
arnews[5] += "Philadelphia 76ers All-Star guard Allen Iverson will miss the next two games due to personal reasons, the team announced Tuesday.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:27:18 GMT";
arnews[5] += "
";
arnews[6]="Dallas Mavericks (32-19) at Denver Nuggets (34-17), 9 p.m.
";
arnews[6] += "A pair of Western Conference powers meet in the Rockies Tuesday, as the Northwest Division-leading Denver Nuggets play host to the Southwest pacesetters, the Dallas Mavericks.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 21:32:00 GMT";
arnews[6] += "
";
arnews[7]="NBA: Dallas 127, Golden State 117
";
arnews[7] += "Jason Terry had 36 points, nine assists and six rebounds Monday to lead the Dallas Mavericks past Golden State 127-117. Terry was 6-of-9 from beyond the arc for the Mavs, who took over the game with a 37-19 fourth quarter and won for just the second time in their last six games while handing the Warriors their ninth straight loss.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 20:56:16 GMT";
arnews[7] += "
";
totcount = 8;
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("