var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smith lifts Hawks to seventh straight win (Roundup) - Monsters and Critics
";
arnews[0] += "Smith skied through the lane for a put-back of Mike Bibby's missed jumper with seven tenths of a second left, lifting the surging Hawks to their seventh straight win on Friday night, a dramatic 105-103 victory over the visiting Houston Rockets. 'I ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:19:00 GMT";
arnews[0] += "
";
arnews[1]="Dallas Mavericks surge past Spurs, 99-94 - Dallas Morning News
";
arnews[1] += "Dirk Nowitzki scored 11 of his season-high 41 points in overtime and the short-handed Dallas Mavericks held on to beat the injury-depleted San Antonio Spurs 99-94 on Wednesday night. Nowitzki's three-point play with 2:28 left in overtime put Dallas ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 06:03:00 GMT";
arnews[1] += "
";
arnews[2]="Dirk Nowitzki Is Your MVP Front-Runner - Bleacherreport.com
";
arnews[2] += "I won't lie. I'm not what you would call an impartial observer when it comes to the Dallas Mavericks or Dirk Nowitzki. As a generally positive person, I tend to believe that my teams can do better than they can, but years of Red Sox fandom has also ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:27:00 GMT";
arnews[2] += "
";
arnews[3]="41 Dirk Nowitzki, PF - CBS Sports
";
arnews[3] += "Nowitzki is putting up his usual dominant numbers this season, averaging 25 points with enough rebounds to make him a nightly double-double candidate. He's one of the best forwards in Fantasy and a must-start in all leagues. (Updated 11/17/2009). F ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 12:25:00 GMT";
arnews[3] += "
";
arnews[4]="Dirk Nowitzki’s season-high 41 points, 11 in OT, help Mavericks beat ... - The Gaea Times
";
arnews[4] += "DALLAS — Dirk Nowitzki scored 11 of his season-high 41 points in overtime and the short-handed Dallas Mavericks held on to beat the injury-depleted San Antonio Spurs 99-94 on Wednesday night. Nowitzki’s three-point play with 2:28 left in overtime ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:44:00 GMT";
arnews[4] += "
";
arnews[5]="Dirk Nowitzki's Game-Winning Shot (VIDEO) - Huffingtonpost.com
";
arnews[5] += "With the game tied at 113 and just 3.1 seconds remaining in overtime, it appeared that the Dallas Mavericks and Milwaukee Bucks were headed to double OT. Dirk Nowitzki had other plans, however, and tossed up a fallaway shot from 18 feet out. The ball ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Dirk Nowitzki hits buzzer-beater in overtime - NBC Sports
";
arnews[6] += "Dirk Nowitzki hit a buzzer-beater in overtime and the Mavericks stole a road win in Milwaukee on Monday. Nowitzki posted another MVP-type line -- 32 points, 11 rebounds, three assists, two steals and one block. He made 12-of-25 FGs, 1-of-2 threes ...";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 04:39:00 GMT";
arnews[6] += "
";
totcount = 7;
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("