var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Stojakovic leads Hornets past Suns, 110-103
"; arnews[0] += "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."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:53:00 GMT"; arnews[0] += "
"; arnews[1]="LeBron James, Dwyane Wade, and the NBA's Top 2010 Free Agents: Stay or Go?
"; arnews[1] += "Click here to get sent to NBAPrimetime.com to read the entire article! The million dollar question that has constantly been debated about religiously, \"What jersey will LeBron James/Dwyane Wade be in for the '10-'11 season?\" A question that, regardless of anyone's input, will not have a definite answer until the minute the star picks up the pen and ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:34:48 GMT"; arnews[1] += "
"; arnews[2]="Mini Game Preview: Hawks @ Hornets
"; arnews[2] += "Once again, the Hornets get to face a team that walloped them just a week ago, as the Eastern Conference-leading Hawks come to the Hive tonight."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:56:24 GMT"; arnews[2] += "
"; arnews[3]="Vacation in a Bottle Signs New Northwest Distributor
"; arnews[3] += "Dallas, TX, November 21, 2009 -- -- Travis Hollman, Portland native and President and co-founder of ViB Holdings LLC, is bringing his popular relaxation beverage Vacation in a Bottle to the Northwest in an agreement with Columbia Distributing."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:54:44 GMT"; arnews[3] += "
"; arnews[4]="Cullen: Fantasy Hoops: Rocket Rising
"; arnews[4] += "Some fantasy stats notes, including Ariza's rise, Ridnour's resurrection, Stoudemire playing soft and Rondo bricking from the line."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:19:37 GMT"; arnews[4] += "
"; arnews[5]="Daily Dribble: Pau Returns
"; arnews[5] += "With Gasol back in the mix, the Lakers are the best team in the league. While his younger brother Marc has been getting the attention of many fantasy players down in Memphis, Pau Gasol spent the first 11 games of the season on the sideline due to a strained hamstring."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:28:18 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("
");