var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Steve Nash's 20 Assist Of Night Is Sickest
"; arnews[0] += "Steve Nash finds Jason Richardson with the nifty pass across the court"; arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 19:45:22 GMT"; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="Steve Nash Goes for 20 and 20
"; arnews[1] += "Steve Nash gets 20 points and 20 assists as the Suns defeat the Sixers. November 9, 2009."; arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 08:05:14 GMT"; arnews[1] += "
"; arnews[2]="Nash Hands Out 20 Assists In Suns' Win
"; arnews[2] += "Steve Nash had 21 points and 20 assists as Phoenix improved to 7-1 with a 119-115 victory over Philadelphia"; arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 02:58:07 GMT"; arnews[2] += "
"; arnews[3]="20 Dimes For Nash
"; arnews[3] += "Steve Nash hands out 20 assists and scores 23 points in 123-101 win over Warriors"; arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 04:59:33 GMT"; arnews[3] += "
"; arnews[4]="Steve Nash Baron Davis Step Brothers Spoof
"; arnews[4] += "NBA stars Steve Nash and Baron Davis square off in the ibeatyou competition for Best Movie Trailer Spoof. See them riding tandem bikes and Steve Nash showing off his dance skills!"; arnews[4] += "
Publ.Date : Tue, 05 Aug 2008 16:16:34 GMT"; arnews[4] += "
"; arnews[5]="Steve Nash Baron Davis Step Brothers Spoof for ibeatyou
"; arnews[5] += "www.ibeatyou.com NBA stars Steve Nash and Baron Davis square off in the ibeatyou competition for Best Movie Trailer Spoof. See them riding tandem bikes and Steve Nash showing off..."; arnews[5] += "
Publ.Date : Thu, 31 Jul 2008 06:21:54 GMT"; arnews[5] += "
"; arnews[6]="Steve Nash Baron Davis Step Brothers Spoof
"; arnews[6] += "http://www.ibeatyou.com/entry/afde0b/boomdizzle-and-me-stepbrothers-in-santa-monica NBA stars Steve Nash and Baron Davis square off in the ibeatyou competition for Best Movie..."; arnews[6] += "
Publ.Date : Thu, 31 Jul 2008 06:21:54 GMT"; arnews[6] += "
"; arnews[7]="Steve Nash
"; arnews[7] += "We got to sit down with two time MVP NBA player Steve Nash at All-Star weekend."; arnews[7] += "
Publ.Date : Wed, 09 Apr 2008 07:00:04 GMT"; arnews[7] += "
"; arnews[8]="Brendan Haywood vs. Steve Nash
"; arnews[8] += "Advantage: Steve Nash."; arnews[8] += "
Publ.Date : Mon, 31 Dec 2007 03:38:52 GMT"; arnews[8] += "
"; arnews[9]="Steve Nash gets elbowed by Karl Malone
"; arnews[9] += "In 03-04 when Nash was with the Mavs and Karl Malone was with the Lakers Malone was clearing space after a rebound and throws an elbow right into Steve Nash's mouth. Nash lost..."; arnews[9] += "
Publ.Date : Sat, 15 Apr 2006 04:33:43 GMT"; arnews[9] += "
"; totcount = 10; 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("
");