var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nowitzki hits 18-foot fallaway at buzzer to give Mavericks OT victory ... - Hartford Courant
";
arnews[0] += "With 3.1 seconds left, Nowitzki caught a pass from Jason Kidd , who finished a point short of a triple-double, and threw it up over Luc Richard Mbah a Moute. The ball rattled off the rim and backboard, dropping softly through the hoop as the ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 05:08:00 GMT";
arnews[0] += "
";
arnews[1]="Nowitzki lifts Mavericks to win - Amarillo Globe-Times
";
arnews[1] += "MILWAUKEE - Dirk Nowitzki hit a fallaway 18-footer as time expired in overtime to give the Dallas Mavericks a 115-113 victory against the Milwaukee Bucks on Monday night. With 3.1 seconds left, Nowitzki caught a pass from Jason Kidd, who finished a ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Jason Kidd one point shy of triple-double - NBC Sports
";
arnews[2] += "Jason Kidd came one point shy of a triple-double on Monday, finishing with nine points, 10 rebounds, 17 assists and two steals. Kidd made 3-of-4 three-pointers, and this line is a great reminder of why he's a perennial elite fantasy PG -- he ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 04:39:00 GMT";
arnews[2] += "
";
arnews[3]="Reserves spark Mavericks to fifth straight win - Associated Press
";
arnews[3] += "DALLAS (AP) -- Jason Terry scored 12 of his 20 points in the fourth quarter, Dallas got 52 points from the bench and the Mavericks beat the Sacramento Kings 104-102 on Friday night for their fifth straight win. Dallas' reserves scored 25 of the team ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:49:00 GMT";
arnews[3] += "
";
arnews[4]="Morgan: Appreciating the greatness that is Dirk - Corsicana Daily Sun
";
arnews[4] += "Jason Kidd isn’t worried about healthcare reform. He’s almost eligible for Medicare. Josh Howard may just be a figment of our imagination. He’s rumored to be hanging around the AAC somewhere, but there have been no official sightings. Shawn ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:49:00 GMT";
arnews[4] += "
";
arnews[5]="The Top Five Breakout Players So Far This NBA Season - Bleacherreport.com
";
arnews[5] += "Every NBA season there are players the have breakout seasons that suprise us this NBA season has been no different. For example, last season Devin Harris was not a famous star in the NBA but after his breakout season last season people are thinking ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:33:00 GMT";
arnews[5] += "
";
arnews[6]="CONTINUED : Maynor earns Sloan's confidence - NBC Sports
";
arnews[6] += "Do you have a burning question about your favorite team or player? Submit it now, and then check back for our reader mailbag on the 1st and 15th of each month. Eric Maynor, Jazz : Well, what do you know, another rookie point guard who has earned the ...";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 00:37:00 GMT";
arnews[6] += "
";
arnews[7]="How to stop Mavs still stumps Westphal - Sacramento Bee
";
arnews[7] += "I also know enough to know that Jason Kidd knows how to get them the ball. It's tough for anybody to go in there and knock them off.\" The Kings begin a three-game trip today in Dallas, followed by stops in Houston and Memphis. The first stop is a ...";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 08:11:00 GMT";
arnews[7] += "
";
arnews[8]="Politi: You think the Nets look bad now? It's only going to get worse - Bridgeton News
";
arnews[8] += "Tim Farrell/The Star-Ledger New Jersey Nets head coach Lawrence Frank is about to get a technical foul after Brook Lopez (back) was called for a foul in the second half. How bad are the Nets? Dora the Explorer was at the game yesterday to entertain ...";
arnews[8] += "
Publ.Date : Sun, 22 Nov 2009 01:06:00 GMT";
arnews[8] += "
";
totcount = 9;
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("