var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="NBA All-Star 2009: Phoenix - WNBA.com
"; arnews[0] += "Lisa Leslie, Katie Smith, Tina Thompson, Becky Hammon and other WNBA stars were in attendance in Phoenix as NBA All-Star headed to the desert for the annual midseason classic. As always, the WNBA.com Blog was there to keep you updated with every move ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:07:00 GMT"; arnews[0] += "
"; arnews[1]="Taurasi helps Mercury even series with rout of Silver Stars - WXYZ
"; arnews[1] += "Sophia Young had 19 points to lead San Antonio, while Becky Hammon and Vickie Johnson each scored 13. Ann Wauters added 12 in the loss."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT"; arnews[1] += "
"; arnews[2]="Taurasi selected to fourth straight WNBA First Team - WXYZ
"; arnews[2] += "Phoenix Mercury star forward Diana Taurasi was selected to her fourth straight All-WNBA First Team on Wednesday, as the league announced its selections for the First and Second Team. Taurasi, who led all vote-getters with 201 points, paced the league ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT"; arnews[2] += "
"; arnews[3]="Williams scores 21 points, leads Utah to first win in San Antonio ... - The Gaea Times
"; arnews[3] += "SAN ANTONIO — Deron Williams scored 21 points and the Utah Jazz ended their decade-long misery in San Antonio with a 90-83 win over the Spurs on Thursday night. Utah had not won a regular-season game in San Antonio since 1999, a losing streak that ..."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 07:50:00 GMT"; arnews[3] += "
"; arnews[4]="Echenique scores 16 points, including layup with no time left as ... - The Gaea Times
"; arnews[4] += "Hammon scores 10 of her 16 points in fourth quarter to lead Silver Stars past Liberty, 63-60 June 14th, 2009 Hammon leads Silver Stars past Liberty, 63-60SAN ANTONIO — Becky Hammon scored 10 of her 16 points in the fourth quarter to rally the San ..."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 07:56:00 GMT"; arnews[4] += "
"; arnews[5]="Hughes starting for Douglas - Newsday
"; arnews[5] += "Larry Hughes slides back into the starting lineup in place of Toney Douglas today, the only change to the starting five for the game. D'Antoni said Eddy Curry would continue to see more minutes after having a \"dominating\" practice yesterday. \"I don't ..."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:49: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("
");