var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stojakovic leads Hornets past Suns, 110-103 - Wave 3
";
arnews[0] += "NEW ORLEANS (AP) - Peja Stojakovic hit seven 3-pointers during a 25-point, 13-rebound performance, and the New Orleans Hornets defeated the Phoenix Suns 110-103 on Thursday night. Devin Brown and rookie Marcus Thornton each scored 19 for New Orleans ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:48:00 GMT";
arnews[0] += "
";
arnews[1]="Teamwork, Josh Smith's Clutch Play Boost Atlanta Hawks to NBA's Best ... - Bleacherreport.com
";
arnews[1] += "Make it seven wins in a row for the Atlanta Hawks after Friday night’s squeaker past the Houston Rockets at Philips Arena, pushing them to the NBA's best record at 11-2 overall. The 105-103 win wouldn’t have been possible without the left hand of ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:55:00 GMT";
arnews[1] += "
";
arnews[2]="Source: Knicks give up pursuit of Iverson - Newsday
";
arnews[2] += "The Knicks put a great deal of thought into bringing Allen Iverson to New York to help rejuvenate the 2-9 team, but a source this morning suggested the team -- after coming very close to going for it -- has decided not to go through with making a ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:46:00 GMT";
arnews[2] += "
";
arnews[3]="GAME BLOG: New Orleans Hornets vs Atlanta Hawks - NewOrleans.Com
";
arnews[3] += "The Hornets seek a third straight win at home against the Atlanta Hawks, the hottest team in the NBA seeking an 8th straight win: 5:30 p.m. - Two surging teams face off at New Orleans Arena tonight. Can the Hornets continue this week's winning ways ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:26:00 GMT";
arnews[3] += "
";
arnews[4]="New Orleans Hornets vs. Atlanta Hawks in-game update - New Orleans Times-Picayune
";
arnews[4] += "With an emphasis on rebounding, Hornets General Manager/Coach Jeff Bower expects to see another good effort tonight against the Atlanta Hawks. In their 110-103 upset victory against the Phoenix Suns on Thursday, the Hornets had 25 offensive rebounds ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:37:00 GMT";
arnews[4] += "
";
arnews[5]="Trade buzz beginning to build around listless New Orleans Hornets: NBA ... - Cleveland Plain Dealer
";
arnews[5] += "Without getting into too much detail, what the league is watching is the number $75 million, which is about the team's current payroll. That's about $6 million over the luxury tax line, which means a $6 million penalty if it stays there by the ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:37:00 GMT";
arnews[5] += "
";
arnews[6]="New Orleans Hornets vs. Atlanta Hawks, by the numbers - New Orleans Times-Picayune
";
arnews[6] += "Notable: The Hornets' two-game winning streak is their longest of the season. . . . For the second consecutive game, three Hornets had five assists (David West, Devin Brown and Darren Collison) in Thursday's victory against the Phoenix Suns ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 22:00:00 GMT";
arnews[6] += "
";
arnews[7]="Atlanta Hawks shoot for 8th straight win at New Orleans Hornets - NewOrleans.Com
";
arnews[7] += "(Sports Network) - The red-hot Atlanta Hawks take the NBA's best record into the Big Easy Saturday for a matchup with the New Orleans Hornets. The Hawks won their seventh straight game and finished a four-game homestand in perfect fashion Friday when ...";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 18:11:00 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("