var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="NBA ROUNDUP: Lakers beat Spurs 101-89 without Bryant, Bynum - Daily Jeffersonian
"; arnews[0] += "San Antonio Spurs center Tim Duncan, left, gets a hand on the ball as Los Angeles Lakers forward Lamar Odom, right, goes to the basket in the first half of an NBA basketball game, Monday, Feb. 8, 2010, in Los Angeles.(AP Photo/Gus Ruelas) LOS ANGELES ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:31:00 GMT"; arnews[0] += "
"; arnews[1]="Tim Duncan scores 19 points to lead Spurs to 104-97 win over Grizzlies - The Gaea Times
"; arnews[1] += "SAN ANTONIO — Tim Duncan scored 19 points, and Manu Ginobili and Roger Mason led a strong effort by the Spurs’ reserves as San Antonio held off the Memphis Grizzlies 104-97 on Friday night. Playing without injured guard Tony Parker, the Spurs ..."; arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 13:07:00 GMT"; arnews[1] += "
"; arnews[2]="Hill, Spurs continue recent dominance over Clippers NBA - KSTP
"; arnews[2] += "Tony Parker added 14 points and 14 assists for the Spurs, who have not lost to the Clippers since March 7, 2006. Tim Duncan and Matt Bonner each contributed 11 points in the resounding victory. Chris Kaman had 21 points to pace the Clippers, who ..."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 05:32:00 GMT"; arnews[2] += "
"; arnews[3]="Will the Spurs take Sir Charles' advice? - WOAI
"; arnews[3] += "SAN ANTONIO - Everyone's asking me what the Spurs need to do. Charles Barkley says the need is clear. “They've got to make a trade,” said Barkley on TNT. “They've got to get Tim Duncan some help in the middle because right now they're just too ..."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 12:46:00 GMT"; arnews[3] += "
"; arnews[4]="21 Tim Duncan, PF - CBS Sports
"; arnews[4] += "Over his last five games, Duncan is averaging 18.6 points to go along with 4.2 rebounds and four assists. He consistently posts double-doubles and is a must-start Fantasy option in all leagues. (Updated 02/05/2010). F Tim Duncan is used to being busy ..."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:13:00 GMT"; arnews[4] += "
"; arnews[5]="Tim Duncan - Chicago Tribune
"; arnews[5] += "SACRAMENTO, Calif. (AP) — George Hill had 23 points and nine assists, and Tim Duncan added 22 points and 13 rebounds to help the San Antonio Spurs beat the Sacramento Kings 115-113 on Wednesday night. The Spurs led by 13 in the fourth quarter"; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 21:40:00 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("
");