var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Atlanta Hawks (11-2) at New Orleans Hornets (5-8), 8 p.m.
"; arnews[0] += "The red-hot Atlanta Hawks take the NBA's best record into the Big Easy Saturday for a matchup with the New Orleans Hornets."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:43:13 GMT"; arnews[0] += "
"; arnews[1]="No Caffeine Needed By Memphisa Energetic Pastner
"; arnews[1] += "Josh Pastner has \"Gratefulness\" posted above his office door. He gets his kicks coaching, doesn't need any additives to enjoy life."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:46:29 GMT"; arnews[1] += "
"; arnews[2]="Coro: Suns' first stinker
"; arnews[2] += "The Suns were due a stinker and this one was not even rancid. Losing to New Orleans without Chris Paul is no bouquet but it was on the road and they had gone 12 games without a bad loss during a road-heavy schedule."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:16:00 GMT"; arnews[2] += "
"; arnews[3]="Hornets and LA Lakers register victories
"; arnews[3] += "Los Angeles Lakers' Kobe Bryant goes up to score against the Chicago Bulls during their NBA basketball game in Los Angeles yesterday."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:09:21 GMT"; arnews[3] += "
"; arnews[4]="Stojakovic hits seven threes in win
"; arnews[4] += "The rookie didn't flinch in crunch time and the old veteran couldn't miss. Darren Collison's poise and Peja Stojakovic's sharp shooting provided the 1-2 punch the suddenly surging New Orleans Hornets needed to pull out a surprising 110-103 victory over the Phoenix Suns on Thursday night."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 09:06:00 GMT"; arnews[4] += "
"; arnews[5]="Collison and Thornton Earning Their Stingers With Jeff Bower as Coach
"; arnews[5] += "Jeff Bower drafted rookies Darren Collison and Marcus Thornton to make marginal contributions over the season."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:56:02 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("
");