var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Collison scores 22 and Thornton 21 as Hornets snap Hawks' 7-game winning streak
"; arnews[0] += "Rookie Darren Collison had 22 points and 11 assists for his first career 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."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:34:51 GMT"; arnews[0] += "
"; arnews[1]="Collison scores 22 and Thornton 21 as Hornets snap Hawks' 7-game winning streak, 96-88
"; arnews[1] += "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."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:34:36 GMT"; arnews[1] += "
"; arnews[2]="Recap: New Orleans vs. Atlanta
"; arnews[2] += "Darren Collison produced game-highs of 22 points and 11 assists, as New Orleans ended the Atlanta Hawks' seven-game winning streak with a 96-88 triumph."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:25:49 GMT"; arnews[2] += "
"; arnews[3]="Rookies lead Hornets past Hawks, 9688
"; arnews[3] += "Rookies lead Hornets past Hawks, 96-88 Eds: APNewsNow. Hornets 96, Hawks 88. AP Photo LAWH103, LAWH105 By BRETT MARTEL AP Sports Writer NEW ORLEANS Rookie Darren Collison had 22 points and 11 assists for his first career double-double, and the New Orleans Hornets won their third straight while snapping the Atlanta Hawks' seven-game winning streak, ..."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:14:21 GMT"; arnews[3] += "
"; arnews[4]="Collison, Hornets snap Hawks' 7-game streak
"; arnews[4] += "Atlanta Hawks guard Jamal Crawford hurries the ball up the court late in the game against the Atlanta Hawks in the second half of an NBA basketball game in New Orleans, Saturday, Nov."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:56:23 GMT"; arnews[4] += "
"; arnews[5]="Stung! Hornets snap Hawks' 7-game win streak
"; arnews[5] += "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."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:50:24 GMT"; arnews[5] += "
"; totcount = 6; 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("
");document.write("
");