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]="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]="Rookies lead Hornets past Hawks, 96-88 - WTOP Radio
";
arnews[2] += "Marvin Williams added 17, and Josh Smith had 14 points and 10 rebounds, but Atlanta went 4 of 22 from 3-point range. NEW ORLEANS (AP) - Rookie Darren Collison had 22 points and 11 assists for his first career double-double, and the New Orleans ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:36:00 GMT";
arnews[2] += "
";
arnews[3]="NBA: New Orleans 96, Atlanta 88 - United Press International
";
arnews[3] += "NEW ORLEANS, Nov. 22 (UPI) -- Darren Collison scored 22 points and fellow backcourt rookie Marcus Thornton had 21 Saturday in the New Orleans Hornets' 96-88 win over Atlanta. Collison, who filled in for injured Chris Paul , also had 11 assists in the ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:11:00 GMT";
arnews[3] += "
";
arnews[4]="Bremerton's Marvin Williams helps lead Hawks to win - Seattle Times
";
arnews[4] += "ATLANTA — Josh Smith spent most of the fourth quarter cheering on his teammates from the bench. He was on the court, though, for the biggest play of the game. After sitting for all but 44 seconds of the final period because of foul trouble, Smith ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:08: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("