var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rookies lead Hornets past Hawks, 96-88 - WWL First News
";
arnews[0] += "NEW ORLEANS (AP) -- Rookie Darren Collison had 22 points and 11 assists for his first double-double, and the New Orleans Hornets won their third straight while snapping the Atlanta Hawks' seven-game winning streak, 96-88 on Saturday night. Fellow ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:12:00 GMT";
arnews[0] += "
";
arnews[1]="Stojakovic leads Hornets past Suns, 110-103 - Wave 3
";
arnews[1] += "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[1] += "
Publ.Date : Sat, 21 Nov 2009 20:48:00 GMT";
arnews[1] += "
";
arnews[2]="Teamwork, Josh Smith's Clutch Play Boost Atlanta Hawks to NBA's Best ... - Bleacherreport.com
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 20:55:00 GMT";
arnews[2] += "
";
arnews[3]="Hornets vs. Hawks - CBS Sports
";
arnews[3] += "One week ago, the surging Atlanta Hawks easily beat a New Orleans Hornets club struggling to find its footing under new head coach Jeff Bower. Neither team has lost since. Seeking their longest winning streak in 12 years, the Hawks visit New Orleans ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:10:00 GMT";
arnews[3] += "
";
arnews[4]="Smith´s last-second slam gives Hawks seventh straight win NBA - KSTP
";
arnews[4] += "Luis Scola posted 17 points and 10 rebounds and Landry went for 18 and eight for the Rockets, who have alternated wins and losses over their last 10 games. Trevor Ariza notched 16 points and secured eight boards while Aaron Brooks and David Andersen ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:47:00 GMT";
arnews[4] += "
";
totcount = 5;
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("