var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Jennings Does It Again With 29, Bucks Top Bobcats
"; arnews[0] += "Rookie Brandon Jennings scored 29 points to lead the Milwaukee Bucks to a 95-88 victory over Charlotte on Friday night, with minority owner Michael Jordan on hand to witness his Bobcats drop their seventh straight."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:58:28 GMT"; arnews[0] += "
"; arnews[1]="Knicks' Answer: No to Allen Iverson
"; arnews[1] += "The New York Knicks won't sign Allen Iverson, believing any short-term gain would hinder their plans to build for the future."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Recap
"; arnews[2] += "New Jersey Nets' Brook Lopez dunks the ball past the defense of New York Knicks' Wilson Chandler during the first quarter of an NBA basketball game, Saturday, Nov."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:53:15 GMT"; arnews[2] += "
"; arnews[3]="Wark is heralded
"; arnews[3] += "I'm about to find out that designing the perfect NBA team is nothing but a recipe for a raging migraine."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:22:38 GMT"; arnews[3] += "
"; arnews[4]="Pivot Points: Enough with the Allen Iverson Speculation, His Time Has Passed
"; arnews[4] += "New York Knicks President Donnie Walsh summed it up perfectly when he said that although Allen Iverson is a terrific player his team is going in a different direction, and he hopes that he is able to land with a team that could use him."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:21:29 GMT"; arnews[4] += "
"; arnews[5]="Deep Sixer: Separate Ways
"; arnews[5] += "Maybe last night, 76ers coach Eddie Jordan saw how his team has been playing for the first time."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:08:16 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("
");