var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Not to stick a (Space) needle in MLS' balloon, but is it sound?
"; arnews[0] += "Reporting from Seattle - The MLS Cup logo gleams from up high, freshly painted atop the Space Needle, along with the logos of the Galaxy and Real Salt Lake."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:33:51 GMT"; arnews[0] += "
"; arnews[1]="Gasol returns, Lakers romp
"; arnews[1] += "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[1] += "
Publ.Date : Sat, 21 Nov 2009 04:54:11 GMT"; arnews[1] += "
"; arnews[2]="The Fallacy Behind Efforts to Save 'Public Service Journalism'
"; arnews[2] += "Newspapers are dying, which means there will never be any more investigative journalism and politicians will screw whomever they want."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:44:17 GMT"; arnews[2] += "
"; arnews[3]="Pro Basketball: Gasol should return tonight for Lakers
"; arnews[3] += "Pau Gasol will make his season debut tonight against the Chicago Bulls . \"I don't know about definitely,\" he said, wincing after Wednesday's practice."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 03:19:59 GMT"; arnews[3] += "
"; arnews[4]="NBA Announcer Marv Albert Collides With 50 Cent's Entourage At Jimmy Kimmel Live
"; arnews[4] += "When famed sportscaster Marv Albert showed up to the Jimmy Kimmel Live show on Wednesday , he never expected to get into a fight backstage."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:18:01 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]="Improved Kings visit division-leading Ma
"; arnews[6] += "The Southwest Division-leading Dallas Mavericks shoot for their fifth straight win when they host the Sacramento Kings tonight at American Airlines Center."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 02:07:17 GMT"; arnews[6] += "
"; arnews[7]="Half measures fail miserably for Lakers
"; arnews[7] += "Phil Jackson might want to rethink this thing. Before Friday's game, long before the Denver Nuggets thumped the Lakers, pounding them in practically every category in front of an amped-up crowd, Jackson said he didn't consider Denver to be a Western Conference rival."; arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 00:58:03 GMT"; arnews[7] += "
"; arnews[8]="Pivot Points: Gasol's Return Is More Memorable Than His CSI Performance
"; arnews[8] += "Los Angeles Laker coach Phil Jackson alluded to the point that he felt Pau Gasol's appearance on CSI: Miami could have contributed to his recent hamstring injury."; arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 23:54:59 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("
");