var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Philly Fans Shouldn't Want Allen Iverson to Flame Out
"; arnews[0] += "Behind Boston and Los Angeles, the Philadelphia 76ers have featured some of the finest stars in NBA history."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:27:01 GMT"; arnews[0] += "
"; arnews[1]="Victories coming at a high price for Lakers owner Jerry Buss
"; arnews[1] += "The Lakers don't have the NBA's best record this season, but they lead the league in something else -- highest payroll."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:33:36 GMT"; arnews[1] += "
"; arnews[2]="Gasol returns, Lakers romp
"; arnews[2] += "It was like he had never been away. Pau Gasol, who sat out the Lakers first 11 games with a right hamstring injury, had 24 points and 13 rebounds Thursday to help the defending NBA champions defeat the Chicago Bulls, 108-93 at Staples Center."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:54:11 GMT"; arnews[2] += "
"; arnews[3]="For What It's Worth: Don't take Brady for granted
"; arnews[3] += "Watch some of the other NFL games and the dreadful quarterbacks that play in them, and you quickly come to realize we should never take Tom Brady for granted."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:40:56 GMT"; arnews[3] += "
"; arnews[4]="Kobe Bryant scores 40 in Lakers' win over Pistons
"; arnews[4] += "A game that looked out of reach when the Lakers built a 28-point lead suddenly became serious after the Pistons closed to within seven points in the fourh."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:19:47 GMT"; arnews[4] += "
"; arnews[5]="Stojakovic leads Hornets to victory
"; arnews[5] += "Los Angeles Lakers Kobe Bryant drives past Chicago Bulls John Salmons during the second half of their NBA basketball game in Los Angeles, on Thursday."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:53:12 GMT"; arnews[5] += "
"; arnews[6]="Raptors Parker, Bargnani go under the knife
"; arnews[6] += "Parker, Bargnani go under the knife Toronto Raptors guard/forward Anthony Parker underwent surgery Wednesday afternoon in Toronto to repair an injured extensor tendon in the middle finger on his right hand."; arnews[6] += "
Publ.Date : Wed, 21 May 2008 07:00:00 GMT"; arnews[6] += "
"; arnews[7]="Daily Dribble: Pau Returns
"; arnews[7] += "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[7] += "
Publ.Date : Sat, 21 Nov 2009 02:28:18 GMT"; arnews[7] += "
"; arnews[8]="Other TV Appearances to Look For From Lakers
"; arnews[8] += "One thing about playing in Los Angeles is that the Lakers get plenty of exposure to the Hollywood crowd.A Even then, this has been a curiously Tinsletown-heavy year for the Lakers already with three members of the team making appearances on TV shows.A First it was Jordan Farmar on Numb3rs , then Lamar Odom was featured in a very special episode of ..."; arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 01:09:32 GMT"; arnews[8] += "
"; totcount = 9; 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("
");